2018-07-19 05:09:39,147 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-161 | | 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-07-19 05:09:39,152 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.28,192.30.9.6 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=YZQavrmSrRKPCAcfvj5EpmJFP 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=c9003101a9994c308fccde61f611d998 export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-07-19 05:09:39,152 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-19 05:09:39,153 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ 2018-07-19 05:09:39,192 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-07-19 05:09:39,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 05:09:39,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 05:09:39,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 05:09:39,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 05:09:39,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 05:09:39,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 05:09:39,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 05:09:39,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 05:09:39,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 05:09:39,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 05:09:39,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 05:09:39,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 05:09:39,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 05:09:39,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 05:09:39,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 05:09:39,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 05:09:39,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 05:09:39,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 05:09:39,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 05:09:39,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 05:09:39,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 05:09:39,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 05:09:39,497 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-07-19 05:09:39,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-07-19 05:09:39,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:09:39,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eda7ea01-6627-4e40-b964-6f78f630d5fc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:09:39,504 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-eda7ea01-6627-4e40-b964-6f78f630d5fc 2018-07-19 05:09:39,504 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:09:40,030 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:09:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["jKo_wrAIRAqAi9UqMf58jA"], "issued_at": "2018-07-19T05:09:40.000000Z"}} 2018-07-19 05:09:40,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}951157f5739e6f9e88caaa158147d723ce38882b" 2018-07-19 05:09:40,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:09: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-5b235815-530b-47cf-bd2c-2ef6a0250fd7 x-compute-request-id: req-5b235815-530b-47cf-bd2c-2ef6a0250fd7 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-07-19 05:09:40,827 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-aggregates used request id req-5b235815-530b-47cf-bd2c-2ef6a0250fd7 2018-07-19 05:09:40,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.33011388779s 2018-07-19 05:09:40,828 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-aggregates used request id req-5b235815-530b-47cf-bd2c-2ef6a0250fd7 2018-07-19 05:09:40,828 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-07-19 05:09:40,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:09:40,836 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:09:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7529567-e1db-4249-af0c-c6c3b9c0c65d Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:09:40,836 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-b7529567-e1db-4249-af0c-c6c3b9c0c65d 2018-07-19 05:09:40,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 05:09:40,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}951157f5739e6f9e88caaa158147d723ce38882b" 2018-07-19 05:09:41,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3872a9f3-cf00-43cd-ac6e-579810269afd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/3cb34abc01814999b9e0de391598d4b9"}, "tags": [], "enabled": true, "id": "3cb34abc01814999b9e0de391598d4b9", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-19 05:09:41,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-3872a9f3-cf00-43cd-ac6e-579810269afd 2018-07-19 05:09:41,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.18097615242s 2018-07-19 05:09:41,019 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-3872a9f3-cf00-43cd-ac6e-579810269afd 2018-07-19 05:09:41,020 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'3cb34abc01814999b9e0de391598d4b9', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-07-19 05:09:41,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-19 05:09:41,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}951157f5739e6f9e88caaa158147d723ce38882b" 2018-07-19 05:09:41,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5280a53e-2cf2-4f93-879c-7cd686559569 Content-Encoding: gzip Content-Length: 1978 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/073e4e6a7395406fa59207bd52fe5529"}, "url": "http://192.30.9.6:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "67044b65e6674c2d979cf5e5b1401759", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/08ec1d39610e4530a06983cfd039e358"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "55057b643ef64deeb812fa2f599e28d1", "id": "08ec1d39610e4530a06983cfd039e358"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0a8192d6d8b448dba36e09683d6ed7ad"}, "url": "http://12.0.0.21:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d54c7ef12a8f472592f690e4998f281e", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/10c2a3ea56b14e4aa5f9031280074e9c"}, "url": "http://192.30.9.6:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b145bb6194f04ce5a607e7c06f4fc1ef", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1174322f2d624fd5804788a84815fd9d"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3aacce6b28944043a28ec852870baa76", "id": "1174322f2d624fd5804788a84815fd9d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1175265170fd4e938d08f31795e32508"}, "url": "http://192.30.9.6:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3fb18dbf12654eb18f2985486fe9025e", "id": "1175265170fd4e938d08f31795e32508"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/13d980eb1e1f49fe97959de7dad2e0de"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ffd92a2c09f14e79aeaa05fac5edd44b", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/14491a5d39134e6abb0b81123bcb6f62"}, "url": "http://192.30.9.6:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3aacce6b28944043a28ec852870baa76", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1498d52339ae4faf8fec19f51e3ae349"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "507a820ac9ca47c59e2a88e890fd95ca", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/150a59a3fb554388841b7d6033256992"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a2e2272041ae4e2c83924520db00ba2a", "id": "150a59a3fb554388841b7d6033256992"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/21b6efc1c8a54352882b6f190ab1e29c"}, "url": "http://192.30.9.6:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "704eba9f0c854dce88b4fcaa471e07ec", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/269d34b2f909494c947f5ca84b034c65"}, "url": "http://192.30.9.6:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "55057b643ef64deeb812fa2f599e28d1", "id": "269d34b2f909494c947f5ca84b034c65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/285299cf3b0a4b77900ea0d67c8e79cf"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "67044b65e6674c2d979cf5e5b1401759", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3f0da2bb2417492392a281d6b305b1f4"}, "url": "http://192.30.9.6:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "704eba9f0c854dce88b4fcaa471e07ec", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/43ee97b011524588880ede0ae5e93d5b"}, "url": "http://172.30.9.28:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "541b51ddcecd4fde9d77cbf0676d1a12", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/44e6a71cb2ce43dd8013a12de6edaf27"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b145bb6194f04ce5a607e7c06f4fc1ef", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5190603d52ea4c64a5c93cd1188e190f"}, "url": "http://192.30.9.6:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "67044b65e6674c2d979cf5e5b1401759", "id": "5190603d52ea4c64a5c93cd1188e190f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/553d8b4a80564af0b894c05bc66808aa"}, "url": "http://192.30.9.6:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ca05df6071b841efa4ce655823bcb847", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5a640f362f6641458a8a4c90f0f71fd5"}, "url": "http://192.30.9.6:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "507a820ac9ca47c59e2a88e890fd95ca", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5f98cd606d734b7bb69e94b7ddc3aa86"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5e2e0c6940d04a968ffc7931a8a25fad", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/64c52b99528c473e9651d8d0955acfac"}, "url": "http://192.30.9.6:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "541b51ddcecd4fde9d77cbf0676d1a12", "id": "64c52b99528c473e9651d8d0955acfac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6ed0351e89a14dfdb8e8a13eabf8619f"}, "url": "http://192.30.9.6:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3fb18dbf12654eb18f2985486fe9025e", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/71fe31a977044132bd3dfb77d6c2daca"}, "url": "http://192.30.9.6:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9182458922b0401c9007003891a30b33", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/76e8d10fc3834b4d8217aced4f686632"}, "url": "http://192.30.9.6:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3aacce6b28944043a28ec852870baa76", "id": "76e8d10fc3834b4d8217aced4f686632"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/7af2285fb7a54154bb4f1e39452d55a1"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3fb18dbf12654eb18f2985486fe9025e", "id": "7af2285fb7a54154bb4f1e39452d55a1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/80a0277c945244d8bf5bbdee5269534d"}, "url": "http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d54c7ef12a8f472592f690e4998f281e", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/83fbe33d515c4da1a463038441039eea"}, "url": "http://192.30.9.6:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ca05df6071b841efa4ce655823bcb847", "id": "83fbe33d515c4da1a463038441039eea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8f30e5b8a89445ed9d4bfe48f3984bab"}, "url": "http://192.30.9.6:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "55057b643ef64deeb812fa2f599e28d1", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9033b4e83e264d8686257103c77428de"}, "url": "http://192.30.9.6:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "541b51ddcecd4fde9d77cbf0676d1a12", "id": "9033b4e83e264d8686257103c77428de"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/98686b0c4cd44f069e3590e645dbb1d0"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "704eba9f0c854dce88b4fcaa471e07ec", "id": "98686b0c4cd44f069e3590e645dbb1d0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a1e1c545d0f144ac90f1662352190378"}, "url": "http://192.30.9.6:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b145bb6194f04ce5a607e7c06f4fc1ef", "id": "a1e1c545d0f144ac90f1662352190378"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a44a39b899ed4bfaa6b7b3d849b930fb"}, "url": "http://192.30.9.6:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5e2e0c6940d04a968ffc7931a8a25fad", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a90255e2ed5a4075a7050b890ccea48f"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9182458922b0401c9007003891a30b33", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b4d7680632204efb8ad43422e706b42a"}, "url": "http://192.30.9.6:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "507a820ac9ca47c59e2a88e890fd95ca", "id": "b4d7680632204efb8ad43422e706b42a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b6767e941e9846d9923c2bfd0cbcb2fd"}, "url": "http://192.30.9.6:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9182458922b0401c9007003891a30b33", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c09c03942dcd47d6be090ac96c6aaadf"}, "url": "http://192.30.9.6:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ffd92a2c09f14e79aeaa05fac5edd44b", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ccd84e2a618f40148fd8e233d4cf2a74"}, "url": "http://192.30.9.6:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a2e2272041ae4e2c83924520db00ba2a", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ce07b3f2c88544d980c94faf3386afcf"}, "url": "http://192.30.9.6:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a2e2272041ae4e2c83924520db00ba2a", "id": "ce07b3f2c88544d980c94faf3386afcf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d8ba306c050f482f99bab159a1db10de"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ca05df6071b841efa4ce655823bcb847", "id": "d8ba306c050f482f99bab159a1db10de"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e4fc89bc981f4384a62644e1a255bbe1"}, "url": "http://192.30.9.6:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5e2e0c6940d04a968ffc7931a8a25fad", "id": "e4fc89bc981f4384a62644e1a255bbe1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ee24781a3db042728bd699531d465de2"}, "url": "http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d54c7ef12a8f472592f690e4998f281e", "id": "ee24781a3db042728bd699531d465de2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f8c3785fc72041bfb78d54597450be7d"}, "url": "http://192.30.9.6:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ffd92a2c09f14e79aeaa05fac5edd44b", "id": "f8c3785fc72041bfb78d54597450be7d"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-19 05:09:41,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-5280a53e-2cf2-4f93-879c-7cd686559569 2018-07-19 05:09:41,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.186422109604s 2018-07-19 05:09:41,210 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-5280a53e-2cf2-4f93-879c-7cd686559569 2018-07-19 05:09:41,217 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_endpoints: [Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/073e4e6a7395406fa59207bd52fe5529'}, u'url': u'http://192.30.9.6:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'67044b65e6674c2d979cf5e5b1401759', u'id': u'073e4e6a7395406fa59207bd52fe5529'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/08ec1d39610e4530a06983cfd039e358'}, u'url': u'http://172.30.9.28:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'55057b643ef64deeb812fa2f599e28d1', u'id': u'08ec1d39610e4530a06983cfd039e358'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/0a8192d6d8b448dba36e09683d6ed7ad'}, u'url': u'http://12.0.0.21:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd54c7ef12a8f472592f690e4998f281e', u'id': u'0a8192d6d8b448dba36e09683d6ed7ad'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/10c2a3ea56b14e4aa5f9031280074e9c'}, u'url': u'http://192.30.9.6:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b145bb6194f04ce5a607e7c06f4fc1ef', u'id': u'10c2a3ea56b14e4aa5f9031280074e9c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/1174322f2d624fd5804788a84815fd9d'}, u'url': u'http://172.30.9.28:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3aacce6b28944043a28ec852870baa76', u'id': u'1174322f2d624fd5804788a84815fd9d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/1175265170fd4e938d08f31795e32508'}, u'url': u'http://192.30.9.6:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3fb18dbf12654eb18f2985486fe9025e', u'id': u'1175265170fd4e938d08f31795e32508'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/13d980eb1e1f49fe97959de7dad2e0de'}, u'url': u'http://172.30.9.28:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ffd92a2c09f14e79aeaa05fac5edd44b', u'id': u'13d980eb1e1f49fe97959de7dad2e0de'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/14491a5d39134e6abb0b81123bcb6f62'}, u'url': u'http://192.30.9.6:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3aacce6b28944043a28ec852870baa76', u'id': u'14491a5d39134e6abb0b81123bcb6f62'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/1498d52339ae4faf8fec19f51e3ae349'}, u'url': u'http://172.30.9.28:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'507a820ac9ca47c59e2a88e890fd95ca', u'id': u'1498d52339ae4faf8fec19f51e3ae349'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/150a59a3fb554388841b7d6033256992'}, u'url': u'http://172.30.9.28:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a2e2272041ae4e2c83924520db00ba2a', u'id': u'150a59a3fb554388841b7d6033256992'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/21b6efc1c8a54352882b6f190ab1e29c'}, u'url': u'http://192.30.9.6:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'704eba9f0c854dce88b4fcaa471e07ec', u'id': u'21b6efc1c8a54352882b6f190ab1e29c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/269d34b2f909494c947f5ca84b034c65'}, u'url': u'http://192.30.9.6:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'55057b643ef64deeb812fa2f599e28d1', u'id': u'269d34b2f909494c947f5ca84b034c65'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/285299cf3b0a4b77900ea0d67c8e79cf'}, u'url': u'http://172.30.9.28:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'67044b65e6674c2d979cf5e5b1401759', u'id': u'285299cf3b0a4b77900ea0d67c8e79cf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/3f0da2bb2417492392a281d6b305b1f4'}, u'url': u'http://192.30.9.6:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'704eba9f0c854dce88b4fcaa471e07ec', u'id': u'3f0da2bb2417492392a281d6b305b1f4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/43ee97b011524588880ede0ae5e93d5b'}, u'url': u'http://172.30.9.28:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'541b51ddcecd4fde9d77cbf0676d1a12', u'id': u'43ee97b011524588880ede0ae5e93d5b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/44e6a71cb2ce43dd8013a12de6edaf27'}, u'url': u'http://172.30.9.28:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b145bb6194f04ce5a607e7c06f4fc1ef', u'id': u'44e6a71cb2ce43dd8013a12de6edaf27'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/5190603d52ea4c64a5c93cd1188e190f'}, u'url': u'http://192.30.9.6:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'67044b65e6674c2d979cf5e5b1401759', u'id': u'5190603d52ea4c64a5c93cd1188e190f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/553d8b4a80564af0b894c05bc66808aa'}, u'url': u'http://192.30.9.6:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ca05df6071b841efa4ce655823bcb847', u'id': u'553d8b4a80564af0b894c05bc66808aa'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/5a640f362f6641458a8a4c90f0f71fd5'}, u'url': u'http://192.30.9.6:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'507a820ac9ca47c59e2a88e890fd95ca', u'id': u'5a640f362f6641458a8a4c90f0f71fd5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/5f98cd606d734b7bb69e94b7ddc3aa86'}, u'url': u'http://172.30.9.28:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5e2e0c6940d04a968ffc7931a8a25fad', u'id': u'5f98cd606d734b7bb69e94b7ddc3aa86'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/64c52b99528c473e9651d8d0955acfac'}, u'url': u'http://192.30.9.6:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'541b51ddcecd4fde9d77cbf0676d1a12', u'id': u'64c52b99528c473e9651d8d0955acfac'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/6ed0351e89a14dfdb8e8a13eabf8619f'}, u'url': u'http://192.30.9.6:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3fb18dbf12654eb18f2985486fe9025e', u'id': u'6ed0351e89a14dfdb8e8a13eabf8619f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/71fe31a977044132bd3dfb77d6c2daca'}, u'url': u'http://192.30.9.6:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9182458922b0401c9007003891a30b33', u'id': u'71fe31a977044132bd3dfb77d6c2daca'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/76e8d10fc3834b4d8217aced4f686632'}, u'url': u'http://192.30.9.6:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3aacce6b28944043a28ec852870baa76', u'id': u'76e8d10fc3834b4d8217aced4f686632'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/7af2285fb7a54154bb4f1e39452d55a1'}, u'url': u'http://172.30.9.28:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3fb18dbf12654eb18f2985486fe9025e', u'id': u'7af2285fb7a54154bb4f1e39452d55a1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/80a0277c945244d8bf5bbdee5269534d'}, u'url': u'http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd54c7ef12a8f472592f690e4998f281e', u'id': u'80a0277c945244d8bf5bbdee5269534d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/83fbe33d515c4da1a463038441039eea'}, u'url': u'http://192.30.9.6:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ca05df6071b841efa4ce655823bcb847', u'id': u'83fbe33d515c4da1a463038441039eea'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/8f30e5b8a89445ed9d4bfe48f3984bab'}, u'url': u'http://192.30.9.6:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'55057b643ef64deeb812fa2f599e28d1', u'id': u'8f30e5b8a89445ed9d4bfe48f3984bab'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/9033b4e83e264d8686257103c77428de'}, u'url': u'http://192.30.9.6:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'541b51ddcecd4fde9d77cbf0676d1a12', u'id': u'9033b4e83e264d8686257103c77428de'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/98686b0c4cd44f069e3590e645dbb1d0'}, u'url': u'http://172.30.9.28:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'704eba9f0c854dce88b4fcaa471e07ec', u'id': u'98686b0c4cd44f069e3590e645dbb1d0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/a1e1c545d0f144ac90f1662352190378'}, u'url': u'http://192.30.9.6:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b145bb6194f04ce5a607e7c06f4fc1ef', u'id': u'a1e1c545d0f144ac90f1662352190378'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/a44a39b899ed4bfaa6b7b3d849b930fb'}, u'url': u'http://192.30.9.6:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5e2e0c6940d04a968ffc7931a8a25fad', u'id': u'a44a39b899ed4bfaa6b7b3d849b930fb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/a90255e2ed5a4075a7050b890ccea48f'}, u'url': u'http://172.30.9.28:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9182458922b0401c9007003891a30b33', u'id': u'a90255e2ed5a4075a7050b890ccea48f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/b4d7680632204efb8ad43422e706b42a'}, u'url': u'http://192.30.9.6:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'507a820ac9ca47c59e2a88e890fd95ca', u'id': u'b4d7680632204efb8ad43422e706b42a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/b6767e941e9846d9923c2bfd0cbcb2fd'}, u'url': u'http://192.30.9.6:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9182458922b0401c9007003891a30b33', u'id': u'b6767e941e9846d9923c2bfd0cbcb2fd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/c09c03942dcd47d6be090ac96c6aaadf'}, u'url': u'http://192.30.9.6:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ffd92a2c09f14e79aeaa05fac5edd44b', u'id': u'c09c03942dcd47d6be090ac96c6aaadf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/ccd84e2a618f40148fd8e233d4cf2a74'}, u'url': u'http://192.30.9.6:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a2e2272041ae4e2c83924520db00ba2a', u'id': u'ccd84e2a618f40148fd8e233d4cf2a74'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/ce07b3f2c88544d980c94faf3386afcf'}, u'url': u'http://192.30.9.6:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a2e2272041ae4e2c83924520db00ba2a', u'id': u'ce07b3f2c88544d980c94faf3386afcf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/d8ba306c050f482f99bab159a1db10de'}, u'url': u'http://172.30.9.28:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ca05df6071b841efa4ce655823bcb847', u'id': u'd8ba306c050f482f99bab159a1db10de'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/e4fc89bc981f4384a62644e1a255bbe1'}, u'url': u'http://192.30.9.6:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5e2e0c6940d04a968ffc7931a8a25fad', u'id': u'e4fc89bc981f4384a62644e1a255bbe1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/ee24781a3db042728bd699531d465de2'}, u'url': u'http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd54c7ef12a8f472592f690e4998f281e', u'id': u'ee24781a3db042728bd699531d465de2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/f8c3785fc72041bfb78d54597450be7d'}, u'url': u'http://192.30.9.6:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ffd92a2c09f14e79aeaa05fac5edd44b', u'id': u'f8c3785fc72041bfb78d54597450be7d'})] 2018-07-19 05:09:41,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-07-19 05:09:41,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}951157f5739e6f9e88caaa158147d723ce38882b" 2018-07-19 05:09:41,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:09: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-e6879213-c31a-4b7c-8513-ae63487bd02e x-compute-request-id: req-e6879213-c31a-4b7c-8513-ae63487bd02e 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-07-19 05:09:41,340 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/extensions used request id req-e6879213-c31a-4b7c-8513-ae63487bd02e 2018-07-19 05:09:41,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.120887994766s 2018-07-19 05:09:41,341 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/extensions used request id req-e6879213-c31a-4b7c-8513-ae63487bd02e 2018-07-19 05:09:41,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-07-19 05:09:41,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}951157f5739e6f9e88caaa158147d723ce38882b" 2018-07-19 05:09:43,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:09:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fdced1a6-4114-4cc0-abdf-dfc2e8c84e70 x-compute-request-id: req-fdced1a6-4114-4cc0-abdf-dfc2e8c84e70 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-07-19 05:09:43,150 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-floating-ip-pools used request id req-fdced1a6-4114-4cc0-abdf-dfc2e8c84e70 2018-07-19 05:09:43,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.79349398613s 2018-07-19 05:09:43,151 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-floating-ip-pools used request id req-fdced1a6-4114-4cc0-abdf-dfc2e8c84e70 2018-07-19 05:09:43,151 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-07-19 05:09:43,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:09:43,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}951157f5739e6f9e88caaa158147d723ce38882b" 2018-07-19 05:09:43,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ea85833f-3cbe-40c0-95bd-95ff0a9bc6e6 Date: Thu, 19 Jul 2018 05:09:43 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:09:43,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-ea85833f-3cbe-40c0-95bd-95ff0a9bc6e6 2018-07-19 05:09:43,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0593287944794s 2018-07-19 05:09:43,216 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-ea85833f-3cbe-40c0-95bd-95ff0a9bc6e6 2018-07-19 05:09:43,216 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-07-19 05:09:43,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-19 05:09:43,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}951157f5739e6f9e88caaa158147d723ce38882b" 2018-07-19 05:09:43,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:09:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb470764-307b-464d-b234-149577da9a69 x-compute-request-id: req-fb470764-307b-464d-b234-149577da9a69 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 197}, "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.7", "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-07-19 05:09:43,410 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-fb470764-307b-464d-b234-149577da9a69 2018-07-19 05:09:43,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.193806886673s 2018-07-19 05:09:43,411 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-fb470764-307b-464d-b234-149577da9a69 2018-07-19 05:09:43,411 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.5', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 47, u'hypervisor_version': 2010000, u'disk_available_least': 46, u'local_gb': 47, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 200}, 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.7', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 47, u'hypervisor_version': 2010000, u'disk_available_least': 46, u'local_gb': 47, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 197}, 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-07-19 05:09:43,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-07-19 05:09:43,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}951157f5739e6f9e88caaa158147d723ce38882b" 2018-07-19 05:09:43,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:09:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4858654f-45ba-44e3-b0ce-ed81d0759913 x-compute-request-id: req-4858654f-45ba-44e3-b0ce-ed81d0759913 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-19 05:09:43,437 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-4858654f-45ba-44e3-b0ce-ed81d0759913 2018-07-19 05:09:43,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.0245020389557s 2018-07-19 05:09:43,437 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-4858654f-45ba-44e3-b0ce-ed81d0759913 2018-07-19 05:09:43,437 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-07-19 05:09:43,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:09:43,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}951157f5739e6f9e88caaa158147d723ce38882b" 2018-07-19 05:09:44,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-8944cdcf-1021-4305-9b44-a4516a52bb7f Date: Thu, 19 Jul 2018 05:09:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:09:44,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-8944cdcf-1021-4305-9b44-a4516a52bb7f 2018-07-19 05:09:44,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.20346903801s 2018-07-19 05:09:44,641 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-8944cdcf-1021-4305-9b44-a4516a52bb7f 2018-07-19 05:09:44,642 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'2c83d5bd-6837-46dc-ba99-edbcdb9eb558'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-19T05:07:00Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'mtu': 1500, u'id': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', 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-07-19T05:06:52Z', u'provider:network_type': u'flat', u'tenant_id': u'808316c313f0491a8efb6e31d026d3bf', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'808316c313f0491a8efb6e31d026d3bf', u'l2_adjacency': True})] 2018-07-19 05:09:44,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:09:44,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}951157f5739e6f9e88caaa158147d723ce38882b" 2018-07-19 05:09:45,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e83e6f8a-75bd-45b8-a780-804e2bc71a9b Date: Thu, 19 Jul 2018 05:09:45 GMT RESP BODY: {"ports":[]} 2018-07-19 05:09:45,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json used request id req-e83e6f8a-75bd-45b8-a780-804e2bc71a9b 2018-07-19 05:09:45,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.04181599617s 2018-07-19 05:09:45,685 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json used request id req-e83e6f8a-75bd-45b8-a780-804e2bc71a9b 2018-07-19 05:09:45,685 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-07-19 05:09:45,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-19 05:09:45,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}951157f5739e6f9e88caaa158147d723ce38882b" 2018-07-19 05:09:45,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:09:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df1b4aa4-7100-4590-989d-028e707363a2 Content-Encoding: gzip Content-Length: 728 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "808316c313f0491a8efb6e31d026d3bf"}}, "role": {"id": "bfabbefc0d8b43c5a546413f466e239a"}, "user": {"id": "464359ac8a7e4fccaf08c1302c0c9af5"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf/users/464359ac8a7e4fccaf08c1302c0c9af5/roles/bfabbefc0d8b43c5a546413f466e239a"}}, {"scope": {"project": {"id": "808316c313f0491a8efb6e31d026d3bf"}}, "role": {"id": "bfabbefc0d8b43c5a546413f466e239a"}, "user": {"id": "53dc664159b2473cabd058a8cff14d2b"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf/users/53dc664159b2473cabd058a8cff14d2b/roles/bfabbefc0d8b43c5a546413f466e239a"}}, {"scope": {"project": {"id": "808316c313f0491a8efb6e31d026d3bf"}}, "role": {"id": "bfabbefc0d8b43c5a546413f466e239a"}, "user": {"id": "5ef92ab5952f4af8a74363953176e0a1"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf/users/5ef92ab5952f4af8a74363953176e0a1/roles/bfabbefc0d8b43c5a546413f466e239a"}}, {"scope": {"project": {"id": "808316c313f0491a8efb6e31d026d3bf"}}, "role": {"id": "bfabbefc0d8b43c5a546413f466e239a"}, "user": {"id": "6722b939b24c43e3a89027fc4cc1f01b"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf/users/6722b939b24c43e3a89027fc4cc1f01b/roles/bfabbefc0d8b43c5a546413f466e239a"}}, {"scope": {"project": {"id": "808316c313f0491a8efb6e31d026d3bf"}}, "role": {"id": "b22de5f7bbc14de49fa003fb92e3c71b"}, "user": {"id": "6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf/users/6fd5a165b5f54ab2a3fa6341e7ddc07c/roles/b22de5f7bbc14de49fa003fb92e3c71b"}}, {"scope": {"project": {"id": "808316c313f0491a8efb6e31d026d3bf"}}, "role": {"id": "bfabbefc0d8b43c5a546413f466e239a"}, "user": {"id": "6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf/users/6fd5a165b5f54ab2a3fa6341e7ddc07c/roles/bfabbefc0d8b43c5a546413f466e239a"}}, {"scope": {"project": {"id": "808316c313f0491a8efb6e31d026d3bf"}}, "role": {"id": "bfabbefc0d8b43c5a546413f466e239a"}, "user": {"id": "6fefb43379f043e8b426636d04d3df78"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf/users/6fefb43379f043e8b426636d04d3df78/roles/bfabbefc0d8b43c5a546413f466e239a"}}, {"scope": {"project": {"id": "808316c313f0491a8efb6e31d026d3bf"}}, "role": {"id": "bfabbefc0d8b43c5a546413f466e239a"}, "user": {"id": "88e2fc237f6d44ecaf9f6e79b1254b81"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf/users/88e2fc237f6d44ecaf9f6e79b1254b81/roles/bfabbefc0d8b43c5a546413f466e239a"}}, {"scope": {"project": {"id": "808316c313f0491a8efb6e31d026d3bf"}}, "role": {"id": "bfabbefc0d8b43c5a546413f466e239a"}, "user": {"id": "975cf8a486544bbdb91aafa5d8e53245"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf/users/975cf8a486544bbdb91aafa5d8e53245/roles/bfabbefc0d8b43c5a546413f466e239a"}}, {"scope": {"project": {"id": "808316c313f0491a8efb6e31d026d3bf"}}, "role": {"id": "bfabbefc0d8b43c5a546413f466e239a"}, "user": {"id": "a376f6d998024755a7fda5fd1aa1063c"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf/users/a376f6d998024755a7fda5fd1aa1063c/roles/bfabbefc0d8b43c5a546413f466e239a"}}, {"scope": {"project": {"id": "808316c313f0491a8efb6e31d026d3bf"}}, "role": {"id": "bfabbefc0d8b43c5a546413f466e239a"}, "user": {"id": "c98bbf48b29a48869d280de2f4c8f9a2"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf/users/c98bbf48b29a48869d280de2f4c8f9a2/roles/bfabbefc0d8b43c5a546413f466e239a"}}, {"scope": {"project": {"id": "808316c313f0491a8efb6e31d026d3bf"}}, "role": {"id": "bfabbefc0d8b43c5a546413f466e239a"}, "user": {"id": "defb2b8026be4e22bc05ef4b01edc659"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf/users/defb2b8026be4e22bc05ef4b01edc659/roles/bfabbefc0d8b43c5a546413f466e239a"}}, {"scope": {"project": {"id": "808316c313f0491a8efb6e31d026d3bf"}}, "role": {"id": "bfabbefc0d8b43c5a546413f466e239a"}, "user": {"id": "f2c72ff28e294921b4a87493e7603ce5"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf/users/f2c72ff28e294921b4a87493e7603ce5/roles/bfabbefc0d8b43c5a546413f466e239a"}}, {"scope": {"project": {"id": "c9003101a9994c308fccde61f611d998"}}, "role": {"id": "bfabbefc0d8b43c5a546413f466e239a"}, "user": {"id": "fb99eb42722e4e6e958115280f3435be"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/fb99eb42722e4e6e958115280f3435be/roles/bfabbefc0d8b43c5a546413f466e239a"}}, {"scope": {"domain": {"id": "3cb34abc01814999b9e0de391598d4b9"}}, "role": {"id": "bfabbefc0d8b43c5a546413f466e239a"}, "user": {"id": "f21ed25411a14c07806f6cc4cfaf96ea"}, "links": {"assignment": "http://172.30.9.28:5000/v3/domains/3cb34abc01814999b9e0de391598d4b9/users/f21ed25411a14c07806f6cc4cfaf96ea/roles/bfabbefc0d8b43c5a546413f466e239a"}}, {"scope": {"system": {"all": true}}, "role": {"id": "bfabbefc0d8b43c5a546413f466e239a"}, "user": {"id": "fb99eb42722e4e6e958115280f3435be"}, "links": {"assignment": "http://172.30.9.28:5000/v3/system/users/fb99eb42722e4e6e958115280f3435be/roles/bfabbefc0d8b43c5a546413f466e239a"}}], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments", "previous": null, "next": null}} 2018-07-19 05:09:45,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments used request id req-df1b4aa4-7100-4590-989d-028e707363a2 2018-07-19 05:09:45,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0906960964203s 2018-07-19 05:09:45,779 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments used request id req-df1b4aa4-7100-4590-989d-028e707363a2 2018-07-19 05:09:45,782 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'808316c313f0491a8efb6e31d026d3bf', 'id': u'bfabbefc0d8b43c5a546413f466e239a', 'user': u'464359ac8a7e4fccaf08c1302c0c9af5'}), Munch({'project': u'808316c313f0491a8efb6e31d026d3bf', 'id': u'bfabbefc0d8b43c5a546413f466e239a', 'user': u'53dc664159b2473cabd058a8cff14d2b'}), Munch({'project': u'808316c313f0491a8efb6e31d026d3bf', 'id': u'bfabbefc0d8b43c5a546413f466e239a', 'user': u'5ef92ab5952f4af8a74363953176e0a1'}), Munch({'project': u'808316c313f0491a8efb6e31d026d3bf', 'id': u'bfabbefc0d8b43c5a546413f466e239a', 'user': u'6722b939b24c43e3a89027fc4cc1f01b'}), Munch({'project': u'808316c313f0491a8efb6e31d026d3bf', 'id': u'b22de5f7bbc14de49fa003fb92e3c71b', 'user': u'6fd5a165b5f54ab2a3fa6341e7ddc07c'}), Munch({'project': u'808316c313f0491a8efb6e31d026d3bf', 'id': u'bfabbefc0d8b43c5a546413f466e239a', 'user': u'6fd5a165b5f54ab2a3fa6341e7ddc07c'}), Munch({'project': u'808316c313f0491a8efb6e31d026d3bf', 'id': u'bfabbefc0d8b43c5a546413f466e239a', 'user': u'6fefb43379f043e8b426636d04d3df78'}), Munch({'project': u'808316c313f0491a8efb6e31d026d3bf', 'id': u'bfabbefc0d8b43c5a546413f466e239a', 'user': u'88e2fc237f6d44ecaf9f6e79b1254b81'}), Munch({'project': u'808316c313f0491a8efb6e31d026d3bf', 'id': u'bfabbefc0d8b43c5a546413f466e239a', 'user': u'975cf8a486544bbdb91aafa5d8e53245'}), Munch({'project': u'808316c313f0491a8efb6e31d026d3bf', 'id': u'bfabbefc0d8b43c5a546413f466e239a', 'user': u'a376f6d998024755a7fda5fd1aa1063c'}), Munch({'project': u'808316c313f0491a8efb6e31d026d3bf', 'id': u'bfabbefc0d8b43c5a546413f466e239a', 'user': u'c98bbf48b29a48869d280de2f4c8f9a2'}), Munch({'project': u'808316c313f0491a8efb6e31d026d3bf', 'id': u'bfabbefc0d8b43c5a546413f466e239a', 'user': u'defb2b8026be4e22bc05ef4b01edc659'}), Munch({'project': u'808316c313f0491a8efb6e31d026d3bf', 'id': u'bfabbefc0d8b43c5a546413f466e239a', 'user': u'f2c72ff28e294921b4a87493e7603ce5'}), Munch({'project': u'c9003101a9994c308fccde61f611d998', 'id': u'bfabbefc0d8b43c5a546413f466e239a', 'user': u'fb99eb42722e4e6e958115280f3435be'}), Munch({'domain': u'3cb34abc01814999b9e0de391598d4b9', 'id': u'bfabbefc0d8b43c5a546413f466e239a', 'user': u'f21ed25411a14c07806f6cc4cfaf96ea'}), Munch({'id': u'bfabbefc0d8b43c5a546413f466e239a', 'user': u'fb99eb42722e4e6e958115280f3435be'})] 2018-07-19 05:09:45,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 05:09:45,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}951157f5739e6f9e88caaa158147d723ce38882b" 2018-07-19 05:09:45,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:09:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9701a6c5-b8d5-4354-8615-5136a1f8af7a Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:09:45,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9701a6c5-b8d5-4354-8615-5136a1f8af7a 2018-07-19 05:09:45,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106792926788s 2018-07-19 05:09:45,893 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9701a6c5-b8d5-4354-8615-5136a1f8af7a 2018-07-19 05:09:45,894 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'3ae7188a4cfc4b2983a7b38342d28b6d'}), 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'ResellerAdmin', 'id': u'b22de5f7bbc14de49fa003fb92e3c71b'}), 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'bcdb7207849d43f59bfe980da4c3fbf2'}), 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'bfabbefc0d8b43c5a546413f466e239a'}), 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'reader', 'id': u'd88f2026ceb946d3b5d1dcd10e8ae1ae'}), 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'fc9a86fe047a4c4693c8f2b41c772941'})] 2018-07-19 05:09:45,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-19 05:09:45,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}951157f5739e6f9e88caaa158147d723ce38882b" 2018-07-19 05:09:46,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-521ba126-c548-49fd-a745-61162650c129 Date: Thu, 19 Jul 2018 05:09:47 GMT RESP BODY: {"routers": []} 2018-07-19 05:09:46,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-521ba126-c548-49fd-a745-61162650c129 2018-07-19 05:09:46,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.10436105728s 2018-07-19 05:09:46,999 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-521ba126-c548-49fd-a745-61162650c129 2018-07-19 05:09:47,000 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-07-19 05:09:47,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:09:47,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}951157f5739e6f9e88caaa158147d723ce38882b" 2018-07-19 05:09:47,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:09:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6a77281f-e5ad-4948-a5b0-83b25e3e5850 x-compute-request-id: req-6a77281f-e5ad-4948-a5b0-83b25e3e5850 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-19 05:09:47,234 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6a77281f-e5ad-4948-a5b0-83b25e3e5850 2018-07-19 05:09:47,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.233453989029s 2018-07-19 05:09:47,234 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6a77281f-e5ad-4948-a5b0-83b25e3e5850 2018-07-19 05:09:47,234 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-07-19 05:09:47,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-19 05:09:47,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.6: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-07-19 05:09:47,246 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:09:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80b637cd-2469-4cab-8995-e5794a0b9388 Content-Length: 266 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.6:35357/v3/", "rel": "self"}]}]}} 2018-07-19 05:09:47,247 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.6:35357/ used request id req-80b637cd-2469-4cab-8995-e5794a0b9388 2018-07-19 05:09:47,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.6: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}951157f5739e6f9e88caaa158147d723ce38882b" 2018-07-19 05:09:47,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:09:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3a4b1f0-7fd4-451c-9225-c2f8382c3035 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.6:35357/v3/services/36ad9c0bbc4a4209a34838aa8aade738"}, "enabled": true, "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.6:35357/v3/services/3aacce6b28944043a28ec852870baa76"}, "enabled": true, "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.6:35357/v3/services/3fb18dbf12654eb18f2985486fe9025e"}, "enabled": true, "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.6:35357/v3/services/507a820ac9ca47c59e2a88e890fd95ca"}, "enabled": true, "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.6:35357/v3/services/541b51ddcecd4fde9d77cbf0676d1a12"}, "enabled": true, "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.6:35357/v3/services/55057b643ef64deeb812fa2f599e28d1"}, "enabled": true, "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.6:35357/v3/services/5e2e0c6940d04a968ffc7931a8a25fad"}, "enabled": true, "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.6:35357/v3/services/67044b65e6674c2d979cf5e5b1401759"}, "enabled": true, "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.6:35357/v3/services/704eba9f0c854dce88b4fcaa471e07ec"}, "enabled": true, "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.6:35357/v3/services/9182458922b0401c9007003891a30b33"}, "enabled": true, "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.6:35357/v3/services/a2e2272041ae4e2c83924520db00ba2a"}, "enabled": true, "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.6:35357/v3/services/b145bb6194f04ce5a607e7c06f4fc1ef"}, "enabled": true, "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.6:35357/v3/services/ca05df6071b841efa4ce655823bcb847"}, "enabled": true, "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.6:35357/v3/services/d54c7ef12a8f472592f690e4998f281e"}, "enabled": true, "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.6:35357/v3/services/ffd92a2c09f14e79aeaa05fac5edd44b"}, "enabled": true, "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "links": {"self": "http://192.30.9.6:35357/v3/services", "previous": null, "next": null}} 2018-07-19 05:09:47,450 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.6:35357/v3/services used request id req-e3a4b1f0-7fd4-451c-9225-c2f8382c3035 2018-07-19 05:09:47,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.213371038437s 2018-07-19 05:09:47,451 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.6:35357/v3/services used request id req-e3a4b1f0-7fd4-451c-9225-c2f8382c3035 2018-07-19 05:09:47,457 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'36ad9c0bbc4a4209a34838aa8aade738', 'name': u'ceilometer'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'3aacce6b28944043a28ec852870baa76', 'name': u'placement'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'3fb18dbf12654eb18f2985486fe9025e', 'name': u'cinderv3'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'507a820ac9ca47c59e2a88e890fd95ca', 'name': u'nova'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'541b51ddcecd4fde9d77cbf0676d1a12', 'name': u'panko'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'55057b643ef64deeb812fa2f599e28d1', 'name': u'heat-cfn'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'5e2e0c6940d04a968ffc7931a8a25fad', 'name': u'glance'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'67044b65e6674c2d979cf5e5b1401759', 'name': u'neutron'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'704eba9f0c854dce88b4fcaa471e07ec', 'name': u'keystone'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'9182458922b0401c9007003891a30b33', 'name': u'heat'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'a2e2272041ae4e2c83924520db00ba2a', 'name': u'cinder'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'b145bb6194f04ce5a607e7c06f4fc1ef', 'name': u'aodh'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'ca05df6071b841efa4ce655823bcb847', 'name': u'gnocchi'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'd54c7ef12a8f472592f690e4998f281e', 'name': u'swift'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'ffd92a2c09f14e79aeaa05fac5edd44b', 'name': u'cinderv2'})] 2018-07-19 05:09:47,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 05:09:47,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}951157f5739e6f9e88caaa158147d723ce38882b" 2018-07-19 05:09:48,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-b147ec0b-2fe3-4895-9673-d6a3b1607d46 Date: Thu, 19 Jul 2018 05:09:48 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4}]} 2018-07-19 05:09:48,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b147ec0b-2fe3-4895-9673-d6a3b1607d46 2018-07-19 05:09:48,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.00851798058s 2018-07-19 05:09:48,467 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b147ec0b-2fe3-4895-9673-d6a3b1607d46 2018-07-19 05:09:48,467 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T05:07:00Z', 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'2c83d5bd-6837-46dc-ba99-edbcdb9eb558', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'segment_id': None, u'network_id': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', u'tenant_id': u'808316c313f0491a8efb6e31d026d3bf', u'created_at': u'2018-07-19T05:07:00Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'808316c313f0491a8efb6e31d026d3bf'})] 2018-07-19 05:09:48,595 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-19 05:09:48,595 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-07-19 05:09:48,651 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-07-19 05:09:48,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 05:09:48,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 05:09:48,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 05:09:48,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 05:09:48,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 05:09:48,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 05:09:48,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 05:09:48,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 05:09:48,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 05:09:48,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 05:09:48,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 05:09:48,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 05:09:48,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 05:09:48,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 05:09:48,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 05:09:48,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 05:09:48,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 05:09:48,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 05:09:48,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 05:09:48,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 05:09:48,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 05:09:48,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 05:09:48,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:09:48,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:09:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b680f9e5-44b0-4d81-b357-36359ec33226 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:09:48,764 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b680f9e5-44b0-4d81-b357-36359ec33226 2018-07-19 05:09:48,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:09:49,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:09:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["KkKn9xO5Ts2lgNZiniqqBQ"], "issued_at": "2018-07-19T05:09:49.000000Z"}} 2018-07-19 05:09:49,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:09:49,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -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}ac08624e6e2fa02e21b21847f62facc061debdab" 2018-07-19 05:09:49,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-18898fa7-25fd-4701-afe2-5fbd190b4334 Date: Thu, 19 Jul 2018 05:09:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:09:49,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-18898fa7-25fd-4701-afe2-5fbd190b4334 2018-07-19 05:09:49,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.348232030869s 2018-07-19 05:09:49,502 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-18898fa7-25fd-4701-afe2-5fbd190b4334 2018-07-19 05:09:49,502 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-07-19 05:09:49,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-19 05:09:49,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ac08624e6e2fa02e21b21847f62facc061debdab" -d '{"network": {"name": "tenantnetwork1-net_e935b539-6243-4521-be2d-86307fc5a4a8", "admin_state_up": true}}' 2018-07-19 05:09:51,071 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3b67d4bb-3191-4250-8e03-387676cde9b7 Date: Thu, 19 Jul 2018 05:09: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":"1edc9747-1c8d-402f-b8cd-3b5647e75d16","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:09:50Z","is_default":false,"qos_policy_id":null,"name":"tenantnetwork1-net_e935b539-6243-4521-be2d-86307fc5a4a8","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:09:50Z","mtu":1450}} 2018-07-19 05:09:51,072 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3b67d4bb-3191-4250-8e03-387676cde9b7 2018-07-19 05:09:51,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.56886196136s 2018-07-19 05:09:51,072 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3b67d4bb-3191-4250-8e03-387676cde9b7 2018-07-19 05:09:51,073 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-19T05:09:50Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'1edc9747-1c8d-402f-b8cd-3b5647e75d16', u'provider:segmentation_id': 89, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'tenantnetwork1-net_e935b539-6243-4521-be2d-86307fc5a4a8', u'created_at': u'2018-07-19T05:09:50Z', u'mtu': 1450, u'tenant_id': u'c9003101a9994c308fccde61f611d998', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'c9003101a9994c308fccde61f611d998', u'l2_adjacency': True}) 2018-07-19 05:09:51,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:09:51,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ac08624e6e2fa02e21b21847f62facc061debdab" 2018-07-19 05:09:52,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-5137b391-6578-4839-8b3a-4bb6dba77df8 Date: Thu, 19 Jul 2018 05:09:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1edc9747-1c8d-402f-b8cd-3b5647e75d16","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:09:50Z","qos_policy_id":null,"name":"tenantnetwork1-net_e935b539-6243-4521-be2d-86307fc5a4a8","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:09:50Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:09:52,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5137b391-6578-4839-8b3a-4bb6dba77df8 2018-07-19 05:09:52,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.12113404274s 2018-07-19 05:09:52,195 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5137b391-6578-4839-8b3a-4bb6dba77df8 2018-07-19 05:09:52,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-19 05:09:52,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ac08624e6e2fa02e21b21847f62facc061debdab" -d '{"subnet": {"name": "tenantnetwork1-subnet_e935b539-6243-4521-be2d-86307fc5a4a8", "enable_dhcp": true, "network_id": "1edc9747-1c8d-402f-b8cd-3b5647e75d16", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-19 05:09:53,688 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-a559c826-8b18-4176-aa0e-8ef85ff9d366 Date: Thu, 19 Jul 2018 05:09:53 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:09:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f2c900b5-fd64-43e0-bb58-0f1ddda89a2c","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"192.168.0.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_e935b539-6243-4521-be2d-86307fc5a4a8","enable_dhcp":true,"segment_id":null,"network_id":"1edc9747-1c8d-402f-b8cd-3b5647e75d16","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:09:53Z","ip_version":4}} 2018-07-19 05:09:53,688 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-a559c826-8b18-4176-aa0e-8ef85ff9d366 2018-07-19 05:09:53,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.49131989479s 2018-07-19 05:09:53,689 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-a559c826-8b18-4176-aa0e-8ef85ff9d366 2018-07-19 05:09:53,689 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T05:09:53Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'f2c900b5-fd64-43e0-bb58-0f1ddda89a2c', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_e935b539-6243-4521-be2d-86307fc5a4a8', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'1edc9747-1c8d-402f-b8cd-3b5647e75d16', u'tenant_id': u'c9003101a9994c308fccde61f611d998', u'created_at': u'2018-07-19T05:09:53Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'c9003101a9994c308fccde61f611d998'}) 2018-07-19 05:09:53,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-19 05:09:53,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ac08624e6e2fa02e21b21847f62facc061debdab" -d '{"router": {"external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c"}, "name": "tenantnetwork1-router_e935b539-6243-4521-be2d-86307fc5a4a8", "admin_state_up": true}}' 2018-07-19 05:10:00,661 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 713 X-Openstack-Request-Id: req-62279ab5-44cf-4eb2-bbee-955cbe238442 Date: Thu, 19 Jul 2018 05:10:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:09:55Z", "admin_state_up": true, "updated_at": "2018-07-19T05:09:56Z", "project_id": "c9003101a9994c308fccde61f611d998", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "d259690b-8457-4e2d-8136-a2e928a041e3", "name": "tenantnetwork1-router_e935b539-6243-4521-be2d-86307fc5a4a8"}} 2018-07-19 05:10:00,662 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-62279ab5-44cf-4eb2-bbee-955cbe238442 2018-07-19 05:10:00,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.97197008133s 2018-07-19 05:10:00,662 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-62279ab5-44cf-4eb2-bbee-955cbe238442 2018-07-19 05:10:00,663 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T05:09:56Z', u'revision_number': 3, u'ha': True, u'id': u'd259690b-8457-4e2d-8136-a2e928a041e3', u'external_gateway_info': {u'network_id': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'2c83d5bd-6837-46dc-ba99-edbcdb9eb558', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-router_e935b539-6243-4521-be2d-86307fc5a4a8', u'admin_state_up': True, u'tenant_id': u'c9003101a9994c308fccde61f611d998', u'created_at': u'2018-07-19T05:09:55Z', u'flavor_id': None, u'routes': [], u'project_id': u'c9003101a9994c308fccde61f611d998'}) 2018-07-19 05:10:00,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-19 05:10:00,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/d259690b-8457-4e2d-8136-a2e928a041e3/add_router_interface.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ac08624e6e2fa02e21b21847f62facc061debdab" -d '{"subnet_id": "f2c900b5-fd64-43e0-bb58-0f1ddda89a2c"}' 2018-07-19 05:10:03,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cbdfbc91-d853-402a-9343-d83c593ac9c7 Date: Thu, 19 Jul 2018 05:10:03 GMT RESP BODY: {"network_id": "1edc9747-1c8d-402f-b8cd-3b5647e75d16", "tenant_id": "c9003101a9994c308fccde61f611d998", "subnet_id": "f2c900b5-fd64-43e0-bb58-0f1ddda89a2c", "subnet_ids": ["f2c900b5-fd64-43e0-bb58-0f1ddda89a2c"], "port_id": "ab32a147-51a2-49b9-87be-c90d05b11f14", "id": "d259690b-8457-4e2d-8136-a2e928a041e3"} 2018-07-19 05:10:03,406 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/d259690b-8457-4e2d-8136-a2e928a041e3/add_router_interface.json used request id req-cbdfbc91-d853-402a-9343-d83c593ac9c7 2018-07-19 05:10:03,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.74324893951s 2018-07-19 05:10:03,407 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/d259690b-8457-4e2d-8136-a2e928a041e3/add_router_interface.json used request id req-cbdfbc91-d853-402a-9343-d83c593ac9c7 returning object d259690b-8457-4e2d-8136-a2e928a041e3 2018-07-19 05:10:03,523 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-19 05:10:03,523 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:14 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-19 05:10:03,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-19 05:10:03,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/d259690b-8457-4e2d-8136-a2e928a041e3/remove_router_interface.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ac08624e6e2fa02e21b21847f62facc061debdab" -d '{"subnet_id": "f2c900b5-fd64-43e0-bb58-0f1ddda89a2c"}' 2018-07-19 05:10:05,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b2c655ad-f0a9-4d5a-bbf1-65f678429b63 Date: Thu, 19 Jul 2018 05:10:05 GMT RESP BODY: {"network_id": "1edc9747-1c8d-402f-b8cd-3b5647e75d16", "tenant_id": "c9003101a9994c308fccde61f611d998", "subnet_id": "f2c900b5-fd64-43e0-bb58-0f1ddda89a2c", "subnet_ids": ["f2c900b5-fd64-43e0-bb58-0f1ddda89a2c"], "port_id": "ab32a147-51a2-49b9-87be-c90d05b11f14", "id": "d259690b-8457-4e2d-8136-a2e928a041e3"} 2018-07-19 05:10:05,747 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/d259690b-8457-4e2d-8136-a2e928a041e3/remove_router_interface.json used request id req-b2c655ad-f0a9-4d5a-bbf1-65f678429b63 2018-07-19 05:10:05,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.21870994568s 2018-07-19 05:10:05,747 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/d259690b-8457-4e2d-8136-a2e928a041e3/remove_router_interface.json used request id req-b2c655ad-f0a9-4d5a-bbf1-65f678429b63 returning object d259690b-8457-4e2d-8136-a2e928a041e3 2018-07-19 05:10:05,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-19 05:10:05,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ac08624e6e2fa02e21b21847f62facc061debdab" 2018-07-19 05:10:06,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-a973164e-98de-456e-9f5d-15d51d8941f9 Date: Thu, 19 Jul 2018 05:10:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:09:55Z", "admin_state_up": true, "updated_at": "2018-07-19T05:10:04Z", "project_id": "c9003101a9994c308fccde61f611d998", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "d259690b-8457-4e2d-8136-a2e928a041e3", "name": "tenantnetwork1-router_e935b539-6243-4521-be2d-86307fc5a4a8"}]} 2018-07-19 05:10:06,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-a973164e-98de-456e-9f5d-15d51d8941f9 2018-07-19 05:10:06,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.0767660141s 2018-07-19 05:10:06,825 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-a973164e-98de-456e-9f5d-15d51d8941f9 2018-07-19 05:10:06,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-19 05:10:06,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/d259690b-8457-4e2d-8136-a2e928a041e3.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}ac08624e6e2fa02e21b21847f62facc061debdab" 2018-07-19 05:10:11,574 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-510dad21-9744-4cee-988c-27f3670df3ad Content-Length: 0 Date: Thu, 19 Jul 2018 05:10:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:10:11,574 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/d259690b-8457-4e2d-8136-a2e928a041e3.json used request id req-510dad21-9744-4cee-988c-27f3670df3ad 2018-07-19 05:10:11,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.74722290039s 2018-07-19 05:10:11,574 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/d259690b-8457-4e2d-8136-a2e928a041e3.json used request id req-510dad21-9744-4cee-988c-27f3670df3ad 2018-07-19 05:10:11,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 05:10:11,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ac08624e6e2fa02e21b21847f62facc061debdab" 2018-07-19 05:10:12,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1324 X-Openstack-Request-Id: req-169a2f61-e6d3-41a6-9e1c-f42dc6fa65a5 Date: Thu, 19 Jul 2018 05:10:12 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4},{"updated_at":"2018-07-19T05:09:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f2c900b5-fd64-43e0-bb58-0f1ddda89a2c","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"192.168.0.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_e935b539-6243-4521-be2d-86307fc5a4a8","enable_dhcp":true,"segment_id":null,"network_id":"1edc9747-1c8d-402f-b8cd-3b5647e75d16","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:09:53Z","ip_version":4}]} 2018-07-19 05:10:12,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-169a2f61-e6d3-41a6-9e1c-f42dc6fa65a5 2018-07-19 05:10:12,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.920525074005s 2018-07-19 05:10:12,495 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-169a2f61-e6d3-41a6-9e1c-f42dc6fa65a5 2018-07-19 05:10:12,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-19 05:10:12,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/f2c900b5-fd64-43e0-bb58-0f1ddda89a2c.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}ac08624e6e2fa02e21b21847f62facc061debdab" 2018-07-19 05:10:14,874 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-88a61b53-e807-4f97-a259-78541452d7f3 Date: Thu, 19 Jul 2018 05:10:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:10:14,874 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/f2c900b5-fd64-43e0-bb58-0f1ddda89a2c.json used request id req-88a61b53-e807-4f97-a259-78541452d7f3 2018-07-19 05:10:14,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.37738394737s 2018-07-19 05:10:14,874 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/f2c900b5-fd64-43e0-bb58-0f1ddda89a2c.json used request id req-88a61b53-e807-4f97-a259-78541452d7f3 2018-07-19 05:10:14,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:10:14,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ac08624e6e2fa02e21b21847f62facc061debdab" 2018-07-19 05:10:15,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1440 X-Openstack-Request-Id: req-599c398b-573b-4767-8d2b-6f963f80bc80 Date: Thu, 19 Jul 2018 05:10:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1edc9747-1c8d-402f-b8cd-3b5647e75d16","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:10:14Z","qos_policy_id":null,"name":"tenantnetwork1-net_e935b539-6243-4521-be2d-86307fc5a4a8","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:09:50Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:10:15,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-599c398b-573b-4767-8d2b-6f963f80bc80 2018-07-19 05:10:15,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.298762083054s 2018-07-19 05:10:15,174 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-599c398b-573b-4767-8d2b-6f963f80bc80 2018-07-19 05:10:15,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-19 05:10:15,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/1edc9747-1c8d-402f-b8cd-3b5647e75d16.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}ac08624e6e2fa02e21b21847f62facc061debdab" 2018-07-19 05:10:16,748 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b23e9e7c-8f31-4388-afef-f6cd136463ef Date: Thu, 19 Jul 2018 05:10:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:10:16,749 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/1edc9747-1c8d-402f-b8cd-3b5647e75d16.json used request id req-b23e9e7c-8f31-4388-afef-f6cd136463ef 2018-07-19 05:10:16,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.57377004623s 2018-07-19 05:10:16,749 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/1edc9747-1c8d-402f-b8cd-3b5647e75d16.json used request id req-b23e9e7c-8f31-4388-afef-f6cd136463ef 2018-07-19 05:10:16,803 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-07-19 05:10:16,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 05:10:16,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 05:10:16,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 05:10:16,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 05:10:16,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 05:10:16,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 05:10:16,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 05:10:16,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 05:10:16,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 05:10:16,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 05:10:16,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 05:10:16,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 05:10:16,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 05:10:16,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 05:10:16,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 05:10:16,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 05:10:16,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 05:10:16,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 05:10:16,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 05:10:16,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 05:10:16,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 05:10:16,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 05:10:16,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:10:16,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:10:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd046206-84b5-4670-a0ea-1f0e120eae9e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:10:16,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fd046206-84b5-4670-a0ea-1f0e120eae9e 2018-07-19 05:10:16,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:10:17,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:10:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["jUxIfaJbQFys2lHcQspjyw"], "issued_at": "2018-07-19T05:10:17.000000Z"}} 2018-07-19 05:10:17,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:10:17,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -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}c8891f3c6dd64ae675bb1b4de47471bcaf686fd5" 2018-07-19 05:10:17,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-70d1041b-77d3-4715-bf81-608590842862 Date: Thu, 19 Jul 2018 05:10:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:10:17,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-70d1041b-77d3-4715-bf81-608590842862 2018-07-19 05:10:17,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.404901027679s 2018-07-19 05:10:17,736 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-70d1041b-77d3-4715-bf81-608590842862 2018-07-19 05:10:17,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:10:17,745 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:10:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf76c376-3ae2-4003-9f1a-81908ea5e20d Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:10:17,745 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-bf76c376-3ae2-4003-9f1a-81908ea5e20d 2018-07-19 05:10:17,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 05:10:17,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8891f3c6dd64ae675bb1b4de47471bcaf686fd5" 2018-07-19 05:10:17,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:10:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67be771a-162e-4158-8dcf-cd97814fba74 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/3cb34abc01814999b9e0de391598d4b9"}, "tags": [], "enabled": true, "id": "3cb34abc01814999b9e0de391598d4b9", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-19 05:10:17,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-67be771a-162e-4158-8dcf-cd97814fba74 2018-07-19 05:10:17,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.10856795311s 2018-07-19 05:10:17,855 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-67be771a-162e-4158-8dcf-cd97814fba74 2018-07-19 05:10:17,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-19 05:10:17,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/projects -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c8891f3c6dd64ae675bb1b4de47471bcaf686fd5" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_8f6bb630-712f-4403-9497-4a4cdfd9566b"}}' 2018-07-19 05:10:18,032 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:10:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a0de74a-a360-43d4-9a14-8b76e47b113d Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.28:5000/v3/projects/affc9693aa494f85bd7b44b37224f123"}, "tags": [], "enabled": true, "id": "affc9693aa494f85bd7b44b37224f123", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_8f6bb630-712f-4403-9497-4a4cdfd9566b"}} 2018-07-19 05:10:18,033 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-7a0de74a-a360-43d4-9a14-8b76e47b113d 2018-07-19 05:10:18,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.170346975327s 2018-07-19 05:10:18,033 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-7a0de74a-a360-43d4-9a14-8b76e47b113d 2018-07-19 05:10:18,034 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: tenantnetwork2', u'tags': [], 'enabled': True, 'id': u'affc9693aa494f85bd7b44b37224f123', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'tenantnetwork2-project_8f6bb630-712f-4403-9497-4a4cdfd9566b'}) 2018-07-19 05:10:18,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-19 05:10:18,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c8891f3c6dd64ae675bb1b4de47471bcaf686fd5" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "5f67977d-d35c-40f9-a4b2-d4c475509b5d", "email": null, "name": "tenantnetwork2-user_8f6bb630-712f-4403-9497-4a4cdfd9566b"}}' 2018-07-19 05:10:18,464 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:10:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a10b3ba6-d54a-4959-87ab-4afd11e0ab24 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_8f6bb630-712f-4403-9497-4a4cdfd9566b", "links": {"self": "http://172.30.9.28:5000/v3/users/3e6a2354854d4a92961538a33e5f81d5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3e6a2354854d4a92961538a33e5f81d5", "domain_id": "default", "password_expires_at": null}} 2018-07-19 05:10:18,465 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-a10b3ba6-d54a-4959-87ab-4afd11e0ab24 2018-07-19 05:10:18,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.425338029861s 2018-07-19 05:10:18,465 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-a10b3ba6-d54a-4959-87ab-4afd11e0ab24 2018-07-19 05:10:18,466 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3e6a2354854d4a92961538a33e5f81d5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_8f6bb630-712f-4403-9497-4a4cdfd9566b'}) 2018-07-19 05:10:18,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 05:10:18,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8891f3c6dd64ae675bb1b4de47471bcaf686fd5" 2018-07-19 05:10:18,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6111a70a-9143-481a-8b34-bf02f5150991 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:10:18,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6111a70a-9143-481a-8b34-bf02f5150991 2018-07-19 05:10:18,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10551905632s 2018-07-19 05:10:18,575 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6111a70a-9143-481a-8b34-bf02f5150991 2018-07-19 05:10:18,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 05:10:18,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8891f3c6dd64ae675bb1b4de47471bcaf686fd5" 2018-07-19 05:10:18,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5772e01a-9611-45ab-bcf0-5ffa20748164 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:10:18,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5772e01a-9611-45ab-bcf0-5ffa20748164 2018-07-19 05:10:18,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107739925385s 2018-07-19 05:10:18,688 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5772e01a-9611-45ab-bcf0-5ffa20748164 2018-07-19 05:10:18,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 05:10:18,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8891f3c6dd64ae675bb1b4de47471bcaf686fd5" 2018-07-19 05:10:18,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66352645-3c9b-4b01-b25e-7daab4fb8a1c Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:10:18,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-66352645-3c9b-4b01-b25e-7daab4fb8a1c 2018-07-19 05:10:18,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10126709938s 2018-07-19 05:10:18,794 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-66352645-3c9b-4b01-b25e-7daab4fb8a1c 2018-07-19 05:10:18,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 05:10:18,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -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}c8891f3c6dd64ae675bb1b4de47471bcaf686fd5" 2018-07-19 05:10:18,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80ab4aaa-f5a8-404f-9816-dfbe6a5fa53a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-19 05:10:18,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-80ab4aaa-f5a8-404f-9816-dfbe6a5fa53a 2018-07-19 05:10:18,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.117763996124s 2018-07-19 05:10:18,917 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-80ab4aaa-f5a8-404f-9816-dfbe6a5fa53a 2018-07-19 05:10:18,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 05:10:18,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -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}c8891f3c6dd64ae675bb1b4de47471bcaf686fd5" 2018-07-19 05:10:18,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c6476a1-e2e7-457f-8785-b3f9bb4e07e4 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "tenantnetwork2-user_8f6bb630-712f-4403-9497-4a4cdfd9566b", "links": {"self": "http://172.30.9.28:5000/v3/users/3e6a2354854d4a92961538a33e5f81d5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3e6a2354854d4a92961538a33e5f81d5", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:10:18,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-1c6476a1-e2e7-457f-8785-b3f9bb4e07e4 2018-07-19 05:10:18,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0384840965271s 2018-07-19 05:10:18,957 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-1c6476a1-e2e7-457f-8785-b3f9bb4e07e4 2018-07-19 05:10:18,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 05:10:18,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -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}c8891f3c6dd64ae675bb1b4de47471bcaf686fd5" 2018-07-19 05:10:19,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfec9164-ae88-4c03-aa84-39e1e958689f Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "id": "c9003101a9994c308fccde61f611d998", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf"}, "tags": [], "enabled": true, "id": "808316c313f0491a8efb6e31d026d3bf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.28:5000/v3/projects/affc9693aa494f85bd7b44b37224f123"}, "tags": [], "enabled": true, "id": "affc9693aa494f85bd7b44b37224f123", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_8f6bb630-712f-4403-9497-4a4cdfd9566b"}]} 2018-07-19 05:10:19,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-cfec9164-ae88-4c03-aa84-39e1e958689f 2018-07-19 05:10:19,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.100248098373s 2018-07-19 05:10:19,067 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-cfec9164-ae88-4c03-aa84-39e1e958689f 2018-07-19 05:10:19,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-19 05:10:19,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=3e6a2354854d4a92961538a33e5f81d5&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=affc9693aa494f85bd7b44b37224f123" -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}c8891f3c6dd64ae675bb1b4de47471bcaf686fd5" 2018-07-19 05:10:19,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:10:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a9fbf60-8b4a-4d3b-9538-b00e2b818320 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=3e6a2354854d4a92961538a33e5f81d5&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=affc9693aa494f85bd7b44b37224f123", "previous": null, "next": null}} 2018-07-19 05:10:19,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=3e6a2354854d4a92961538a33e5f81d5&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=affc9693aa494f85bd7b44b37224f123 used request id req-9a9fbf60-8b4a-4d3b-9538-b00e2b818320 2018-07-19 05:10:19,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.120210170746s 2018-07-19 05:10:19,195 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=3e6a2354854d4a92961538a33e5f81d5&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=affc9693aa494f85bd7b44b37224f123 used request id req-9a9fbf60-8b4a-4d3b-9538-b00e2b818320 2018-07-19 05:10:19,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-19 05:10:19,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/affc9693aa494f85bd7b44b37224f123/users/3e6a2354854d4a92961538a33e5f81d5/roles/fc9a86fe047a4c4693c8f2b41c772941 -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}c8891f3c6dd64ae675bb1b4de47471bcaf686fd5" 2018-07-19 05:10:19,395 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:10:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf2f7ce5-510f-4810-bb77-ae24ede28571 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:10:19,395 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/affc9693aa494f85bd7b44b37224f123/users/3e6a2354854d4a92961538a33e5f81d5/roles/fc9a86fe047a4c4693c8f2b41c772941 used request id req-bf2f7ce5-510f-4810-bb77-ae24ede28571 2018-07-19 05:10:19,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.197520971298s 2018-07-19 05:10:19,396 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/affc9693aa494f85bd7b44b37224f123/users/3e6a2354854d4a92961538a33e5f81d5/roles/fc9a86fe047a4c4693c8f2b41c772941 used request id req-bf2f7ce5-510f-4810-bb77-ae24ede28571 2018-07-19 05:10:19,397 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_8f6bb630-712f-4403-9497-4a4cdfd9566b', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'affc9693aa494f85bd7b44b37224f123', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '5f67977d-d35c-40f9-a4b2-d4c475509b5d', 'username': u'tenantnetwork2-user_8f6bb630-712f-4403-9497-4a4cdfd9566b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-19 05:10:19,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 05:10:19,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 05:10:19,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 05:10:19,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 05:10:19,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 05:10:19,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 05:10:19,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 05:10:19,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 05:10:19,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 05:10:19,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 05:10:19,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 05:10:19,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 05:10:19,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 05:10:19,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 05:10:19,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 05:10:19,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 05:10:19,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 05:10:19,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 05:10:19,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 05:10:19,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 05:10:19,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 05:10:19,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 05:10:19,402 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_8f6bb630-712f-4403-9497-4a4cdfd9566b', 'password': '5f67977d-d35c-40f9-a4b2-d4c475509b5d', 'project_name': 'tenantnetwork2-project_8f6bb630-712f-4403-9497-4a4cdfd9566b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'affc9693aa494f85bd7b44b37224f123', 'project_domain_name': 'Default'} 2018-07-19 05:10:19,402 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-07-19 05:10:19,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:10:19,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:10:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aae205db-6408-48c2-881b-aacbc3def24d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:10:19,410 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-aae205db-6408-48c2-881b-aacbc3def24d 2018-07-19 05:10:19,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:10:19,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}], "expires_at": "2018-07-19T06:10:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "affc9693aa494f85bd7b44b37224f123", "name": "tenantnetwork2-project_8f6bb630-712f-4403-9497-4a4cdfd9566b"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/affc9693aa494f85bd7b44b37224f123", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/affc9693aa494f85bd7b44b37224f123", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/affc9693aa494f85bd7b44b37224f123", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/affc9693aa494f85bd7b44b37224f123", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/affc9693aa494f85bd7b44b37224f123", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/affc9693aa494f85bd7b44b37224f123", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/affc9693aa494f85bd7b44b37224f123", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/affc9693aa494f85bd7b44b37224f123", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/affc9693aa494f85bd7b44b37224f123", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_affc9693aa494f85bd7b44b37224f123", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_affc9693aa494f85bd7b44b37224f123", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/affc9693aa494f85bd7b44b37224f123", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/affc9693aa494f85bd7b44b37224f123", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/affc9693aa494f85bd7b44b37224f123", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_8f6bb630-712f-4403-9497-4a4cdfd9566b", "id": "3e6a2354854d4a92961538a33e5f81d5"}, "audit_ids": ["zMfTVS-SSXCKS7y21_YmZA"], "issued_at": "2018-07-19T05:10:19.000000Z"}} 2018-07-19 05:10:19,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-19 05:10:19,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07afa4f7effadea5e71372fd64aacd18426efaae" -d '{"network": {"name": "tenantnetwork2-net_8f6bb630-712f-4403-9497-4a4cdfd9566b", "admin_state_up": true}}' 2018-07-19 05:10:21,263 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 633 X-Openstack-Request-Id: req-4475b969-5e6d-44d8-b227-1191d34763d0 Date: Thu, 19 Jul 2018 05:10:21 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"4b739fc2-fb52-4212-98ac-1a27ae6a6065","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"affc9693aa494f85bd7b44b37224f123","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:10:21Z","is_default":false,"name":"tenantnetwork2-net_8f6bb630-712f-4403-9497-4a4cdfd9566b","qos_policy_id":null,"admin_state_up":true,"tenant_id":"affc9693aa494f85bd7b44b37224f123","created_at":"2018-07-19T05:10:21Z","mtu":1450}} 2018-07-19 05:10:21,263 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4475b969-5e6d-44d8-b227-1191d34763d0 2018-07-19 05:10:21,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.44960904121s 2018-07-19 05:10:21,263 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4475b969-5e6d-44d8-b227-1191d34763d0 2018-07-19 05:10:21,264 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-19T05:10:21Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'4b739fc2-fb52-4212-98ac-1a27ae6a6065', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_8f6bb630-712f-4403-9497-4a4cdfd9566b', u'admin_state_up': True, u'tenant_id': u'affc9693aa494f85bd7b44b37224f123', u'created_at': u'2018-07-19T05:10:21Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'affc9693aa494f85bd7b44b37224f123', u'l2_adjacency': True}) 2018-07-19 05:10:21,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:10:21,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07afa4f7effadea5e71372fd64aacd18426efaae" 2018-07-19 05:10:22,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-5eb1c400-7af5-47f7-b160-a7dca0e466b1 Date: Thu, 19 Jul 2018 05:10:22 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"4b739fc2-fb52-4212-98ac-1a27ae6a6065","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"affc9693aa494f85bd7b44b37224f123","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:10:21Z","qos_policy_id":null,"name":"tenantnetwork2-net_8f6bb630-712f-4403-9497-4a4cdfd9566b","admin_state_up":true,"tenant_id":"affc9693aa494f85bd7b44b37224f123","created_at":"2018-07-19T05:10:21Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:10:22,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5eb1c400-7af5-47f7-b160-a7dca0e466b1 2018-07-19 05:10:22,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.06705403328s 2018-07-19 05:10:22,332 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5eb1c400-7af5-47f7-b160-a7dca0e466b1 2018-07-19 05:10:22,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-19 05:10:22,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07afa4f7effadea5e71372fd64aacd18426efaae" -d '{"subnet": {"name": "tenantnetwork2-subnet_8f6bb630-712f-4403-9497-4a4cdfd9566b", "enable_dhcp": true, "network_id": "4b739fc2-fb52-4212-98ac-1a27ae6a6065", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-19 05:10:23,879 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b6d68e44-2774-47e7-8a16-8325b336e640 Date: Thu, 19 Jul 2018 05:10:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4b739fc2-fb52-4212-98ac-1a27ae6a6065","tenant_id":"affc9693aa494f85bd7b44b37224f123","created_at":"2018-07-19T05:10:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T05:10:23Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"affc9693aa494f85bd7b44b37224f123","id":"cd32ca4d-0a7e-4162-9ab0-fc47c2dfccbe","subnetpool_id":null,"name":"tenantnetwork2-subnet_8f6bb630-712f-4403-9497-4a4cdfd9566b"}} 2018-07-19 05:10:23,879 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b6d68e44-2774-47e7-8a16-8325b336e640 2018-07-19 05:10:23,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.54572701454s 2018-07-19 05:10:23,879 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b6d68e44-2774-47e7-8a16-8325b336e640 2018-07-19 05:10:23,879 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T05:10:23Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'cd32ca4d-0a7e-4162-9ab0-fc47c2dfccbe', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_8f6bb630-712f-4403-9497-4a4cdfd9566b', u'enable_dhcp': True, u'network_id': u'4b739fc2-fb52-4212-98ac-1a27ae6a6065', u'tenant_id': u'affc9693aa494f85bd7b44b37224f123', u'created_at': u'2018-07-19T05:10:23Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'affc9693aa494f85bd7b44b37224f123'}) 2018-07-19 05:10:23,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-19 05:10:23,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07afa4f7effadea5e71372fd64aacd18426efaae" -d '{"router": {"external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c"}, "name": "tenantnetwork2-router_8f6bb630-712f-4403-9497-4a4cdfd9566b", "admin_state_up": true}}' 2018-07-19 05:10:30,230 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-dcfcb5ff-c77c-4f4e-9c45-0d40a41cf6b0 Date: Thu, 19 Jul 2018 05:10:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "affc9693aa494f85bd7b44b37224f123", "created_at": "2018-07-19T05:10:24Z", "admin_state_up": true, "updated_at": "2018-07-19T05:10:25Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "affc9693aa494f85bd7b44b37224f123", "id": "b62d335e-5b96-4f53-bfce-1368843b327b", "name": "tenantnetwork2-router_8f6bb630-712f-4403-9497-4a4cdfd9566b"}} 2018-07-19 05:10:30,230 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-dcfcb5ff-c77c-4f4e-9c45-0d40a41cf6b0 2018-07-19 05:10:30,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.35073280334s 2018-07-19 05:10:30,231 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-dcfcb5ff-c77c-4f4e-9c45-0d40a41cf6b0 2018-07-19 05:10:30,231 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T05:10:25Z', u'revision_number': 3, u'id': u'b62d335e-5b96-4f53-bfce-1368843b327b', u'external_gateway_info': {u'network_id': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'2c83d5bd-6837-46dc-ba99-edbcdb9eb558', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-router_8f6bb630-712f-4403-9497-4a4cdfd9566b', u'admin_state_up': True, u'tenant_id': u'affc9693aa494f85bd7b44b37224f123', u'created_at': u'2018-07-19T05:10:24Z', u'flavor_id': None, u'routes': [], u'project_id': u'affc9693aa494f85bd7b44b37224f123'}) 2018-07-19 05:10:30,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-19 05:10:30,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/b62d335e-5b96-4f53-bfce-1368843b327b/add_router_interface.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07afa4f7effadea5e71372fd64aacd18426efaae" -d '{"subnet_id": "cd32ca4d-0a7e-4162-9ab0-fc47c2dfccbe"}' 2018-07-19 05:10:32,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-11634a8d-24a0-4fed-a1f6-fb6cb3598ec0 Date: Thu, 19 Jul 2018 05:10:32 GMT RESP BODY: {"network_id": "4b739fc2-fb52-4212-98ac-1a27ae6a6065", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "subnet_id": "cd32ca4d-0a7e-4162-9ab0-fc47c2dfccbe", "subnet_ids": ["cd32ca4d-0a7e-4162-9ab0-fc47c2dfccbe"], "port_id": "2e896e6e-44e9-4cb1-a4f9-523e19fef6bc", "id": "b62d335e-5b96-4f53-bfce-1368843b327b"} 2018-07-19 05:10:32,931 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b62d335e-5b96-4f53-bfce-1368843b327b/add_router_interface.json used request id req-11634a8d-24a0-4fed-a1f6-fb6cb3598ec0 2018-07-19 05:10:32,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.69908189774s 2018-07-19 05:10:32,931 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b62d335e-5b96-4f53-bfce-1368843b327b/add_router_interface.json used request id req-11634a8d-24a0-4fed-a1f6-fb6cb3598ec0 returning object b62d335e-5b96-4f53-bfce-1368843b327b 2018-07-19 05:10:33,046 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-19 05:10:33,046 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:14 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-19 05:10:33,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-19 05:10:33,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/b62d335e-5b96-4f53-bfce-1368843b327b/remove_router_interface.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07afa4f7effadea5e71372fd64aacd18426efaae" -d '{"subnet_id": "cd32ca4d-0a7e-4162-9ab0-fc47c2dfccbe"}' 2018-07-19 05:10:35,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5cbfc80e-5be7-4733-ae00-229e6fd20f24 Date: Thu, 19 Jul 2018 05:10:35 GMT RESP BODY: {"network_id": "4b739fc2-fb52-4212-98ac-1a27ae6a6065", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "subnet_id": "cd32ca4d-0a7e-4162-9ab0-fc47c2dfccbe", "subnet_ids": ["cd32ca4d-0a7e-4162-9ab0-fc47c2dfccbe"], "port_id": "2e896e6e-44e9-4cb1-a4f9-523e19fef6bc", "id": "b62d335e-5b96-4f53-bfce-1368843b327b"} 2018-07-19 05:10:35,470 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b62d335e-5b96-4f53-bfce-1368843b327b/remove_router_interface.json used request id req-5cbfc80e-5be7-4733-ae00-229e6fd20f24 2018-07-19 05:10:35,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.42005205154s 2018-07-19 05:10:35,471 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b62d335e-5b96-4f53-bfce-1368843b327b/remove_router_interface.json used request id req-5cbfc80e-5be7-4733-ae00-229e6fd20f24 returning object b62d335e-5b96-4f53-bfce-1368843b327b 2018-07-19 05:10:35,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-19 05:10:35,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07afa4f7effadea5e71372fd64aacd18426efaae" 2018-07-19 05:10:36,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-7df93e77-139c-40be-b752-26044da3ca62 Date: Thu, 19 Jul 2018 05:10:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "affc9693aa494f85bd7b44b37224f123", "created_at": "2018-07-19T05:10:24Z", "admin_state_up": true, "updated_at": "2018-07-19T05:10:34Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "affc9693aa494f85bd7b44b37224f123", "id": "b62d335e-5b96-4f53-bfce-1368843b327b", "name": "tenantnetwork2-router_8f6bb630-712f-4403-9497-4a4cdfd9566b"}]} 2018-07-19 05:10:36,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-7df93e77-139c-40be-b752-26044da3ca62 2018-07-19 05:10:36,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.09540605545s 2018-07-19 05:10:36,567 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-7df93e77-139c-40be-b752-26044da3ca62 2018-07-19 05:10:36,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-19 05:10:36,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/b62d335e-5b96-4f53-bfce-1368843b327b.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}07afa4f7effadea5e71372fd64aacd18426efaae" 2018-07-19 05:10:40,966 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7986c4bf-c8c0-48fa-8c37-a4a50d488627 Content-Length: 0 Date: Thu, 19 Jul 2018 05:10:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:10:40,966 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/b62d335e-5b96-4f53-bfce-1368843b327b.json used request id req-7986c4bf-c8c0-48fa-8c37-a4a50d488627 2018-07-19 05:10:40,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.3971850872s 2018-07-19 05:10:40,966 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/b62d335e-5b96-4f53-bfce-1368843b327b.json used request id req-7986c4bf-c8c0-48fa-8c37-a4a50d488627 2018-07-19 05:10:40,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 05:10:40,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07afa4f7effadea5e71372fd64aacd18426efaae" 2018-07-19 05:10:41,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-31b41776-7cf5-4055-bd1a-d69074f08d5f Date: Thu, 19 Jul 2018 05:10:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4b739fc2-fb52-4212-98ac-1a27ae6a6065","tenant_id":"affc9693aa494f85bd7b44b37224f123","created_at":"2018-07-19T05:10:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T05:10:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"affc9693aa494f85bd7b44b37224f123","id":"cd32ca4d-0a7e-4162-9ab0-fc47c2dfccbe","subnetpool_id":null,"name":"tenantnetwork2-subnet_8f6bb630-712f-4403-9497-4a4cdfd9566b"}]} 2018-07-19 05:10:41,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-31b41776-7cf5-4055-bd1a-d69074f08d5f 2018-07-19 05:10:41,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0490200519562s 2018-07-19 05:10:41,016 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-31b41776-7cf5-4055-bd1a-d69074f08d5f 2018-07-19 05:10:41,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-19 05:10:41,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/cd32ca4d-0a7e-4162-9ab0-fc47c2dfccbe.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}07afa4f7effadea5e71372fd64aacd18426efaae" 2018-07-19 05:10:43,323 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-df1463a3-46a7-4729-87fa-0b0e9a7caf0e Date: Thu, 19 Jul 2018 05:10:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:10:43,323 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/cd32ca4d-0a7e-4162-9ab0-fc47c2dfccbe.json used request id req-df1463a3-46a7-4729-87fa-0b0e9a7caf0e 2018-07-19 05:10:43,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.30597901344s 2018-07-19 05:10:43,324 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/cd32ca4d-0a7e-4162-9ab0-fc47c2dfccbe.json used request id req-df1463a3-46a7-4729-87fa-0b0e9a7caf0e 2018-07-19 05:10:43,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:10:43,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07afa4f7effadea5e71372fd64aacd18426efaae" 2018-07-19 05:10:44,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1241 X-Openstack-Request-Id: req-1111afa5-6314-40e5-8648-185edcbe8355 Date: Thu, 19 Jul 2018 05:10:44 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"4b739fc2-fb52-4212-98ac-1a27ae6a6065","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"affc9693aa494f85bd7b44b37224f123","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:10:43Z","qos_policy_id":null,"name":"tenantnetwork2-net_8f6bb630-712f-4403-9497-4a4cdfd9566b","admin_state_up":true,"tenant_id":"affc9693aa494f85bd7b44b37224f123","created_at":"2018-07-19T05:10:21Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:10:44,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1111afa5-6314-40e5-8648-185edcbe8355 2018-07-19 05:10:44,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.02010703087s 2018-07-19 05:10:44,345 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1111afa5-6314-40e5-8648-185edcbe8355 2018-07-19 05:10:44,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-19 05:10:44,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/4b739fc2-fb52-4212-98ac-1a27ae6a6065.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}07afa4f7effadea5e71372fd64aacd18426efaae" 2018-07-19 05:10:46,064 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c788c53e-a5de-4b59-a04b-b746feff1445 Date: Thu, 19 Jul 2018 05:10:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:10:46,064 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/4b739fc2-fb52-4212-98ac-1a27ae6a6065.json used request id req-c788c53e-a5de-4b59-a04b-b746feff1445 2018-07-19 05:10:46,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.71817493439s 2018-07-19 05:10:46,064 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/4b739fc2-fb52-4212-98ac-1a27ae6a6065.json used request id req-c788c53e-a5de-4b59-a04b-b746feff1445 2018-07-19 05:10:46,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 05:10:46,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -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}c8891f3c6dd64ae675bb1b4de47471bcaf686fd5" 2018-07-19 05:10:46,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:10:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce6aba72-0f77-42f1-a786-ea8fff901958 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "tenantnetwork2-user_8f6bb630-712f-4403-9497-4a4cdfd9566b", "links": {"self": "http://172.30.9.28:5000/v3/users/3e6a2354854d4a92961538a33e5f81d5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3e6a2354854d4a92961538a33e5f81d5", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:10:46,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ce6aba72-0f77-42f1-a786-ea8fff901958 2018-07-19 05:10:46,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.126626014709s 2018-07-19 05:10:46,192 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ce6aba72-0f77-42f1-a786-ea8fff901958 2018-07-19 05:10:46,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 05:10:46,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/3e6a2354854d4a92961538a33e5f81d5 -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}c8891f3c6dd64ae675bb1b4de47471bcaf686fd5" 2018-07-19 05:10:46,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:10:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4089444-4e2d-409d-8ab4-ee5f8aec0ba5 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_8f6bb630-712f-4403-9497-4a4cdfd9566b", "links": {"self": "http://172.30.9.28:5000/v3/users/3e6a2354854d4a92961538a33e5f81d5"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "3e6a2354854d4a92961538a33e5f81d5", "description": null}} 2018-07-19 05:10:46,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/3e6a2354854d4a92961538a33e5f81d5 used request id req-c4089444-4e2d-409d-8ab4-ee5f8aec0ba5 2018-07-19 05:10:46,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114417076111s 2018-07-19 05:10:46,312 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/3e6a2354854d4a92961538a33e5f81d5 used request id req-c4089444-4e2d-409d-8ab4-ee5f8aec0ba5 2018-07-19 05:10:46,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-19 05:10:46,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/3e6a2354854d4a92961538a33e5f81d5 -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}c8891f3c6dd64ae675bb1b4de47471bcaf686fd5" 2018-07-19 05:10:46,651 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:10:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d6863b5-2f6b-4e42-86d2-793317ed12fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:10:46,651 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/3e6a2354854d4a92961538a33e5f81d5 used request id req-2d6863b5-2f6b-4e42-86d2-793317ed12fd 2018-07-19 05:10:46,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.338562965393s 2018-07-19 05:10:46,652 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/3e6a2354854d4a92961538a33e5f81d5 used request id req-2d6863b5-2f6b-4e42-86d2-793317ed12fd 2018-07-19 05:10:46,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 05:10:46,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/projects -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}c8891f3c6dd64ae675bb1b4de47471bcaf686fd5" 2018-07-19 05:10:46,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:10:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11611323-ad4b-4cd6-84ce-42b86ebcd7e4 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf"}, "tags": [], "enabled": true, "id": "808316c313f0491a8efb6e31d026d3bf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.28:5000/v3/projects/affc9693aa494f85bd7b44b37224f123"}, "tags": [], "enabled": true, "id": "affc9693aa494f85bd7b44b37224f123", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_8f6bb630-712f-4403-9497-4a4cdfd9566b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "id": "c9003101a9994c308fccde61f611d998", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-19 05:10:46,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-11611323-ad4b-4cd6-84ce-42b86ebcd7e4 2018-07-19 05:10:46,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.191033124924s 2018-07-19 05:10:46,849 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-11611323-ad4b-4cd6-84ce-42b86ebcd7e4 2018-07-19 05:10:46,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-19 05:10:46,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/affc9693aa494f85bd7b44b37224f123 -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}c8891f3c6dd64ae675bb1b4de47471bcaf686fd5" 2018-07-19 05:10:47,076 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:10:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f5babb2-7efe-4d47-b9ef-a8761b18d4ea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:10:47,077 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/affc9693aa494f85bd7b44b37224f123 used request id req-9f5babb2-7efe-4d47-b9ef-a8761b18d4ea 2018-07-19 05:10:47,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.223510980606s 2018-07-19 05:10:47,077 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/affc9693aa494f85bd7b44b37224f123 used request id req-9f5babb2-7efe-4d47-b9ef-a8761b18d4ea 2018-07-19 05:10:47,131 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-07-19 05:10:47,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 05:10:47,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 05:10:47,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 05:10:47,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 05:10:47,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 05:10:47,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 05:10:47,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 05:10:47,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 05:10:47,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 05:10:47,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 05:10:47,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 05:10:47,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 05:10:47,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 05:10:47,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 05:10:47,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 05:10:47,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 05:10:47,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 05:10:47,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 05:10:47,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 05:10:47,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 05:10:47,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 05:10:47,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 05:10:47,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:10:47,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ce19ca7-f8c3-4d11-9136-f27c54ed7ba9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:10:47,212 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8ce19ca7-f8c3-4d11-9136-f27c54ed7ba9 2018-07-19 05:10:47,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:10:47,613 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:10:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["kmNgHlCRRh66pM29dE04oQ"], "issued_at": "2018-07-19T05:10:47.000000Z"}} 2018-07-19 05:10:47,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:10:47,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -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}a6a8ca678b432e4ea776cf1096dacc247d99966d" 2018-07-19 05:10:48,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-bf84bc87-3ecc-45c7-bbbf-5c5ca1d7792f Date: Thu, 19 Jul 2018 05:10:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:10:48,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bf84bc87-3ecc-45c7-bbbf-5c5ca1d7792f 2018-07-19 05:10:48,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.976547956467s 2018-07-19 05:10:48,593 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bf84bc87-3ecc-45c7-bbbf-5c5ca1d7792f 2018-07-19 05:10:48,594 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-07-19 05:10:48,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-19 05:10:48,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6a8ca678b432e4ea776cf1096dacc247d99966d" -d '{"network": {"name": "vmready1-net_de04ef7f-77bc-46bc-ba42-3c24d6356b11", "admin_state_up": true}}' 2018-07-19 05:10:49,292 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-b4bc741f-e632-4010-846a-2e5f08831f83 Date: Thu, 19 Jul 2018 05:10:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d649d945-4232-4008-81db-cbaf5d4fbdb4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:10:49Z","is_default":false,"qos_policy_id":null,"name":"vmready1-net_de04ef7f-77bc-46bc-ba42-3c24d6356b11","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:10:48Z","mtu":1450}} 2018-07-19 05:10:49,292 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b4bc741f-e632-4010-846a-2e5f08831f83 2018-07-19 05:10:49,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.697999954224s 2018-07-19 05:10:49,293 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b4bc741f-e632-4010-846a-2e5f08831f83 2018-07-19 05:10:49,293 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-19T05:10:49Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'd649d945-4232-4008-81db-cbaf5d4fbdb4', u'provider:segmentation_id': 30, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vmready1-net_de04ef7f-77bc-46bc-ba42-3c24d6356b11', u'created_at': u'2018-07-19T05:10:48Z', u'mtu': 1450, u'tenant_id': u'c9003101a9994c308fccde61f611d998', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'c9003101a9994c308fccde61f611d998', u'l2_adjacency': True}) 2018-07-19 05:10:49,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:10:49,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6a8ca678b432e4ea776cf1096dacc247d99966d" 2018-07-19 05:10:50,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1428 X-Openstack-Request-Id: req-97616115-93b4-44f2-8edb-b4e1b5635b56 Date: Thu, 19 Jul 2018 05:10:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d649d945-4232-4008-81db-cbaf5d4fbdb4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:10:49Z","qos_policy_id":null,"name":"vmready1-net_de04ef7f-77bc-46bc-ba42-3c24d6356b11","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:10:48Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:10:50,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-97616115-93b4-44f2-8edb-b4e1b5635b56 2018-07-19 05:10:50,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.0157699585s 2018-07-19 05:10:50,310 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-97616115-93b4-44f2-8edb-b4e1b5635b56 2018-07-19 05:10:50,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-19 05:10:50,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6a8ca678b432e4ea776cf1096dacc247d99966d" -d '{"subnet": {"name": "vmready1-subnet_de04ef7f-77bc-46bc-ba42-3c24d6356b11", "enable_dhcp": true, "network_id": "d649d945-4232-4008-81db-cbaf5d4fbdb4", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-19 05:10:51,137 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-db8aa314-03f3-4dc8-9927-96610d372ef4 Date: Thu, 19 Jul 2018 05:10:51 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:10:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"7eff6002-f3ba-40b0-aa65-5e06a6ebf820","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"192.168.0.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_de04ef7f-77bc-46bc-ba42-3c24d6356b11","enable_dhcp":true,"segment_id":null,"network_id":"d649d945-4232-4008-81db-cbaf5d4fbdb4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:10:50Z","ip_version":4}} 2018-07-19 05:10:51,137 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-db8aa314-03f3-4dc8-9927-96610d372ef4 2018-07-19 05:10:51,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.82497882843s 2018-07-19 05:10:51,137 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-db8aa314-03f3-4dc8-9927-96610d372ef4 2018-07-19 05:10:51,138 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T05:10:50Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'7eff6002-f3ba-40b0-aa65-5e06a6ebf820', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_de04ef7f-77bc-46bc-ba42-3c24d6356b11', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'd649d945-4232-4008-81db-cbaf5d4fbdb4', u'tenant_id': u'c9003101a9994c308fccde61f611d998', u'created_at': u'2018-07-19T05:10:50Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'c9003101a9994c308fccde61f611d998'}) 2018-07-19 05:10:51,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-19 05:10:51,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6a8ca678b432e4ea776cf1096dacc247d99966d" -d '{"router": {"external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c"}, "name": "vmready1-router_de04ef7f-77bc-46bc-ba42-3c24d6356b11", "admin_state_up": true}}' 2018-07-19 05:10:57,918 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-78fb2dbc-52c4-475c-a6f5-a4862c9c06e1 Date: Thu, 19 Jul 2018 05:10:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:10:52Z", "admin_state_up": true, "updated_at": "2018-07-19T05:10:53Z", "project_id": "c9003101a9994c308fccde61f611d998", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "a1222ec2-196f-4d4e-83bf-851234c2717c", "name": "vmready1-router_de04ef7f-77bc-46bc-ba42-3c24d6356b11"}} 2018-07-19 05:10:57,919 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-78fb2dbc-52c4-475c-a6f5-a4862c9c06e1 2018-07-19 05:10:57,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.78024888039s 2018-07-19 05:10:57,919 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-78fb2dbc-52c4-475c-a6f5-a4862c9c06e1 2018-07-19 05:10:57,919 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T05:10:53Z', u'revision_number': 3, u'ha': True, u'id': u'a1222ec2-196f-4d4e-83bf-851234c2717c', u'external_gateway_info': {u'network_id': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'2c83d5bd-6837-46dc-ba99-edbcdb9eb558', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-router_de04ef7f-77bc-46bc-ba42-3c24d6356b11', u'admin_state_up': True, u'tenant_id': u'c9003101a9994c308fccde61f611d998', u'created_at': u'2018-07-19T05:10:52Z', u'flavor_id': None, u'routes': [], u'project_id': u'c9003101a9994c308fccde61f611d998'}) 2018-07-19 05:10:57,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-19 05:10:57,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/a1222ec2-196f-4d4e-83bf-851234c2717c/add_router_interface.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6a8ca678b432e4ea776cf1096dacc247d99966d" -d '{"subnet_id": "7eff6002-f3ba-40b0-aa65-5e06a6ebf820"}' 2018-07-19 05:11:00,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e7b93b7c-0fef-4aa3-9b99-6ae9ad05aa31 Date: Thu, 19 Jul 2018 05:11:00 GMT RESP BODY: {"network_id": "d649d945-4232-4008-81db-cbaf5d4fbdb4", "tenant_id": "c9003101a9994c308fccde61f611d998", "subnet_id": "7eff6002-f3ba-40b0-aa65-5e06a6ebf820", "subnet_ids": ["7eff6002-f3ba-40b0-aa65-5e06a6ebf820"], "port_id": "1356d3f7-4ec7-4dbd-bf1a-230ef5f6bad3", "id": "a1222ec2-196f-4d4e-83bf-851234c2717c"} 2018-07-19 05:11:00,545 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a1222ec2-196f-4d4e-83bf-851234c2717c/add_router_interface.json used request id req-e7b93b7c-0fef-4aa3-9b99-6ae9ad05aa31 2018-07-19 05:11:00,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.62474012375s 2018-07-19 05:11:00,545 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a1222ec2-196f-4d4e-83bf-851234c2717c/add_router_interface.json used request id req-e7b93b7c-0fef-4aa3-9b99-6ae9ad05aa31 returning object a1222ec2-196f-4d4e-83bf-851234c2717c 2018-07-19 05:11:00,546 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-19 05:11:00,677 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-19 05:11:00,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292 -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-07-19 05:11:00,684 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Thu, 19 Jul 2018 05:11:00 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-19 05:11:00,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:11:00,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}a6a8ca678b432e4ea776cf1096dacc247d99966d" 2018-07-19 05:11:01,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ea899914-3bfb-47b9-9697-f90bd055a052 Date: Thu, 19 Jul 2018 05:11:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:11:01,371 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ea899914-3bfb-47b9-9697-f90bd055a052 2018-07-19 05:11:01,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.68267083168s 2018-07-19 05:11:01,372 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ea899914-3bfb-47b9-9697-f90bd055a052 2018-07-19 05:11:01,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-19 05:11:01,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6a8ca678b432e4ea776cf1096dacc247d99966d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_de04ef7f-77bc-46bc-ba42-3c24d6356b11", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_de04ef7f-77bc-46bc-ba42-3c24d6356b11"}' 2018-07-19 05:11:02,342 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/044c5bfe-9bd2-46a0-87da-927d14258e9f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-03d3a44e-001b-4617-b2ea-ff9964f4b0fc Date: Thu, 19 Jul 2018 05:11:02 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/044c5bfe-9bd2-46a0-87da-927d14258e9f/file", "owner": "c9003101a9994c308fccde61f611d998", "id": "044c5bfe-9bd2-46a0-87da-927d14258e9f", "size": null, "self": "/v2/images/044c5bfe-9bd2-46a0-87da-927d14258e9f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:11:02Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_de04ef7f-77bc-46bc-ba42-3c24d6356b11", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_de04ef7f-77bc-46bc-ba42-3c24d6356b11", "checksum": null, "created_at": "2018-07-19T05:11:02Z", "protected": false} 2018-07-19 05:11:02,342 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-03d3a44e-001b-4617-b2ea-ff9964f4b0fc 2018-07-19 05:11:02,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.962523937225s 2018-07-19 05:11:02,342 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-03d3a44e-001b-4617-b2ea-ff9964f4b0fc returning object 044c5bfe-9bd2-46a0-87da-927d14258e9f 2018-07-19 05:11:02,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-19 05:11:02,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/044c5bfe-9bd2-46a0-87da-927d14258e9f/file -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 "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a6a8ca678b432e4ea776cf1096dacc247d99966d" -d '' 2018-07-19 05:11:05,897 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-63947572-25b9-4983-926e-bf80a515e76d Date: Thu, 19 Jul 2018 05:11:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:11:05,897 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/044c5bfe-9bd2-46a0-87da-927d14258e9f/file used request id req-63947572-25b9-4983-926e-bf80a515e76d 2018-07-19 05:11:05,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.5542140007s 2018-07-19 05:11:05,898 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/044c5bfe-9bd2-46a0-87da-927d14258e9f/file used request id req-63947572-25b9-4983-926e-bf80a515e76d 2018-07-19 05:11:05,898 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready1-img_de04ef7f-77bc-46bc-ba42-3c24d6356b11', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-19T05:11:02Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/044c5bfe-9bd2-46a0-87da-927d14258e9f/file', u'owner': u'c9003101a9994c308fccde61f611d998', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'044c5bfe-9bd2-46a0-87da-927d14258e9f', u'size': None, u'name': u'vmready1-img_de04ef7f-77bc-46bc-ba42-3c24d6356b11', u'checksum': None, u'self': u'/v2/images/044c5bfe-9bd2-46a0-87da-927d14258e9f', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-19T05:11:02Z', u'schema': u'/v2/schemas/image'}) 2018-07-19 05:11:05,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-19 05:11:05,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6a8ca678b432e4ea776cf1096dacc247d99966d" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_de04ef7f-77bc-46bc-ba42-3c24d6356b11", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-19 05:11:06,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:11: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-0496d8ef-cff1-4f21-b48e-86fa953638aa x-compute-request-id: req-0496d8ef-cff1-4f21-b48e-86fa953638aa Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_de04ef7f-77bc-46bc-ba42-3c24d6356b11", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/155a3851-4c64-45e8-9542-f90ed7323223", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/155a3851-4c64-45e8-9542-f90ed7323223", "rel": "bookmark"}], "ram": 512, "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": "155a3851-4c64-45e8-9542-f90ed7323223"}} 2018-07-19 05:11:06,251 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-0496d8ef-cff1-4f21-b48e-86fa953638aa 2018-07-19 05:11:06,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.352516889572s 2018-07-19 05:11:06,252 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-0496d8ef-cff1-4f21-b48e-86fa953638aa 2018-07-19 05:11:06,253 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_de04ef7f-77bc-46bc-ba42-3c24d6356b11', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c9003101a9994c308fccde61f611d998', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'155a3851-4c64-45e8-9542-f90ed7323223', 'swap': 0}) 2018-07-19 05:11:06,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-19 05:11:06,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/155a3851-4c64-45e8-9542-f90ed7323223/os-extra_specs -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6a8ca678b432e4ea776cf1096dacc247d99966d" -d '{"extra_specs": {}}' 2018-07-19 05:11:06,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:11:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-599a603d-6c2e-4c7c-92ac-5ca7f972e76b x-compute-request-id: req-599a603d-6c2e-4c7c-92ac-5ca7f972e76b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-19 05:11:06,293 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/155a3851-4c64-45e8-9542-f90ed7323223/os-extra_specs used request id req-599a603d-6c2e-4c7c-92ac-5ca7f972e76b 2018-07-19 05:11:06,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.039577960968s 2018-07-19 05:11:06,293 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/155a3851-4c64-45e8-9542-f90ed7323223/os-extra_specs used request id req-599a603d-6c2e-4c7c-92ac-5ca7f972e76b 2018-07-19 05:11:06,433 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-19 05:11:06,433 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-19 05:11:06,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-19 05:11:06,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/a1222ec2-196f-4d4e-83bf-851234c2717c/remove_router_interface.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6a8ca678b432e4ea776cf1096dacc247d99966d" -d '{"subnet_id": "7eff6002-f3ba-40b0-aa65-5e06a6ebf820"}' 2018-07-19 05:11:08,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fe3bd794-05ed-4870-9eaf-56f30b6814bf Date: Thu, 19 Jul 2018 05:11:08 GMT RESP BODY: {"network_id": "d649d945-4232-4008-81db-cbaf5d4fbdb4", "tenant_id": "c9003101a9994c308fccde61f611d998", "subnet_id": "7eff6002-f3ba-40b0-aa65-5e06a6ebf820", "subnet_ids": ["7eff6002-f3ba-40b0-aa65-5e06a6ebf820"], "port_id": "1356d3f7-4ec7-4dbd-bf1a-230ef5f6bad3", "id": "a1222ec2-196f-4d4e-83bf-851234c2717c"} 2018-07-19 05:11:08,742 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a1222ec2-196f-4d4e-83bf-851234c2717c/remove_router_interface.json used request id req-fe3bd794-05ed-4870-9eaf-56f30b6814bf 2018-07-19 05:11:08,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.30370497704s 2018-07-19 05:11:08,742 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a1222ec2-196f-4d4e-83bf-851234c2717c/remove_router_interface.json used request id req-fe3bd794-05ed-4870-9eaf-56f30b6814bf returning object a1222ec2-196f-4d4e-83bf-851234c2717c 2018-07-19 05:11:08,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-19 05:11:08,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6a8ca678b432e4ea776cf1096dacc247d99966d" 2018-07-19 05:11:09,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-9d3d8e3b-14d3-4d0c-882e-df7e9a0ef637 Date: Thu, 19 Jul 2018 05:11:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:10:52Z", "admin_state_up": true, "updated_at": "2018-07-19T05:11:07Z", "project_id": "c9003101a9994c308fccde61f611d998", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "a1222ec2-196f-4d4e-83bf-851234c2717c", "name": "vmready1-router_de04ef7f-77bc-46bc-ba42-3c24d6356b11"}]} 2018-07-19 05:11:09,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-9d3d8e3b-14d3-4d0c-882e-df7e9a0ef637 2018-07-19 05:11:09,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.421995162964s 2018-07-19 05:11:09,165 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-9d3d8e3b-14d3-4d0c-882e-df7e9a0ef637 2018-07-19 05:11:09,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-19 05:11:09,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/a1222ec2-196f-4d4e-83bf-851234c2717c.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}a6a8ca678b432e4ea776cf1096dacc247d99966d" 2018-07-19 05:11:13,429 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-34935e6c-af31-49a6-87b5-ab89b9ab40b0 Content-Length: 0 Date: Thu, 19 Jul 2018 05:11:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:11:13,429 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/a1222ec2-196f-4d4e-83bf-851234c2717c.json used request id req-34935e6c-af31-49a6-87b5-ab89b9ab40b0 2018-07-19 05:11:13,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.26311707497s 2018-07-19 05:11:13,430 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/a1222ec2-196f-4d4e-83bf-851234c2717c.json used request id req-34935e6c-af31-49a6-87b5-ab89b9ab40b0 2018-07-19 05:11:13,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 05:11:13,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6a8ca678b432e4ea776cf1096dacc247d99966d" 2018-07-19 05:11:13,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1318 X-Openstack-Request-Id: req-58290749-696d-4f07-803b-43a26da87c4f Date: Thu, 19 Jul 2018 05:11:13 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4},{"updated_at":"2018-07-19T05:10:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"7eff6002-f3ba-40b0-aa65-5e06a6ebf820","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"192.168.0.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_de04ef7f-77bc-46bc-ba42-3c24d6356b11","enable_dhcp":true,"segment_id":null,"network_id":"d649d945-4232-4008-81db-cbaf5d4fbdb4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:10:50Z","ip_version":4}]} 2018-07-19 05:11:13,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-58290749-696d-4f07-803b-43a26da87c4f 2018-07-19 05:11:13,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.363507032394s 2018-07-19 05:11:13,794 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-58290749-696d-4f07-803b-43a26da87c4f 2018-07-19 05:11:13,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-19 05:11:13,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/7eff6002-f3ba-40b0-aa65-5e06a6ebf820.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}a6a8ca678b432e4ea776cf1096dacc247d99966d" 2018-07-19 05:11:16,767 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0eac804b-24a2-4b58-8bfa-d6e663397f49 Date: Thu, 19 Jul 2018 05:11:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:11:16,767 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/7eff6002-f3ba-40b0-aa65-5e06a6ebf820.json used request id req-0eac804b-24a2-4b58-8bfa-d6e663397f49 2018-07-19 05:11:16,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.97119617462s 2018-07-19 05:11:16,767 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/7eff6002-f3ba-40b0-aa65-5e06a6ebf820.json used request id req-0eac804b-24a2-4b58-8bfa-d6e663397f49 2018-07-19 05:11:16,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:11:16,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6a8ca678b432e4ea776cf1096dacc247d99966d" 2018-07-19 05:11:17,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-fb78b972-48f5-43ec-bcbb-8bfc34f25757 Date: Thu, 19 Jul 2018 05:11:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d649d945-4232-4008-81db-cbaf5d4fbdb4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:11:16Z","qos_policy_id":null,"name":"vmready1-net_de04ef7f-77bc-46bc-ba42-3c24d6356b11","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:10:48Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:11:17,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-fb78b972-48f5-43ec-bcbb-8bfc34f25757 2018-07-19 05:11:17,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.299082994461s 2018-07-19 05:11:17,067 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-fb78b972-48f5-43ec-bcbb-8bfc34f25757 2018-07-19 05:11:17,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-19 05:11:17,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/d649d945-4232-4008-81db-cbaf5d4fbdb4.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}a6a8ca678b432e4ea776cf1096dacc247d99966d" 2018-07-19 05:11:18,506 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-21b95531-6be9-4217-b88e-446f68e88c1a Date: Thu, 19 Jul 2018 05:11:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:11:18,506 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/d649d945-4232-4008-81db-cbaf5d4fbdb4.json used request id req-21b95531-6be9-4217-b88e-446f68e88c1a 2018-07-19 05:11:18,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.43770313263s 2018-07-19 05:11:18,506 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/d649d945-4232-4008-81db-cbaf5d4fbdb4.json used request id req-21b95531-6be9-4217-b88e-446f68e88c1a 2018-07-19 05:11:18,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:11:18,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}a6a8ca678b432e4ea776cf1096dacc247d99966d" 2018-07-19 05:11:19,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-e7adfd3a-bef5-4c97-ae7a-a5f3c2a4e73b Date: Thu, 19 Jul 2018 05:11:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/044c5bfe-9bd2-46a0-87da-927d14258e9f/snap", "metadata": {}}], "file": "/v2/images/044c5bfe-9bd2-46a0-87da-927d14258e9f/file", "owner": "c9003101a9994c308fccde61f611d998", "id": "044c5bfe-9bd2-46a0-87da-927d14258e9f", "size": 12716032, "self": "/v2/images/044c5bfe-9bd2-46a0-87da-927d14258e9f", "disk_format": "qcow2", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/044c5bfe-9bd2-46a0-87da-927d14258e9f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:11:05Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_de04ef7f-77bc-46bc-ba42-3c24d6356b11", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_de04ef7f-77bc-46bc-ba42-3c24d6356b11", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T05:11:02Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:11:19,206 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e7adfd3a-bef5-4c97-ae7a-a5f3c2a4e73b 2018-07-19 05:11:19,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.695618152618s 2018-07-19 05:11:19,206 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e7adfd3a-bef5-4c97-ae7a-a5f3c2a4e73b 2018-07-19 05:11:19,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-19 05:11:19,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/044c5bfe-9bd2-46a0-87da-927d14258e9f -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}a6a8ca678b432e4ea776cf1096dacc247d99966d" 2018-07-19 05:11:20,967 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5949ea67-c3b6-4411-bf2e-476073dd56a1 Date: Thu, 19 Jul 2018 05:11:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:11:20,968 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/044c5bfe-9bd2-46a0-87da-927d14258e9f used request id req-5949ea67-c3b6-4411-bf2e-476073dd56a1 2018-07-19 05:11:20,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.75912809372s 2018-07-19 05:11:20,968 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/044c5bfe-9bd2-46a0-87da-927d14258e9f used request id req-5949ea67-c3b6-4411-bf2e-476073dd56a1 2018-07-19 05:11:20,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 05:11:20,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -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}a6a8ca678b432e4ea776cf1096dacc247d99966d" 2018-07-19 05:11:21,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:11: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-0015be38-87ac-47cb-88e8-513881631107 x-compute-request-id: req-0015be38-87ac-47cb-88e8-513881631107 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_de04ef7f-77bc-46bc-ba42-3c24d6356b11", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/155a3851-4c64-45e8-9542-f90ed7323223", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/155a3851-4c64-45e8-9542-f90ed7323223", "rel": "bookmark"}], "ram": 512, "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": "155a3851-4c64-45e8-9542-f90ed7323223"}]} 2018-07-19 05:11:21,102 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-0015be38-87ac-47cb-88e8-513881631107 2018-07-19 05:11:21,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.133542060852s 2018-07-19 05:11:21,102 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-0015be38-87ac-47cb-88e8-513881631107 2018-07-19 05:11:21,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-19 05:11:21,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/155a3851-4c64-45e8-9542-f90ed7323223 -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}a6a8ca678b432e4ea776cf1096dacc247d99966d" 2018-07-19 05:11:21,155 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:11: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-1c18ed60-76e4-450c-b576-c075a2dcae5f x-compute-request-id: req-1c18ed60-76e4-450c-b576-c075a2dcae5f Content-Length: 0 Content-Type: application/json 2018-07-19 05:11:21,156 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/155a3851-4c64-45e8-9542-f90ed7323223 used request id req-1c18ed60-76e4-450c-b576-c075a2dcae5f 2018-07-19 05:11:21,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0516130924225s 2018-07-19 05:11:21,156 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/155a3851-4c64-45e8-9542-f90ed7323223 used request id req-1c18ed60-76e4-450c-b576-c075a2dcae5f 2018-07-19 05:11:21,208 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-07-19 05:11:21,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 05:11:21,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 05:11:21,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 05:11:21,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 05:11:21,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 05:11:21,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 05:11:21,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 05:11:21,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 05:11:21,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 05:11:21,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 05:11:21,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 05:11:21,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 05:11:21,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 05:11:21,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 05:11:21,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 05:11:21,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 05:11:21,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 05:11:21,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 05:11:21,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 05:11:21,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 05:11:21,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 05:11:21,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 05:11:21,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:11:21,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5c12bd2-ece9-4f24-bdf0-40d492875887 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:11:21,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b5c12bd2-ece9-4f24-bdf0-40d492875887 2018-07-19 05:11:21,256 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:11:21,653 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:11:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["uZkVYcPCQSKMazY0o7-8ng"], "issued_at": "2018-07-19T05:11:21.000000Z"}} 2018-07-19 05:11:21,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:11:21,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -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}409ce8841305ac8abdaa71f324bbe5b09b671fc7" 2018-07-19 05:11:21,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-3b5de826-0844-46e0-80b4-3ad9b12856c6 Date: Thu, 19 Jul 2018 05:11:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:11:21,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3b5de826-0844-46e0-80b4-3ad9b12856c6 2018-07-19 05:11:21,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.278591871262s 2018-07-19 05:11:21,935 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3b5de826-0844-46e0-80b4-3ad9b12856c6 2018-07-19 05:11:21,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:11:21,944 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:11:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c5b60ee-0993-400f-9a50-a3709e0b9bf3 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:11:21,944 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-3c5b60ee-0993-400f-9a50-a3709e0b9bf3 2018-07-19 05:11:21,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 05:11:21,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}409ce8841305ac8abdaa71f324bbe5b09b671fc7" 2018-07-19 05:11:22,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58e84bff-1594-4227-9791-090ae25b8743 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/3cb34abc01814999b9e0de391598d4b9"}, "tags": [], "enabled": true, "id": "3cb34abc01814999b9e0de391598d4b9", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-19 05:11:22,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-58e84bff-1594-4227-9791-090ae25b8743 2018-07-19 05:11:22,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0984220504761s 2018-07-19 05:11:22,043 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-58e84bff-1594-4227-9791-090ae25b8743 2018-07-19 05:11:22,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-19 05:11:22,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/projects -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}409ce8841305ac8abdaa71f324bbe5b09b671fc7" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_3b998414-79d9-4775-b7f7-c37a4ee1d4f8"}}' 2018-07-19 05:11:22,334 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:11:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f588cbb1-2281-46df-8f80-16289164fe62 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.28:5000/v3/projects/9fd4022c36b148f9b1b686ca283fceac"}, "tags": [], "enabled": true, "id": "9fd4022c36b148f9b1b686ca283fceac", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_3b998414-79d9-4775-b7f7-c37a4ee1d4f8"}} 2018-07-19 05:11:22,334 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f588cbb1-2281-46df-8f80-16289164fe62 2018-07-19 05:11:22,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.28382897377s 2018-07-19 05:11:22,334 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f588cbb1-2281-46df-8f80-16289164fe62 2018-07-19 05:11:22,335 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vmready2', u'tags': [], 'enabled': True, 'id': u'9fd4022c36b148f9b1b686ca283fceac', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vmready2-project_3b998414-79d9-4775-b7f7-c37a4ee1d4f8'}) 2018-07-19 05:11:22,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-19 05:11:22,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}409ce8841305ac8abdaa71f324bbe5b09b671fc7" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "71c36ce8-a88d-4093-b436-0e9852dbbf19", "email": null, "name": "vmready2-user_3b998414-79d9-4775-b7f7-c37a4ee1d4f8"}}' 2018-07-19 05:11:22,811 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:11:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aba5b45c-7694-41ca-a249-035dd74064a9 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_3b998414-79d9-4775-b7f7-c37a4ee1d4f8", "links": {"self": "http://172.30.9.28:5000/v3/users/26098523a9194e8f8ea60376dd5f44da"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "26098523a9194e8f8ea60376dd5f44da", "domain_id": "default", "password_expires_at": null}} 2018-07-19 05:11:22,811 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-aba5b45c-7694-41ca-a249-035dd74064a9 2018-07-19 05:11:22,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.470143079758s 2018-07-19 05:11:22,812 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-aba5b45c-7694-41ca-a249-035dd74064a9 2018-07-19 05:11:22,812 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'26098523a9194e8f8ea60376dd5f44da', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_3b998414-79d9-4775-b7f7-c37a4ee1d4f8'}) 2018-07-19 05:11:22,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 05:11:22,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}409ce8841305ac8abdaa71f324bbe5b09b671fc7" 2018-07-19 05:11:23,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c49df020-47ec-41e8-839d-b18df9af6055 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:11:23,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c49df020-47ec-41e8-839d-b18df9af6055 2018-07-19 05:11:23,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.231552839279s 2018-07-19 05:11:23,048 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c49df020-47ec-41e8-839d-b18df9af6055 2018-07-19 05:11:23,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 05:11:23,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}409ce8841305ac8abdaa71f324bbe5b09b671fc7" 2018-07-19 05:11:23,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:11:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f97829b-034b-43d0-8408-22683d16ba2b Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:11:23,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8f97829b-034b-43d0-8408-22683d16ba2b 2018-07-19 05:11:23,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.22229719162s 2018-07-19 05:11:23,275 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8f97829b-034b-43d0-8408-22683d16ba2b 2018-07-19 05:11:23,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 05:11:23,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}409ce8841305ac8abdaa71f324bbe5b09b671fc7" 2018-07-19 05:11:23,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:11:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-027297af-0999-45c2-86c3-19d5349c7199 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:11:23,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-027297af-0999-45c2-86c3-19d5349c7199 2018-07-19 05:11:23,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.114980220795s 2018-07-19 05:11:23,395 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-027297af-0999-45c2-86c3-19d5349c7199 2018-07-19 05:11:23,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 05:11:23,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -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}409ce8841305ac8abdaa71f324bbe5b09b671fc7" 2018-07-19 05:11:23,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:11:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f343d744-db73-4e5f-8c29-4bbbe4ad028b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-19 05:11:23,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-f343d744-db73-4e5f-8c29-4bbbe4ad028b 2018-07-19 05:11:23,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.107142925262s 2018-07-19 05:11:23,507 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-f343d744-db73-4e5f-8c29-4bbbe4ad028b 2018-07-19 05:11:23,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 05:11:23,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -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}409ce8841305ac8abdaa71f324bbe5b09b671fc7" 2018-07-19 05:11:23,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:11:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f7a70e6-79c7-4e21-a746-e999eeb078ff Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "vmready2-user_3b998414-79d9-4775-b7f7-c37a4ee1d4f8", "links": {"self": "http://172.30.9.28:5000/v3/users/26098523a9194e8f8ea60376dd5f44da"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "26098523a9194e8f8ea60376dd5f44da", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:11:23,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3f7a70e6-79c7-4e21-a746-e999eeb078ff 2018-07-19 05:11:23,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.219035863876s 2018-07-19 05:11:23,727 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3f7a70e6-79c7-4e21-a746-e999eeb078ff 2018-07-19 05:11:23,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 05:11:23,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -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}409ce8841305ac8abdaa71f324bbe5b09b671fc7" 2018-07-19 05:11:23,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:11:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0a30494-9587-4766-9f02-6da7ca0733d8 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "id": "c9003101a9994c308fccde61f611d998", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf"}, "tags": [], "enabled": true, "id": "808316c313f0491a8efb6e31d026d3bf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.28:5000/v3/projects/9fd4022c36b148f9b1b686ca283fceac"}, "tags": [], "enabled": true, "id": "9fd4022c36b148f9b1b686ca283fceac", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_3b998414-79d9-4775-b7f7-c37a4ee1d4f8"}]} 2018-07-19 05:11:23,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-c0a30494-9587-4766-9f02-6da7ca0733d8 2018-07-19 05:11:23,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.122643947601s 2018-07-19 05:11:23,861 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-c0a30494-9587-4766-9f02-6da7ca0733d8 2018-07-19 05:11:23,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-19 05:11:23,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=26098523a9194e8f8ea60376dd5f44da&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=9fd4022c36b148f9b1b686ca283fceac" -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}409ce8841305ac8abdaa71f324bbe5b09b671fc7" 2018-07-19 05:11:24,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:11:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f1bd7e3-152d-47af-ace9-8328ed014e81 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=26098523a9194e8f8ea60376dd5f44da&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=9fd4022c36b148f9b1b686ca283fceac", "previous": null, "next": null}} 2018-07-19 05:11:24,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=26098523a9194e8f8ea60376dd5f44da&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=9fd4022c36b148f9b1b686ca283fceac used request id req-6f1bd7e3-152d-47af-ace9-8328ed014e81 2018-07-19 05:11:24,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.178244113922s 2018-07-19 05:11:24,046 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=26098523a9194e8f8ea60376dd5f44da&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=9fd4022c36b148f9b1b686ca283fceac used request id req-6f1bd7e3-152d-47af-ace9-8328ed014e81 2018-07-19 05:11:24,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-19 05:11:24,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/9fd4022c36b148f9b1b686ca283fceac/users/26098523a9194e8f8ea60376dd5f44da/roles/fc9a86fe047a4c4693c8f2b41c772941 -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}409ce8841305ac8abdaa71f324bbe5b09b671fc7" 2018-07-19 05:11:24,320 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:11:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e07b590-e5ff-443b-9c2f-fcba2679ce97 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:11:24,321 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9fd4022c36b148f9b1b686ca283fceac/users/26098523a9194e8f8ea60376dd5f44da/roles/fc9a86fe047a4c4693c8f2b41c772941 used request id req-9e07b590-e5ff-443b-9c2f-fcba2679ce97 2018-07-19 05:11:24,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.270935058594s 2018-07-19 05:11:24,321 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9fd4022c36b148f9b1b686ca283fceac/users/26098523a9194e8f8ea60376dd5f44da/roles/fc9a86fe047a4c4693c8f2b41c772941 used request id req-9e07b590-e5ff-443b-9c2f-fcba2679ce97 2018-07-19 05:11:24,322 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_3b998414-79d9-4775-b7f7-c37a4ee1d4f8', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'9fd4022c36b148f9b1b686ca283fceac', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '71c36ce8-a88d-4093-b436-0e9852dbbf19', 'username': u'vmready2-user_3b998414-79d9-4775-b7f7-c37a4ee1d4f8', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-19 05:11:24,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 05:11:24,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 05:11:24,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 05:11:24,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 05:11:24,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 05:11:24,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 05:11:24,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 05:11:24,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 05:11:24,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 05:11:24,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 05:11:24,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 05:11:24,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 05:11:24,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 05:11:24,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 05:11:24,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 05:11:24,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 05:11:24,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 05:11:24,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 05:11:24,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 05:11:24,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 05:11:24,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 05:11:24,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 05:11:24,327 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_3b998414-79d9-4775-b7f7-c37a4ee1d4f8', 'password': '71c36ce8-a88d-4093-b436-0e9852dbbf19', 'project_name': 'vmready2-project_3b998414-79d9-4775-b7f7-c37a4ee1d4f8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '9fd4022c36b148f9b1b686ca283fceac', 'project_domain_name': 'Default'} 2018-07-19 05:11:24,327 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-07-19 05:11:24,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:11:24,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:11:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b4694aa-a587-4f38-8b13-47dd9f522565 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:11:24,335 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5b4694aa-a587-4f38-8b13-47dd9f522565 2018-07-19 05:11:24,335 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:11:24,780 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}], "expires_at": "2018-07-19T06:11:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9fd4022c36b148f9b1b686ca283fceac", "name": "vmready2-project_3b998414-79d9-4775-b7f7-c37a4ee1d4f8"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/9fd4022c36b148f9b1b686ca283fceac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/9fd4022c36b148f9b1b686ca283fceac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/9fd4022c36b148f9b1b686ca283fceac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/9fd4022c36b148f9b1b686ca283fceac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/9fd4022c36b148f9b1b686ca283fceac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/9fd4022c36b148f9b1b686ca283fceac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9fd4022c36b148f9b1b686ca283fceac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/9fd4022c36b148f9b1b686ca283fceac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/9fd4022c36b148f9b1b686ca283fceac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9fd4022c36b148f9b1b686ca283fceac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9fd4022c36b148f9b1b686ca283fceac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9fd4022c36b148f9b1b686ca283fceac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/9fd4022c36b148f9b1b686ca283fceac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/9fd4022c36b148f9b1b686ca283fceac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_3b998414-79d9-4775-b7f7-c37a4ee1d4f8", "id": "26098523a9194e8f8ea60376dd5f44da"}, "audit_ids": ["ItpQ6Zs_RVmeXuA_y1ZW7Q"], "issued_at": "2018-07-19T05:11:24.000000Z"}} 2018-07-19 05:11:24,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-19 05:11:24,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}551311b5d948fc1979cd43360cbdcd5493e67c17" -d '{"network": {"name": "vmready2-net_3b998414-79d9-4775-b7f7-c37a4ee1d4f8", "admin_state_up": true}}' 2018-07-19 05:11:25,298 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-10374dbb-cc56-4b39-98d1-a45bf8e963b8 Date: Thu, 19 Jul 2018 05:11:25 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"efd22d18-fb52-4fee-a8ea-2a66236207f5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9fd4022c36b148f9b1b686ca283fceac","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:11:25Z","is_default":false,"name":"vmready2-net_3b998414-79d9-4775-b7f7-c37a4ee1d4f8","qos_policy_id":null,"admin_state_up":true,"tenant_id":"9fd4022c36b148f9b1b686ca283fceac","created_at":"2018-07-19T05:11:25Z","mtu":1450}} 2018-07-19 05:11:25,298 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-10374dbb-cc56-4b39-98d1-a45bf8e963b8 2018-07-19 05:11:25,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.515491008759s 2018-07-19 05:11:25,299 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-10374dbb-cc56-4b39-98d1-a45bf8e963b8 2018-07-19 05:11:25,299 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-19T05:11:25Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'efd22d18-fb52-4fee-a8ea-2a66236207f5', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_3b998414-79d9-4775-b7f7-c37a4ee1d4f8', u'admin_state_up': True, u'tenant_id': u'9fd4022c36b148f9b1b686ca283fceac', u'created_at': u'2018-07-19T05:11:25Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9fd4022c36b148f9b1b686ca283fceac', u'l2_adjacency': True}) 2018-07-19 05:11:25,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:11:25,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}551311b5d948fc1979cd43360cbdcd5493e67c17" 2018-07-19 05:11:25,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1229 X-Openstack-Request-Id: req-f7e4b18e-5107-4e37-b495-7ccca1aa8b5b Date: Thu, 19 Jul 2018 05:11:25 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"efd22d18-fb52-4fee-a8ea-2a66236207f5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9fd4022c36b148f9b1b686ca283fceac","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:11:25Z","qos_policy_id":null,"name":"vmready2-net_3b998414-79d9-4775-b7f7-c37a4ee1d4f8","admin_state_up":true,"tenant_id":"9fd4022c36b148f9b1b686ca283fceac","created_at":"2018-07-19T05:11:25Z","mtu":1450}]} 2018-07-19 05:11:25,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f7e4b18e-5107-4e37-b495-7ccca1aa8b5b 2018-07-19 05:11:25,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.377062082291s 2018-07-19 05:11:25,677 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f7e4b18e-5107-4e37-b495-7ccca1aa8b5b 2018-07-19 05:11:25,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-19 05:11:25,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}551311b5d948fc1979cd43360cbdcd5493e67c17" -d '{"subnet": {"name": "vmready2-subnet_3b998414-79d9-4775-b7f7-c37a4ee1d4f8", "enable_dhcp": true, "network_id": "efd22d18-fb52-4fee-a8ea-2a66236207f5", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-19 05:11:27,238 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-943059a8-591d-4aae-88df-1df66464b0d3 Date: Thu, 19 Jul 2018 05:11:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efd22d18-fb52-4fee-a8ea-2a66236207f5","tenant_id":"9fd4022c36b148f9b1b686ca283fceac","created_at":"2018-07-19T05:11:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T05:11:26Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"9fd4022c36b148f9b1b686ca283fceac","id":"2ba7c6c3-8fb0-4881-97cc-b6b194cabda8","subnetpool_id":null,"name":"vmready2-subnet_3b998414-79d9-4775-b7f7-c37a4ee1d4f8"}} 2018-07-19 05:11:27,238 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-943059a8-591d-4aae-88df-1df66464b0d3 2018-07-19 05:11:27,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.55939984322s 2018-07-19 05:11:27,239 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-943059a8-591d-4aae-88df-1df66464b0d3 2018-07-19 05:11:27,239 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T05:11:26Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'2ba7c6c3-8fb0-4881-97cc-b6b194cabda8', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_3b998414-79d9-4775-b7f7-c37a4ee1d4f8', u'enable_dhcp': True, u'network_id': u'efd22d18-fb52-4fee-a8ea-2a66236207f5', u'tenant_id': u'9fd4022c36b148f9b1b686ca283fceac', u'created_at': u'2018-07-19T05:11:26Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'9fd4022c36b148f9b1b686ca283fceac'}) 2018-07-19 05:11:27,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-19 05:11:27,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}551311b5d948fc1979cd43360cbdcd5493e67c17" -d '{"router": {"external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c"}, "name": "vmready2-router_3b998414-79d9-4775-b7f7-c37a4ee1d4f8", "admin_state_up": true}}' 2018-07-19 05:11:34,344 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d7733fe6-7c38-4315-92e3-2d8fcd3d5457 Date: Thu, 19 Jul 2018 05:11:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "created_at": "2018-07-19T05:11:29Z", "admin_state_up": true, "updated_at": "2018-07-19T05:11:30Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "9fd4022c36b148f9b1b686ca283fceac", "id": "3876cf7a-dcf6-465d-abfc-819825e07e35", "name": "vmready2-router_3b998414-79d9-4775-b7f7-c37a4ee1d4f8"}} 2018-07-19 05:11:34,344 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-d7733fe6-7c38-4315-92e3-2d8fcd3d5457 2018-07-19 05:11:34,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 7.10419511795s 2018-07-19 05:11:34,345 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-d7733fe6-7c38-4315-92e3-2d8fcd3d5457 2018-07-19 05:11:34,345 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T05:11:30Z', u'revision_number': 3, u'id': u'3876cf7a-dcf6-465d-abfc-819825e07e35', u'external_gateway_info': {u'network_id': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'2c83d5bd-6837-46dc-ba99-edbcdb9eb558', u'ip_address': u'172.30.9.208'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-router_3b998414-79d9-4775-b7f7-c37a4ee1d4f8', u'admin_state_up': True, u'tenant_id': u'9fd4022c36b148f9b1b686ca283fceac', u'created_at': u'2018-07-19T05:11:29Z', u'flavor_id': None, u'routes': [], u'project_id': u'9fd4022c36b148f9b1b686ca283fceac'}) 2018-07-19 05:11:34,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-19 05:11:34,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/3876cf7a-dcf6-465d-abfc-819825e07e35/add_router_interface.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}551311b5d948fc1979cd43360cbdcd5493e67c17" -d '{"subnet_id": "2ba7c6c3-8fb0-4881-97cc-b6b194cabda8"}' 2018-07-19 05:11:38,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1e74a928-75ac-4765-8a5c-9372f66be23f Date: Thu, 19 Jul 2018 05:11:38 GMT RESP BODY: {"network_id": "efd22d18-fb52-4fee-a8ea-2a66236207f5", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "subnet_id": "2ba7c6c3-8fb0-4881-97cc-b6b194cabda8", "subnet_ids": ["2ba7c6c3-8fb0-4881-97cc-b6b194cabda8"], "port_id": "6e6600c3-04d1-4677-869d-2b58d7fa4f81", "id": "3876cf7a-dcf6-465d-abfc-819825e07e35"} 2018-07-19 05:11:38,034 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/3876cf7a-dcf6-465d-abfc-819825e07e35/add_router_interface.json used request id req-1e74a928-75ac-4765-8a5c-9372f66be23f 2018-07-19 05:11:38,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.68855619431s 2018-07-19 05:11:38,035 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/3876cf7a-dcf6-465d-abfc-819825e07e35/add_router_interface.json used request id req-1e74a928-75ac-4765-8a5c-9372f66be23f returning object 3876cf7a-dcf6-465d-abfc-819825e07e35 2018-07-19 05:11:38,035 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-19 05:11:38,167 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-19 05:11:38,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292 -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-07-19 05:11:38,173 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Thu, 19 Jul 2018 05:11:38 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-19 05:11:38,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:11:38,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}551311b5d948fc1979cd43360cbdcd5493e67c17" 2018-07-19 05:11:38,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-869fe6a3-de97-48a6-821d-a60dce305beb Date: Thu, 19 Jul 2018 05:11:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:11:38,899 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-869fe6a3-de97-48a6-821d-a60dce305beb 2018-07-19 05:11:38,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.72056221962s 2018-07-19 05:11:38,899 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-869fe6a3-de97-48a6-821d-a60dce305beb 2018-07-19 05:11:38,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-19 05:11:38,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}551311b5d948fc1979cd43360cbdcd5493e67c17" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_3b998414-79d9-4775-b7f7-c37a4ee1d4f8", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_3b998414-79d9-4775-b7f7-c37a4ee1d4f8"}' 2018-07-19 05:11:39,664 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/6813f59c-4d2a-4088-a2ab-377cb7affcba Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a577ab7e-4cce-4b6e-b0db-3b8fe5b21119 Date: Thu, 19 Jul 2018 05:11:39 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/6813f59c-4d2a-4088-a2ab-377cb7affcba/file", "owner": "9fd4022c36b148f9b1b686ca283fceac", "id": "6813f59c-4d2a-4088-a2ab-377cb7affcba", "size": null, "self": "/v2/images/6813f59c-4d2a-4088-a2ab-377cb7affcba", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:11:39Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_3b998414-79d9-4775-b7f7-c37a4ee1d4f8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_3b998414-79d9-4775-b7f7-c37a4ee1d4f8", "checksum": null, "created_at": "2018-07-19T05:11:39Z", "protected": false} 2018-07-19 05:11:39,664 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a577ab7e-4cce-4b6e-b0db-3b8fe5b21119 2018-07-19 05:11:39,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.757223844528s 2018-07-19 05:11:39,665 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a577ab7e-4cce-4b6e-b0db-3b8fe5b21119 returning object 6813f59c-4d2a-4088-a2ab-377cb7affcba 2018-07-19 05:11:39,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-19 05:11:39,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/6813f59c-4d2a-4088-a2ab-377cb7affcba/file -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 "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}551311b5d948fc1979cd43360cbdcd5493e67c17" -d '' 2018-07-19 05:11:40,865 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8235df20-4a8e-4be5-ba5a-f9eab3101113 Date: Thu, 19 Jul 2018 05:11:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:11:40,865 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/6813f59c-4d2a-4088-a2ab-377cb7affcba/file used request id req-8235df20-4a8e-4be5-ba5a-f9eab3101113 2018-07-19 05:11:40,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.20004701614s 2018-07-19 05:11:40,866 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/6813f59c-4d2a-4088-a2ab-377cb7affcba/file used request id req-8235df20-4a8e-4be5-ba5a-f9eab3101113 2018-07-19 05:11:40,866 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready2-img_3b998414-79d9-4775-b7f7-c37a4ee1d4f8', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-19T05:11:39Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/6813f59c-4d2a-4088-a2ab-377cb7affcba/file', u'owner': u'9fd4022c36b148f9b1b686ca283fceac', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'6813f59c-4d2a-4088-a2ab-377cb7affcba', u'size': None, u'name': u'vmready2-img_3b998414-79d9-4775-b7f7-c37a4ee1d4f8', u'checksum': None, u'self': u'/v2/images/6813f59c-4d2a-4088-a2ab-377cb7affcba', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-19T05:11:39Z', u'schema': u'/v2/schemas/image'}) 2018-07-19 05:11:40,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-19 05:11:40,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}409ce8841305ac8abdaa71f324bbe5b09b671fc7" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_3b998414-79d9-4775-b7f7-c37a4ee1d4f8", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-19 05:11:41,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:11: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-f7060d75-0afe-4004-8f4a-bba7ae832089 x-compute-request-id: req-f7060d75-0afe-4004-8f4a-bba7ae832089 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_3b998414-79d9-4775-b7f7-c37a4ee1d4f8", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5a8899f1-e468-47e6-9677-0c53684d071a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5a8899f1-e468-47e6-9677-0c53684d071a", "rel": "bookmark"}], "ram": 512, "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": "5a8899f1-e468-47e6-9677-0c53684d071a"}} 2018-07-19 05:11:41,673 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-f7060d75-0afe-4004-8f4a-bba7ae832089 2018-07-19 05:11:41,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.806077003479s 2018-07-19 05:11:41,673 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-f7060d75-0afe-4004-8f4a-bba7ae832089 2018-07-19 05:11:41,674 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_3b998414-79d9-4775-b7f7-c37a4ee1d4f8', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c9003101a9994c308fccde61f611d998', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'5a8899f1-e468-47e6-9677-0c53684d071a', 'swap': 0}) 2018-07-19 05:11:41,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-19 05:11:41,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/5a8899f1-e468-47e6-9677-0c53684d071a/os-extra_specs -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}409ce8841305ac8abdaa71f324bbe5b09b671fc7" -d '{"extra_specs": {}}' 2018-07-19 05:11:41,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:11:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e09cd721-96e1-4538-9db5-6b3bce1bc27e x-compute-request-id: req-e09cd721-96e1-4538-9db5-6b3bce1bc27e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-19 05:11:41,807 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/5a8899f1-e468-47e6-9677-0c53684d071a/os-extra_specs used request id req-e09cd721-96e1-4538-9db5-6b3bce1bc27e 2018-07-19 05:11:41,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.132471084595s 2018-07-19 05:11:41,807 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/5a8899f1-e468-47e6-9677-0c53684d071a/os-extra_specs used request id req-e09cd721-96e1-4538-9db5-6b3bce1bc27e 2018-07-19 05:11:41,922 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-19 05:11:41,922 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:17 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-19 05:11:41,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-19 05:11:41,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/3876cf7a-dcf6-465d-abfc-819825e07e35/remove_router_interface.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}551311b5d948fc1979cd43360cbdcd5493e67c17" -d '{"subnet_id": "2ba7c6c3-8fb0-4881-97cc-b6b194cabda8"}' 2018-07-19 05:11:45,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d4e13127-fceb-4a49-9b26-e7ff8e08ec91 Date: Thu, 19 Jul 2018 05:11:45 GMT RESP BODY: {"network_id": "efd22d18-fb52-4fee-a8ea-2a66236207f5", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "subnet_id": "2ba7c6c3-8fb0-4881-97cc-b6b194cabda8", "subnet_ids": ["2ba7c6c3-8fb0-4881-97cc-b6b194cabda8"], "port_id": "6e6600c3-04d1-4677-869d-2b58d7fa4f81", "id": "3876cf7a-dcf6-465d-abfc-819825e07e35"} 2018-07-19 05:11:45,069 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/3876cf7a-dcf6-465d-abfc-819825e07e35/remove_router_interface.json used request id req-d4e13127-fceb-4a49-9b26-e7ff8e08ec91 2018-07-19 05:11:45,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 3.14170002937s 2018-07-19 05:11:45,069 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/3876cf7a-dcf6-465d-abfc-819825e07e35/remove_router_interface.json used request id req-d4e13127-fceb-4a49-9b26-e7ff8e08ec91 returning object 3876cf7a-dcf6-465d-abfc-819825e07e35 2018-07-19 05:11:45,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-19 05:11:45,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}551311b5d948fc1979cd43360cbdcd5493e67c17" 2018-07-19 05:11:45,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-f7bbe1b8-ee60-4617-b0da-1bb4c3358591 Date: Thu, 19 Jul 2018 05:11:45 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "created_at": "2018-07-19T05:11:29Z", "admin_state_up": true, "updated_at": "2018-07-19T05:11:43Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "9fd4022c36b148f9b1b686ca283fceac", "id": "3876cf7a-dcf6-465d-abfc-819825e07e35", "name": "vmready2-router_3b998414-79d9-4775-b7f7-c37a4ee1d4f8"}]} 2018-07-19 05:11:45,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f7bbe1b8-ee60-4617-b0da-1bb4c3358591 2018-07-19 05:11:45,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.310274124146s 2018-07-19 05:11:45,380 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f7bbe1b8-ee60-4617-b0da-1bb4c3358591 2018-07-19 05:11:45,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-19 05:11:45,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/3876cf7a-dcf6-465d-abfc-819825e07e35.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}551311b5d948fc1979cd43360cbdcd5493e67c17" 2018-07-19 05:11:49,385 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d83c08ca-a539-4b93-ad8d-584566436f91 Content-Length: 0 Date: Thu, 19 Jul 2018 05:11:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:11:49,385 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/3876cf7a-dcf6-465d-abfc-819825e07e35.json used request id req-d83c08ca-a539-4b93-ad8d-584566436f91 2018-07-19 05:11:49,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.00224208832s 2018-07-19 05:11:49,386 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/3876cf7a-dcf6-465d-abfc-819825e07e35.json used request id req-d83c08ca-a539-4b93-ad8d-584566436f91 2018-07-19 05:11:49,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 05:11:49,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}551311b5d948fc1979cd43360cbdcd5493e67c17" 2018-07-19 05:11:49,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-466b08dc-bb5c-4a88-9b86-2457f45c23c5 Date: Thu, 19 Jul 2018 05:11:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efd22d18-fb52-4fee-a8ea-2a66236207f5","tenant_id":"9fd4022c36b148f9b1b686ca283fceac","created_at":"2018-07-19T05:11:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T05:11:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"9fd4022c36b148f9b1b686ca283fceac","id":"2ba7c6c3-8fb0-4881-97cc-b6b194cabda8","subnetpool_id":null,"name":"vmready2-subnet_3b998414-79d9-4775-b7f7-c37a4ee1d4f8"}]} 2018-07-19 05:11:49,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-466b08dc-bb5c-4a88-9b86-2457f45c23c5 2018-07-19 05:11:49,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.234860897064s 2018-07-19 05:11:49,621 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-466b08dc-bb5c-4a88-9b86-2457f45c23c5 2018-07-19 05:11:49,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-19 05:11:49,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/2ba7c6c3-8fb0-4881-97cc-b6b194cabda8.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}551311b5d948fc1979cd43360cbdcd5493e67c17" 2018-07-19 05:11:53,102 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2f94e600-51ac-4f28-953c-510d254c379d Date: Thu, 19 Jul 2018 05:11:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:11:53,102 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/2ba7c6c3-8fb0-4881-97cc-b6b194cabda8.json used request id req-2f94e600-51ac-4f28-953c-510d254c379d 2018-07-19 05:11:53,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.47958803177s 2018-07-19 05:11:53,103 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/2ba7c6c3-8fb0-4881-97cc-b6b194cabda8.json used request id req-2f94e600-51ac-4f28-953c-510d254c379d 2018-07-19 05:11:53,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:11:53,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}551311b5d948fc1979cd43360cbdcd5493e67c17" 2018-07-19 05:11:53,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-ec035222-18e5-41a1-893a-3aa0c97c3b49 Date: Thu, 19 Jul 2018 05:11:53 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"efd22d18-fb52-4fee-a8ea-2a66236207f5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9fd4022c36b148f9b1b686ca283fceac","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:11:52Z","qos_policy_id":null,"name":"vmready2-net_3b998414-79d9-4775-b7f7-c37a4ee1d4f8","admin_state_up":true,"tenant_id":"9fd4022c36b148f9b1b686ca283fceac","created_at":"2018-07-19T05:11:25Z","mtu":1450}]} 2018-07-19 05:11:53,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ec035222-18e5-41a1-893a-3aa0c97c3b49 2018-07-19 05:11:53,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.42960691452s 2018-07-19 05:11:53,533 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ec035222-18e5-41a1-893a-3aa0c97c3b49 2018-07-19 05:11:53,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-19 05:11:53,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/efd22d18-fb52-4fee-a8ea-2a66236207f5.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}551311b5d948fc1979cd43360cbdcd5493e67c17" 2018-07-19 05:11:55,087 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6f79ceca-7bdb-4451-b115-e62e140c4739 Date: Thu, 19 Jul 2018 05:11:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:11:55,087 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/efd22d18-fb52-4fee-a8ea-2a66236207f5.json used request id req-6f79ceca-7bdb-4451-b115-e62e140c4739 2018-07-19 05:11:55,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.5529961586s 2018-07-19 05:11:55,088 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/efd22d18-fb52-4fee-a8ea-2a66236207f5.json used request id req-6f79ceca-7bdb-4451-b115-e62e140c4739 2018-07-19 05:11:55,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:11:55,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}551311b5d948fc1979cd43360cbdcd5493e67c17" 2018-07-19 05:11:55,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-c273a27e-cce5-42f3-8fdc-3f6d2fc2d04b Date: Thu, 19 Jul 2018 05:11:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/6813f59c-4d2a-4088-a2ab-377cb7affcba/snap", "metadata": {}}], "file": "/v2/images/6813f59c-4d2a-4088-a2ab-377cb7affcba/file", "owner": "9fd4022c36b148f9b1b686ca283fceac", "id": "6813f59c-4d2a-4088-a2ab-377cb7affcba", "size": 12716032, "self": "/v2/images/6813f59c-4d2a-4088-a2ab-377cb7affcba", "disk_format": "qcow2", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/6813f59c-4d2a-4088-a2ab-377cb7affcba/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:11:40Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_3b998414-79d9-4775-b7f7-c37a4ee1d4f8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_3b998414-79d9-4775-b7f7-c37a4ee1d4f8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T05:11:39Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:11:55,801 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c273a27e-cce5-42f3-8fdc-3f6d2fc2d04b 2018-07-19 05:11:55,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.709007024765s 2018-07-19 05:11:55,801 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c273a27e-cce5-42f3-8fdc-3f6d2fc2d04b 2018-07-19 05:11:55,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-19 05:11:55,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/6813f59c-4d2a-4088-a2ab-377cb7affcba -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}551311b5d948fc1979cd43360cbdcd5493e67c17" 2018-07-19 05:11:56,985 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-abdb598e-d90e-4815-a16b-b211b37254e9 Date: Thu, 19 Jul 2018 05:11:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:11:56,985 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/6813f59c-4d2a-4088-a2ab-377cb7affcba used request id req-abdb598e-d90e-4815-a16b-b211b37254e9 2018-07-19 05:11:56,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.18186807632s 2018-07-19 05:11:56,986 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/6813f59c-4d2a-4088-a2ab-377cb7affcba used request id req-abdb598e-d90e-4815-a16b-b211b37254e9 2018-07-19 05:11:56,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 05:11:56,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -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}409ce8841305ac8abdaa71f324bbe5b09b671fc7" 2018-07-19 05:11:57,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:11: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-90fdaf12-386c-441f-bee4-726d4862f989 x-compute-request-id: req-90fdaf12-386c-441f-bee4-726d4862f989 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_3b998414-79d9-4775-b7f7-c37a4ee1d4f8", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5a8899f1-e468-47e6-9677-0c53684d071a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5a8899f1-e468-47e6-9677-0c53684d071a", "rel": "bookmark"}], "ram": 512, "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": "5a8899f1-e468-47e6-9677-0c53684d071a"}]} 2018-07-19 05:11:57,145 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-90fdaf12-386c-441f-bee4-726d4862f989 2018-07-19 05:11:57,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.158819913864s 2018-07-19 05:11:57,145 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-90fdaf12-386c-441f-bee4-726d4862f989 2018-07-19 05:11:57,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-19 05:11:57,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/5a8899f1-e468-47e6-9677-0c53684d071a -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}409ce8841305ac8abdaa71f324bbe5b09b671fc7" 2018-07-19 05:11:57,185 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:11:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4c29a767-0c68-4dcf-9a89-6705b5b1492e x-compute-request-id: req-4c29a767-0c68-4dcf-9a89-6705b5b1492e Content-Length: 0 Content-Type: application/json 2018-07-19 05:11:57,186 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/5a8899f1-e468-47e6-9677-0c53684d071a used request id req-4c29a767-0c68-4dcf-9a89-6705b5b1492e 2018-07-19 05:11:57,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.038666009903s 2018-07-19 05:11:57,186 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/5a8899f1-e468-47e6-9677-0c53684d071a used request id req-4c29a767-0c68-4dcf-9a89-6705b5b1492e 2018-07-19 05:11:57,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 05:11:57,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -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}409ce8841305ac8abdaa71f324bbe5b09b671fc7" 2018-07-19 05:11:57,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:11:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40f13763-1bb9-44f9-9433-c5dfb6108031 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "vmready2-user_3b998414-79d9-4775-b7f7-c37a4ee1d4f8", "links": {"self": "http://172.30.9.28:5000/v3/users/26098523a9194e8f8ea60376dd5f44da"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "26098523a9194e8f8ea60376dd5f44da", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:11:57,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-40f13763-1bb9-44f9-9433-c5dfb6108031 2018-07-19 05:11:57,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.124876022339s 2018-07-19 05:11:57,312 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-40f13763-1bb9-44f9-9433-c5dfb6108031 2018-07-19 05:11:57,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 05:11:57,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/26098523a9194e8f8ea60376dd5f44da -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}409ce8841305ac8abdaa71f324bbe5b09b671fc7" 2018-07-19 05:11:57,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:11:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e06a8162-75e1-41a1-b22a-66b02c6c88d2 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_3b998414-79d9-4775-b7f7-c37a4ee1d4f8", "links": {"self": "http://172.30.9.28:5000/v3/users/26098523a9194e8f8ea60376dd5f44da"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "26098523a9194e8f8ea60376dd5f44da", "description": null}} 2018-07-19 05:11:57,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/26098523a9194e8f8ea60376dd5f44da used request id req-e06a8162-75e1-41a1-b22a-66b02c6c88d2 2018-07-19 05:11:57,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.128716945648s 2018-07-19 05:11:57,447 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/26098523a9194e8f8ea60376dd5f44da used request id req-e06a8162-75e1-41a1-b22a-66b02c6c88d2 2018-07-19 05:11:57,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-19 05:11:57,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/26098523a9194e8f8ea60376dd5f44da -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}409ce8841305ac8abdaa71f324bbe5b09b671fc7" 2018-07-19 05:11:57,682 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:11:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85e28d47-444b-4dc2-93dd-e6d44ba73513 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:11:57,682 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/26098523a9194e8f8ea60376dd5f44da used request id req-85e28d47-444b-4dc2-93dd-e6d44ba73513 2018-07-19 05:11:57,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.234303951263s 2018-07-19 05:11:57,682 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/26098523a9194e8f8ea60376dd5f44da used request id req-85e28d47-444b-4dc2-93dd-e6d44ba73513 2018-07-19 05:11:57,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 05:11:57,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/projects -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}409ce8841305ac8abdaa71f324bbe5b09b671fc7" 2018-07-19 05:11:57,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:11:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a412381-6ba1-467a-930c-3ef00674793c Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf"}, "tags": [], "enabled": true, "id": "808316c313f0491a8efb6e31d026d3bf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.28:5000/v3/projects/9fd4022c36b148f9b1b686ca283fceac"}, "tags": [], "enabled": true, "id": "9fd4022c36b148f9b1b686ca283fceac", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_3b998414-79d9-4775-b7f7-c37a4ee1d4f8"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "id": "c9003101a9994c308fccde61f611d998", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-19 05:11:57,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-5a412381-6ba1-467a-930c-3ef00674793c 2018-07-19 05:11:57,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.229977846146s 2018-07-19 05:11:57,918 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-5a412381-6ba1-467a-930c-3ef00674793c 2018-07-19 05:11:57,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-19 05:11:57,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/9fd4022c36b148f9b1b686ca283fceac -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}409ce8841305ac8abdaa71f324bbe5b09b671fc7" 2018-07-19 05:11:58,156 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:11:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a53025fa-4211-4b79-8702-035ac229d2bf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:11:58,156 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/9fd4022c36b148f9b1b686ca283fceac used request id req-a53025fa-4211-4b79-8702-035ac229d2bf 2018-07-19 05:11:58,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.234026908875s 2018-07-19 05:11:58,156 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/9fd4022c36b148f9b1b686ca283fceac used request id req-a53025fa-4211-4b79-8702-035ac229d2bf 2018-07-19 05:11:58,209 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-07-19 05:11:58,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 05:11:58,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 05:11:58,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 05:11:58,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 05:11:58,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 05:11:58,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 05:11:58,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 05:11:58,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 05:11:58,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 05:11:58,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 05:11:58,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 05:11:58,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 05:11:58,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 05:11:58,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 05:11:58,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 05:11:58,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 05:11:58,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 05:11:58,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 05:11:58,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 05:11:58,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 05:11:58,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 05:11:58,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 05:11:58,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:11:58,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:11:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cf8728a-aad6-405c-a98f-f9b9e6b61904 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:11:58,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9cf8728a-aad6-405c-a98f-f9b9e6b61904 2018-07-19 05:11:58,259 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:11:58,663 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:11:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["N5Vh-hC_SOCg_EQb3JWkvQ"], "issued_at": "2018-07-19T05:11:58.000000Z"}} 2018-07-19 05:11:58,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:11:58,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:11:58,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-618d638c-3151-4299-a053-479850987e41 Date: Thu, 19 Jul 2018 05:11:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:11:58,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-618d638c-3151-4299-a053-479850987e41 2018-07-19 05:11:58,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.296900987625s 2018-07-19 05:11:58,964 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-618d638c-3151-4299-a053-479850987e41 2018-07-19 05:11:58,969 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-07-19 05:11:58,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-19 05:11:58,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" -d '{"network": {"name": "singlevm1-net_7da222b4-0a4d-45a7-a8ac-501610751b7f", "admin_state_up": true}}' 2018-07-19 05:11:59,580 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-a07913b5-d44b-458e-b0cc-56e7affbea90 Date: Thu, 19 Jul 2018 05:11:59 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"948cb951-62b1-42b5-bec0-93f42f666e44","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":7,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:11:59Z","is_default":false,"qos_policy_id":null,"name":"singlevm1-net_7da222b4-0a4d-45a7-a8ac-501610751b7f","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:11:59Z","mtu":1450}} 2018-07-19 05:11:59,580 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a07913b5-d44b-458e-b0cc-56e7affbea90 2018-07-19 05:11:59,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.610029935837s 2018-07-19 05:11:59,580 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a07913b5-d44b-458e-b0cc-56e7affbea90 2018-07-19 05:11:59,581 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-19T05:11:59Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'948cb951-62b1-42b5-bec0-93f42f666e44', u'provider:segmentation_id': 7, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'singlevm1-net_7da222b4-0a4d-45a7-a8ac-501610751b7f', u'created_at': u'2018-07-19T05:11:59Z', u'mtu': 1450, u'tenant_id': u'c9003101a9994c308fccde61f611d998', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'c9003101a9994c308fccde61f611d998', u'l2_adjacency': True}) 2018-07-19 05:11:59,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:11:59,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:11:59,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1428 X-Openstack-Request-Id: req-1c95bf27-d669-46b7-be96-a9711798f695 Date: Thu, 19 Jul 2018 05:11:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"948cb951-62b1-42b5-bec0-93f42f666e44","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":7,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:11:59Z","qos_policy_id":null,"name":"singlevm1-net_7da222b4-0a4d-45a7-a8ac-501610751b7f","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:11:59Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:11:59,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1c95bf27-d669-46b7-be96-a9711798f695 2018-07-19 05:11:59,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.279584169388s 2018-07-19 05:11:59,862 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1c95bf27-d669-46b7-be96-a9711798f695 2018-07-19 05:11:59,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-19 05:11:59,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" -d '{"subnet": {"name": "singlevm1-subnet_7da222b4-0a4d-45a7-a8ac-501610751b7f", "enable_dhcp": true, "network_id": "948cb951-62b1-42b5-bec0-93f42f666e44", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-19 05:12:00,628 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-97c24f9d-f0ea-4d94-a8fd-57e6ca8820f5 Date: Thu, 19 Jul 2018 05:12:00 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"4a2d00c2-c8fc-4ab5-8654-01243f6703cc","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"192.168.0.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_7da222b4-0a4d-45a7-a8ac-501610751b7f","enable_dhcp":true,"segment_id":null,"network_id":"948cb951-62b1-42b5-bec0-93f42f666e44","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:12:00Z","ip_version":4}} 2018-07-19 05:12:00,629 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-97c24f9d-f0ea-4d94-a8fd-57e6ca8820f5 2018-07-19 05:12:00,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.765808820724s 2018-07-19 05:12:00,629 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-97c24f9d-f0ea-4d94-a8fd-57e6ca8820f5 2018-07-19 05:12:00,630 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T05:12:00Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'4a2d00c2-c8fc-4ab5-8654-01243f6703cc', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_7da222b4-0a4d-45a7-a8ac-501610751b7f', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'948cb951-62b1-42b5-bec0-93f42f666e44', u'tenant_id': u'c9003101a9994c308fccde61f611d998', u'created_at': u'2018-07-19T05:12:00Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'c9003101a9994c308fccde61f611d998'}) 2018-07-19 05:12:00,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-19 05:12:00,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" -d '{"router": {"external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c"}, "name": "singlevm1-router_7da222b4-0a4d-45a7-a8ac-501610751b7f", "admin_state_up": true}}' 2018-07-19 05:12:06,967 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-aabf0231-1eca-46ee-90f3-7ddf1fd403b9 Date: Thu, 19 Jul 2018 05:12:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:12:01Z", "admin_state_up": true, "updated_at": "2018-07-19T05:12:02Z", "project_id": "c9003101a9994c308fccde61f611d998", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "c358db3e-b936-4c28-aa26-81e0ba4e0218", "name": "singlevm1-router_7da222b4-0a4d-45a7-a8ac-501610751b7f"}} 2018-07-19 05:12:06,967 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-aabf0231-1eca-46ee-90f3-7ddf1fd403b9 2018-07-19 05:12:06,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.33726191521s 2018-07-19 05:12:06,968 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-aabf0231-1eca-46ee-90f3-7ddf1fd403b9 2018-07-19 05:12:06,968 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T05:12:02Z', u'revision_number': 3, u'ha': True, u'id': u'c358db3e-b936-4c28-aa26-81e0ba4e0218', u'external_gateway_info': {u'network_id': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'2c83d5bd-6837-46dc-ba99-edbcdb9eb558', u'ip_address': u'172.30.9.207'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-router_7da222b4-0a4d-45a7-a8ac-501610751b7f', u'admin_state_up': True, u'tenant_id': u'c9003101a9994c308fccde61f611d998', u'created_at': u'2018-07-19T05:12:01Z', u'flavor_id': None, u'routes': [], u'project_id': u'c9003101a9994c308fccde61f611d998'}) 2018-07-19 05:12:06,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-19 05:12:06,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/c358db3e-b936-4c28-aa26-81e0ba4e0218/add_router_interface.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" -d '{"subnet_id": "4a2d00c2-c8fc-4ab5-8654-01243f6703cc"}' 2018-07-19 05:12:09,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d123e036-2bbb-4f60-8927-c83d058336d0 Date: Thu, 19 Jul 2018 05:12:09 GMT RESP BODY: {"network_id": "948cb951-62b1-42b5-bec0-93f42f666e44", "tenant_id": "c9003101a9994c308fccde61f611d998", "subnet_id": "4a2d00c2-c8fc-4ab5-8654-01243f6703cc", "subnet_ids": ["4a2d00c2-c8fc-4ab5-8654-01243f6703cc"], "port_id": "341514a6-7ad3-4606-b25f-a133193f0f37", "id": "c358db3e-b936-4c28-aa26-81e0ba4e0218"} 2018-07-19 05:12:09,635 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/c358db3e-b936-4c28-aa26-81e0ba4e0218/add_router_interface.json used request id req-d123e036-2bbb-4f60-8927-c83d058336d0 2018-07-19 05:12:09,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.66558909416s 2018-07-19 05:12:09,635 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/c358db3e-b936-4c28-aa26-81e0ba4e0218/add_router_interface.json used request id req-d123e036-2bbb-4f60-8927-c83d058336d0 returning object c358db3e-b936-4c28-aa26-81e0ba4e0218 2018-07-19 05:12:09,635 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-19 05:12:09,768 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-19 05:12:09,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292 -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-07-19 05:12:09,776 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Thu, 19 Jul 2018 05:12:09 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-19 05:12:09,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:12:09,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:10,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3270f0a5-09b9-42e8-aba0-a31b06a30831 Date: Thu, 19 Jul 2018 05:12:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:12:10,481 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-3270f0a5-09b9-42e8-aba0-a31b06a30831 2018-07-19 05:12:10,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.699515104294s 2018-07-19 05:12:10,481 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-3270f0a5-09b9-42e8-aba0-a31b06a30831 2018-07-19 05:12:10,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-19 05:12:10,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_7da222b4-0a4d-45a7-a8ac-501610751b7f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_7da222b4-0a4d-45a7-a8ac-501610751b7f"}' 2018-07-19 05:12:10,760 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/07802914-22b5-4960-8d58-c054acf928e5 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ede3ad19-c9e0-42aa-9112-6530b20319ff Date: Thu, 19 Jul 2018 05:12:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/07802914-22b5-4960-8d58-c054acf928e5/file", "owner": "c9003101a9994c308fccde61f611d998", "id": "07802914-22b5-4960-8d58-c054acf928e5", "size": null, "self": "/v2/images/07802914-22b5-4960-8d58-c054acf928e5", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:12:10Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_7da222b4-0a4d-45a7-a8ac-501610751b7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_7da222b4-0a4d-45a7-a8ac-501610751b7f", "checksum": null, "created_at": "2018-07-19T05:12:10Z", "protected": false} 2018-07-19 05:12:10,760 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ede3ad19-c9e0-42aa-9112-6530b20319ff 2018-07-19 05:12:10,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.270806074142s 2018-07-19 05:12:10,761 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ede3ad19-c9e0-42aa-9112-6530b20319ff returning object 07802914-22b5-4960-8d58-c054acf928e5 2018-07-19 05:12:10,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-19 05:12:10,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/07802914-22b5-4960-8d58-c054acf928e5/file -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 "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" -d '' 2018-07-19 05:12:12,904 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9f6f4d4f-0f90-4173-bf7c-7d0f659deab4 Date: Thu, 19 Jul 2018 05:12:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:12:12,904 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/07802914-22b5-4960-8d58-c054acf928e5/file used request id req-9f6f4d4f-0f90-4173-bf7c-7d0f659deab4 2018-07-19 05:12:12,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.14302396774s 2018-07-19 05:12:12,905 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/07802914-22b5-4960-8d58-c054acf928e5/file used request id req-9f6f4d4f-0f90-4173-bf7c-7d0f659deab4 2018-07-19 05:12:12,905 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm1-img_7da222b4-0a4d-45a7-a8ac-501610751b7f', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-19T05:12:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/07802914-22b5-4960-8d58-c054acf928e5/file', u'owner': u'c9003101a9994c308fccde61f611d998', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'07802914-22b5-4960-8d58-c054acf928e5', u'size': None, u'name': u'singlevm1-img_7da222b4-0a4d-45a7-a8ac-501610751b7f', u'checksum': None, u'self': u'/v2/images/07802914-22b5-4960-8d58-c054acf928e5', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-19T05:12:10Z', u'schema': u'/v2/schemas/image'}) 2018-07-19 05:12:12,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-19 05:12:12,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_7da222b4-0a4d-45a7-a8ac-501610751b7f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-19 05:12:13,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:12: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-b93c74aa-f270-4c01-8ffd-d3bd0ea4fd8b x-compute-request-id: req-b93c74aa-f270-4c01-8ffd-d3bd0ea4fd8b Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_7da222b4-0a4d-45a7-a8ac-501610751b7f", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6cfa593f-22f7-48e3-b46f-1c355ab7717e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6cfa593f-22f7-48e3-b46f-1c355ab7717e", "rel": "bookmark"}], "ram": 512, "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": "6cfa593f-22f7-48e3-b46f-1c355ab7717e"}} 2018-07-19 05:12:13,287 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-b93c74aa-f270-4c01-8ffd-d3bd0ea4fd8b 2018-07-19 05:12:13,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.381565093994s 2018-07-19 05:12:13,288 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-b93c74aa-f270-4c01-8ffd-d3bd0ea4fd8b 2018-07-19 05:12:13,289 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_7da222b4-0a4d-45a7-a8ac-501610751b7f', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c9003101a9994c308fccde61f611d998', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'6cfa593f-22f7-48e3-b46f-1c355ab7717e', 'swap': 0}) 2018-07-19 05:12:13,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-19 05:12:13,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/6cfa593f-22f7-48e3-b46f-1c355ab7717e/os-extra_specs -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" -d '{"extra_specs": {}}' 2018-07-19 05:12:13,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:12: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-0fb60b87-bb8c-4d5e-a11a-09f20b439aba x-compute-request-id: req-0fb60b87-bb8c-4d5e-a11a-09f20b439aba Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-19 05:12:13,437 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/6cfa593f-22f7-48e3-b46f-1c355ab7717e/os-extra_specs used request id req-0fb60b87-bb8c-4d5e-a11a-09f20b439aba 2018-07-19 05:12:13,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.147756099701s 2018-07-19 05:12:13,438 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/6cfa593f-22f7-48e3-b46f-1c355ab7717e/os-extra_specs used request id req-0fb60b87-bb8c-4d5e-a11a-09f20b439aba 2018-07-19 05:12:13,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-19 05:12:13,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" -d '{"keypair": {"name": "singlevm1-kp_7da222b4-0a4d-45a7-a8ac-501610751b7f"}}' 2018-07-19 05:12:13,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:12: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-c081cac8-ddac-49b5-9d5c-ac8b117b0b1b x-compute-request-id: req-c081cac8-ddac-49b5-9d5c-ac8b117b0b1b Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPcA/8HXyrt6mwAHvVJEuJ0nRkM2fEU/dpx1lbeWuJMnIStsQUZj0LBXIQEgFZQxQcHNfUYK4/1tX81/t9SMjD5Yd8hUXl93Xe10J4y1kdVF4Hhyakes+Z85SQwEzl14PXQVj5SLOblRBaTPxseQkvtR6iMGGSS/1Ak25ANCbSdozPo18ERiqfNxRz//Kmn29oA00a0UDhMiE5KxxOyZZgvO1w/t7G2xHpdqiUYs1TVSzswyvOq77cp9o5b3GxIjDUowS+iSKQXrNLmS66HBDZ9a2a4945CeSBPq4YUUUCIOJDY7Js1pE7BX2eYhLirpiQyuxHwyRaxr1G7v6PYhf/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAz3AP/B18q7epsAB71SRLidJ0ZDNnxFP3acdZW3lriTJyErbE\nFGY9CwVyEBIBWUMUHBzX1GCuP9bV/Nf7fUjIw+WHfIVF5fd13tdCeMtZHVReB4cm\npHrPmfOUkMBM5deD10FY+Uizm5UQWkz8bHkJL7UeojBhkkv9QJNuQDQm0naMz6Nf\nBEYqnzcUc//ypp9vaANNGtFA4TIhOSscTsmWYLztcP7extsR6XaolGLNU1Us7MMr\nzqu+3KfaOW9xsSIw1KMEvokikF6zS5kuuhwQ2fWtmuPeOQnkgT6uGFFFAiDiQ2Oy\nbNaROwV9nmIS4q6YkMrsR8MkWsa9Ru7+j2IX/wIDAQABAoIBAFOW+8oDc96ahxV2\nTHBKTOo/1UkfcdwqXdPRUg/LcOr7Wf5yibcSr9yGGD2jk8mNf0gI02wwfWcaQma9\n/gixUL2n+53Q8qbFvkjLA207vDBWdAGik47KMmf+QMrHwvUHkIgoPBtQEZhLTCin\nRzzK1UnVOX/v8RGL74SbJF1Y5p/+DR2cYqbOixI/ltYyGxvmAMuEZarc5PIvksK2\nvzjloSFF3KakvL+TK/MdX0yIqAEbaILQ9oBdw4+WRsv6BB1vkIH7xR0V5B3dZJg4\nhTSxU3e7vC0pOcwznVOsQuzmqpJUqeJe7IJr07uD7eDHcZzKmgP86fWLfPqVAiNM\nigsDrGECgYEA/P3kBqGigMmS/QuxgsG/iHIMM+S5d9WjZVpOF38i/F2B3lJTWoye\n1RM89T8w79DNiSIVlJm9GgjeYUHDPd6t5YA5jD9RQjvV+dBADqX3YdBSYxWGYEl+\nBVqQLrDIjCky6Ex0PGr3rXSFZ+cR3Axq5S7q3lxYGtjrtZFrr+sQYdECgYEA0eeB\nPr5jUWuuzVcZxzRwaxcRNh/+39z+bL+CVc4e4V5e4L2LntzWbgAUW0RKGpoF9i+J\nPH/82IUsRr38y2+yxT3coWfWTEMINg8RnGrRovVxqRB0qQKemD+0eQ2yd9T93zgs\n9W/Xj1IkDx4VG67Hs4MnfM0Nn7g3wLMwh5izAM8CgYEAt83F40N/is3oaswaFYOq\nIfmp//HHBddDNRmc7tlBk9RjzCBHyturcebePNfCOBmdmmoW/7WKe+XBmytqLAMi\nmEDGjqxZ3yMV3L9+KqZNytTNZot263G5iy423pU1vw8Xm0ogkNyuQWkMm2Z3xUWI\nTCYAIbk5kZfT+EBE2rSPXGECgYEAiOBd93xPZ5jAtEZIGQ6pACxanODgYzrI7kEz\nzKBMosnXNNZlZYK8kZ6bp6gwaohlutPkuf778nVlGfxqDH8aJGTiqp37sF9Fy3qo\nEUfWzF0hcQ26BTwgD0f7d7Tm3B2YLyeCqcn01xDJUtJbEWI392dfKJLOf4ixUoeG\n7eU1VSECgYEA5piLtfYN/6a26j+VHSzhjs5Hm4+AJIZSEyU5uqLCdQEHhx1gPZH9\nPib081p/bVbBYBW/of20/tyvSmodM5cqrOtRE72J3bM1yTmVGxvhf1SQ73EIte/7\nkIiNqLSxGuxdcRf1pc8bbuC7TkW80C3Xr8QRccLZ4j7IPbZSCCHkUuo=\n-----END RSA PRIVATE KEY-----\n", "user_id": "fb99eb42722e4e6e958115280f3435be", "name": "singlevm1-kp_7da222b4-0a4d-45a7-a8ac-501610751b7f", "fingerprint": "62:4f:e7:2a:42:3f:54:6f:af:bb:fd:c5:13:9b:0e:d1"}} 2018-07-19 05:12:13,704 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-c081cac8-ddac-49b5-9d5c-ac8b117b0b1b 2018-07-19 05:12:13,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.265851974487s 2018-07-19 05:12:13,704 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-c081cac8-ddac-49b5-9d5c-ac8b117b0b1b 2018-07-19 05:12:13,705 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPcA/8HXyrt6mwAHvVJEuJ0nRkM2fEU/dpx1lbeWuJMnIStsQUZj0LBXIQEgFZQxQcHNfUYK4/1tX81/t9SMjD5Yd8hUXl93Xe10J4y1kdVF4Hhyakes+Z85SQwEzl14PXQVj5SLOblRBaTPxseQkvtR6iMGGSS/1Ak25ANCbSdozPo18ERiqfNxRz//Kmn29oA00a0UDhMiE5KxxOyZZgvO1w/t7G2xHpdqiUYs1TVSzswyvOq77cp9o5b3GxIjDUowS+iSKQXrNLmS66HBDZ9a2a4945CeSBPq4YUUUCIOJDY7Js1pE7BX2eYhLirpiQyuxHwyRaxr1G7v6PYhf/ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAz3AP/B18q7epsAB71SRLidJ0ZDNnxFP3acdZW3lriTJyErbE\nFGY9CwVyEBIBWUMUHBzX1GCuP9bV/Nf7fUjIw+WHfIVF5fd13tdCeMtZHVReB4cm\npHrPmfOUkMBM5deD10FY+Uizm5UQWkz8bHkJL7UeojBhkkv9QJNuQDQm0naMz6Nf\nBEYqnzcUc//ypp9vaANNGtFA4TIhOSscTsmWYLztcP7extsR6XaolGLNU1Us7MMr\nzqu+3KfaOW9xsSIw1KMEvokikF6zS5kuuhwQ2fWtmuPeOQnkgT6uGFFFAiDiQ2Oy\nbNaROwV9nmIS4q6YkMrsR8MkWsa9Ru7+j2IX/wIDAQABAoIBAFOW+8oDc96ahxV2\nTHBKTOo/1UkfcdwqXdPRUg/LcOr7Wf5yibcSr9yGGD2jk8mNf0gI02wwfWcaQma9\n/gixUL2n+53Q8qbFvkjLA207vDBWdAGik47KMmf+QMrHwvUHkIgoPBtQEZhLTCin\nRzzK1UnVOX/v8RGL74SbJF1Y5p/+DR2cYqbOixI/ltYyGxvmAMuEZarc5PIvksK2\nvzjloSFF3KakvL+TK/MdX0yIqAEbaILQ9oBdw4+WRsv6BB1vkIH7xR0V5B3dZJg4\nhTSxU3e7vC0pOcwznVOsQuzmqpJUqeJe7IJr07uD7eDHcZzKmgP86fWLfPqVAiNM\nigsDrGECgYEA/P3kBqGigMmS/QuxgsG/iHIMM+S5d9WjZVpOF38i/F2B3lJTWoye\n1RM89T8w79DNiSIVlJm9GgjeYUHDPd6t5YA5jD9RQjvV+dBADqX3YdBSYxWGYEl+\nBVqQLrDIjCky6Ex0PGr3rXSFZ+cR3Axq5S7q3lxYGtjrtZFrr+sQYdECgYEA0eeB\nPr5jUWuuzVcZxzRwaxcRNh/+39z+bL+CVc4e4V5e4L2LntzWbgAUW0RKGpoF9i+J\nPH/82IUsRr38y2+yxT3coWfWTEMINg8RnGrRovVxqRB0qQKemD+0eQ2yd9T93zgs\n9W/Xj1IkDx4VG67Hs4MnfM0Nn7g3wLMwh5izAM8CgYEAt83F40N/is3oaswaFYOq\nIfmp//HHBddDNRmc7tlBk9RjzCBHyturcebePNfCOBmdmmoW/7WKe+XBmytqLAMi\nmEDGjqxZ3yMV3L9+KqZNytTNZot263G5iy423pU1vw8Xm0ogkNyuQWkMm2Z3xUWI\nTCYAIbk5kZfT+EBE2rSPXGECgYEAiOBd93xPZ5jAtEZIGQ6pACxanODgYzrI7kEz\nzKBMosnXNNZlZYK8kZ6bp6gwaohlutPkuf778nVlGfxqDH8aJGTiqp37sF9Fy3qo\nEUfWzF0hcQ26BTwgD0f7d7Tm3B2YLyeCqcn01xDJUtJbEWI392dfKJLOf4ixUoeG\n7eU1VSECgYEA5piLtfYN/6a26j+VHSzhjs5Hm4+AJIZSEyU5uqLCdQEHhx1gPZH9\nPib081p/bVbBYBW/of20/tyvSmodM5cqrOtRE72J3bM1yTmVGxvhf1SQ73EIte/7\nkIiNqLSxGuxdcRf1pc8bbuC7TkW80C3Xr8QRccLZ4j7IPbZSCCHkUuo=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'fb99eb42722e4e6e958115280f3435be', 'name': u'singlevm1-kp_7da222b4-0a4d-45a7-a8ac-501610751b7f', 'created_at': '2018-07-19T05:12:13.705486', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c9003101a9994c308fccde61f611d998', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'62:4f:e7:2a:42:3f:54:6f:af:bb:fd:c5:13:9b:0e:d1', 'type': 'ssh', 'id': u'singlevm1-kp_7da222b4-0a4d-45a7-a8ac-501610751b7f'}) 2018-07-19 05:12:13,705 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAz3AP/B18q7epsAB71SRLidJ0ZDNnxFP3acdZW3lriTJyErbE FGY9CwVyEBIBWUMUHBzX1GCuP9bV/Nf7fUjIw+WHfIVF5fd13tdCeMtZHVReB4cm pHrPmfOUkMBM5deD10FY+Uizm5UQWkz8bHkJL7UeojBhkkv9QJNuQDQm0naMz6Nf BEYqnzcUc//ypp9vaANNGtFA4TIhOSscTsmWYLztcP7extsR6XaolGLNU1Us7MMr zqu+3KfaOW9xsSIw1KMEvokikF6zS5kuuhwQ2fWtmuPeOQnkgT6uGFFFAiDiQ2Oy bNaROwV9nmIS4q6YkMrsR8MkWsa9Ru7+j2IX/wIDAQABAoIBAFOW+8oDc96ahxV2 THBKTOo/1UkfcdwqXdPRUg/LcOr7Wf5yibcSr9yGGD2jk8mNf0gI02wwfWcaQma9 /gixUL2n+53Q8qbFvkjLA207vDBWdAGik47KMmf+QMrHwvUHkIgoPBtQEZhLTCin RzzK1UnVOX/v8RGL74SbJF1Y5p/+DR2cYqbOixI/ltYyGxvmAMuEZarc5PIvksK2 vzjloSFF3KakvL+TK/MdX0yIqAEbaILQ9oBdw4+WRsv6BB1vkIH7xR0V5B3dZJg4 hTSxU3e7vC0pOcwznVOsQuzmqpJUqeJe7IJr07uD7eDHcZzKmgP86fWLfPqVAiNM igsDrGECgYEA/P3kBqGigMmS/QuxgsG/iHIMM+S5d9WjZVpOF38i/F2B3lJTWoye 1RM89T8w79DNiSIVlJm9GgjeYUHDPd6t5YA5jD9RQjvV+dBADqX3YdBSYxWGYEl+ BVqQLrDIjCky6Ex0PGr3rXSFZ+cR3Axq5S7q3lxYGtjrtZFrr+sQYdECgYEA0eeB Pr5jUWuuzVcZxzRwaxcRNh/+39z+bL+CVc4e4V5e4L2LntzWbgAUW0RKGpoF9i+J PH/82IUsRr38y2+yxT3coWfWTEMINg8RnGrRovVxqRB0qQKemD+0eQ2yd9T93zgs 9W/Xj1IkDx4VG67Hs4MnfM0Nn7g3wLMwh5izAM8CgYEAt83F40N/is3oaswaFYOq Ifmp//HHBddDNRmc7tlBk9RjzCBHyturcebePNfCOBmdmmoW/7WKe+XBmytqLAMi mEDGjqxZ3yMV3L9+KqZNytTNZot263G5iy423pU1vw8Xm0ogkNyuQWkMm2Z3xUWI TCYAIbk5kZfT+EBE2rSPXGECgYEAiOBd93xPZ5jAtEZIGQ6pACxanODgYzrI7kEz zKBMosnXNNZlZYK8kZ6bp6gwaohlutPkuf778nVlGfxqDH8aJGTiqp37sF9Fy3qo EUfWzF0hcQ26BTwgD0f7d7Tm3B2YLyeCqcn01xDJUtJbEWI392dfKJLOf4ixUoeG 7eU1VSECgYEA5piLtfYN/6a26j+VHSzhjs5Hm4+AJIZSEyU5uqLCdQEHhx1gPZH9 Pib081p/bVbBYBW/of20/tyvSmodM5cqrOtRE72J3bM1yTmVGxvhf1SQ73EIte/7 kIiNqLSxGuxdcRf1pc8bbuC7TkW80C3Xr8QRccLZ4j7IPbZSCCHkUuo= -----END RSA PRIVATE KEY----- 2018-07-19 05:12:13,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-19 05:12:13,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-groups.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" -d '{"security_group": {"name": "singlevm1-sg_7da222b4-0a4d-45a7-a8ac-501610751b7f", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-07-19 05:12:14,086 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-5b26bca2-89d3-4d16-96b7-fb2fd898d8b9 Date: Thu, 19 Jul 2018 05:12:14 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:12:13Z", "updated_at": "2018-07-19T05:12:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:12:13Z", "revision_number": 0, "id": "3ac8072b-35f4-4022-914f-1b98abb98d3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:12:13Z", "security_group_id": "f80234a7-0876-4364-8f82-0d1fea02190c", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:12:14Z", "revision_number": 0, "id": "cef37b68-f1cb-4c8a-9e9c-5ff472d4cdda", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:12:14Z", "security_group_id": "f80234a7-0876-4364-8f82-0d1fea02190c", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "f80234a7-0876-4364-8f82-0d1fea02190c", "name": "singlevm1-sg_7da222b4-0a4d-45a7-a8ac-501610751b7f"}} 2018-07-19 05:12:14,086 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-5b26bca2-89d3-4d16-96b7-fb2fd898d8b9 2018-07-19 05:12:14,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.377989053726s 2018-07-19 05:12:14,087 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-5b26bca2-89d3-4d16-96b7-fb2fd898d8b9 2018-07-19 05:12:14,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 05:12:14,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:14,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-3070cb98-de57-43a1-bb2c-bbe28b1401d7 Date: Thu, 19 Jul 2018 05:12:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:09:50Z", "updated_at": "2018-07-19T05:09:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:50Z", "revision_number": 0, "id": "385e4333-d490-472d-877c-7590ee866f49", "remote_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:50Z", "security_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:50Z", "revision_number": 0, "id": "532643ac-ae9c-4be3-a40c-448f82f8a02c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:50Z", "security_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:50Z", "revision_number": 0, "id": "930f2a47-a438-49af-851a-320638bafffa", "remote_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:50Z", "security_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:50Z", "revision_number": 0, "id": "94764261-ea6c-4037-bf7c-3d53f55c043d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:50Z", "security_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "created_at": "2018-07-19T05:06:52Z", "updated_at": "2018-07-19T05:06:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "63c9d004-5694-4759-9034-3161b8ab244d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "64d486c8-7986-4c0e-aeb2-13eb6578a994", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "71ef01aa-9873-4297-8759-2eb098338d19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "f7a922fc-7f06-48a8-a86c-db41cebc8c3d", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}], "revision_number": 1, "project_id": "808316c313f0491a8efb6e31d026d3bf", "id": "47e151fc-e694-4086-9153-bf07f135f5ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-19T05:09:54Z", "updated_at": "2018-07-19T05:09:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5dfbb6e4-51b5-45e9-acca-6333293a0991", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5e6e49b1-c444-41d3-b528-c11f0bdc015d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "6334658a-3c0e-4b28-9289-c515fac1ee46", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "ce78aad9-cf8d-4bb7-8ff9-c5d3ccbdb693", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "affc9693aa494f85bd7b44b37224f123", "created_at": "2018-07-19T05:10:20Z", "updated_at": "2018-07-19T05:10:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "3deac00c-9089-49df-95a7-247c831c591e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "463003e7-c443-4764-aa83-df4c5c515111", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "82d3332b-c634-4845-81cb-4037aad63ccb", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "cf78999b-902b-4b4b-9f7e-b3d6985dc346", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}], "revision_number": 1, "project_id": "affc9693aa494f85bd7b44b37224f123", "id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "created_at": "2018-07-19T05:11:25Z", "updated_at": "2018-07-19T05:11:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "35269374-6ec3-46a2-bc5d-2f3736e82227", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "51f660e0-8284-4987-95f9-3678f746171c", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "5dc2a2b4-594e-4569-b2f8-af7e28eb6e7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "b859999e-d12f-4ff8-aada-474ee449cdb3", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}], "revision_number": 1, "project_id": "9fd4022c36b148f9b1b686ca283fceac", "id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:12:13Z", "updated_at": "2018-07-19T05:12:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:12:13Z", "revision_number": 0, "id": "3ac8072b-35f4-4022-914f-1b98abb98d3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:12:13Z", "security_group_id": "f80234a7-0876-4364-8f82-0d1fea02190c", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:12:14Z", "revision_number": 0, "id": "cef37b68-f1cb-4c8a-9e9c-5ff472d4cdda", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:12:14Z", "security_group_id": "f80234a7-0876-4364-8f82-0d1fea02190c", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "f80234a7-0876-4364-8f82-0d1fea02190c", "name": "singlevm1-sg_7da222b4-0a4d-45a7-a8ac-501610751b7f"}]} 2018-07-19 05:12:14,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-3070cb98-de57-43a1-bb2c-bbe28b1401d7 2018-07-19 05:12:14,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.243412017822s 2018-07-19 05:12:14,336 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-3070cb98-de57-43a1-bb2c-bbe28b1401d7 2018-07-19 05:12:14,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-19 05:12:14,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "f80234a7-0876-4364-8f82-0d1fea02190c"}}' 2018-07-19 05:12:15,481 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-7cc566b6-aeb2-41b8-8744-a8e8eb2ab6f2 Date: Thu, 19 Jul 2018 05:12:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-19T05:12:15Z", "security_group_id": "f80234a7-0876-4364-8f82-0d1fea02190c", "port_range_min": 22, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:12:15Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "2cf925a2-2ba8-464f-aafb-aad09ce84ec7"}} 2018-07-19 05:12:15,481 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-7cc566b6-aeb2-41b8-8744-a8e8eb2ab6f2 2018-07-19 05:12:15,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 1.1408200264s 2018-07-19 05:12:15,482 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-7cc566b6-aeb2-41b8-8744-a8e8eb2ab6f2 2018-07-19 05:12:15,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 05:12:15,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:15,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-1197e2fd-fe4c-48fa-8f3a-fe7488438435 Date: Thu, 19 Jul 2018 05:12:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:09:50Z", "updated_at": "2018-07-19T05:09:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:50Z", "revision_number": 0, "id": "385e4333-d490-472d-877c-7590ee866f49", "remote_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:50Z", "security_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:50Z", "revision_number": 0, "id": "532643ac-ae9c-4be3-a40c-448f82f8a02c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:50Z", "security_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:50Z", "revision_number": 0, "id": "930f2a47-a438-49af-851a-320638bafffa", "remote_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:50Z", "security_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:50Z", "revision_number": 0, "id": "94764261-ea6c-4037-bf7c-3d53f55c043d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:50Z", "security_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "created_at": "2018-07-19T05:06:52Z", "updated_at": "2018-07-19T05:06:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "63c9d004-5694-4759-9034-3161b8ab244d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "64d486c8-7986-4c0e-aeb2-13eb6578a994", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "71ef01aa-9873-4297-8759-2eb098338d19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "f7a922fc-7f06-48a8-a86c-db41cebc8c3d", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}], "revision_number": 1, "project_id": "808316c313f0491a8efb6e31d026d3bf", "id": "47e151fc-e694-4086-9153-bf07f135f5ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-19T05:09:54Z", "updated_at": "2018-07-19T05:09:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5dfbb6e4-51b5-45e9-acca-6333293a0991", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5e6e49b1-c444-41d3-b528-c11f0bdc015d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "6334658a-3c0e-4b28-9289-c515fac1ee46", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "ce78aad9-cf8d-4bb7-8ff9-c5d3ccbdb693", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "affc9693aa494f85bd7b44b37224f123", "created_at": "2018-07-19T05:10:20Z", "updated_at": "2018-07-19T05:10:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "3deac00c-9089-49df-95a7-247c831c591e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "463003e7-c443-4764-aa83-df4c5c515111", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "82d3332b-c634-4845-81cb-4037aad63ccb", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "cf78999b-902b-4b4b-9f7e-b3d6985dc346", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}], "revision_number": 1, "project_id": "affc9693aa494f85bd7b44b37224f123", "id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "created_at": "2018-07-19T05:11:25Z", "updated_at": "2018-07-19T05:11:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "35269374-6ec3-46a2-bc5d-2f3736e82227", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "51f660e0-8284-4987-95f9-3678f746171c", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "5dc2a2b4-594e-4569-b2f8-af7e28eb6e7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "b859999e-d12f-4ff8-aada-474ee449cdb3", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}], "revision_number": 1, "project_id": "9fd4022c36b148f9b1b686ca283fceac", "id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:12:13Z", "updated_at": "2018-07-19T05:12:15Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-19T05:12:15Z", "revision_number": 0, "id": "2cf925a2-2ba8-464f-aafb-aad09ce84ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:12:15Z", "security_group_id": "f80234a7-0876-4364-8f82-0d1fea02190c", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:12:13Z", "revision_number": 0, "id": "3ac8072b-35f4-4022-914f-1b98abb98d3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:12:13Z", "security_group_id": "f80234a7-0876-4364-8f82-0d1fea02190c", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:12:14Z", "revision_number": 0, "id": "cef37b68-f1cb-4c8a-9e9c-5ff472d4cdda", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:12:14Z", "security_group_id": "f80234a7-0876-4364-8f82-0d1fea02190c", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 2, "project_id": "c9003101a9994c308fccde61f611d998", "id": "f80234a7-0876-4364-8f82-0d1fea02190c", "name": "singlevm1-sg_7da222b4-0a4d-45a7-a8ac-501610751b7f"}]} 2018-07-19 05:12:15,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-1197e2fd-fe4c-48fa-8f3a-fe7488438435 2018-07-19 05:12:15,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0787239074707s 2018-07-19 05:12:15,565 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-1197e2fd-fe4c-48fa-8f3a-fe7488438435 2018-07-19 05:12:15,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-19 05:12:15,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "f80234a7-0876-4364-8f82-0d1fea02190c"}}' 2018-07-19 05:12:15,762 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-a8a8b3d7-2f0b-4a15-b9c1-73d30165d191 Date: Thu, 19 Jul 2018 05:12:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:12:15Z", "security_group_id": "f80234a7-0876-4364-8f82-0d1fea02190c", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:12:15Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "1f4d4f21-9898-4d2c-af62-a4a95e838a15"}} 2018-07-19 05:12:15,763 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-a8a8b3d7-2f0b-4a15-b9c1-73d30165d191 2018-07-19 05:12:15,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.193795204163s 2018-07-19 05:12:15,763 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-a8a8b3d7-2f0b-4a15-b9c1-73d30165d191 2018-07-19 05:12:15,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:12:15,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:16,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2145 X-Openstack-Request-Id: req-79dca694-e186-4f3c-90c5-6f97b7623e11 Date: Thu, 19 Jul 2018 05:12:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"05cd8a87-9943-489c-9cb5-e9bcd6f40efd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":94,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["d725e24e-4593-46a9-8bc6-687dba157a70"],"description":"","tags":[],"updated_at":"2018-07-19T05:12:01Z","qos_policy_id":null,"name":"HA network tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"tenant_id":"","created_at":"2018-07-19T05:12:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"948cb951-62b1-42b5-bec0-93f42f666e44","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":7,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["4a2d00c2-c8fc-4ab5-8654-01243f6703cc"],"description":"","tags":[],"updated_at":"2018-07-19T05:12:00Z","qos_policy_id":null,"name":"singlevm1-net_7da222b4-0a4d-45a7-a8ac-501610751b7f","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:11:59Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:12:16,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-79dca694-e186-4f3c-90c5-6f97b7623e11 2018-07-19 05:12:16,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.294938087463s 2018-07-19 05:12:16,060 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-79dca694-e186-4f3c-90c5-6f97b7623e11 2018-07-19 05:12:16,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:12:16,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:16,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-365eabfe-7228-4020-a185-595fb5dac1e4 Date: Thu, 19 Jul 2018 05:12:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/07802914-22b5-4960-8d58-c054acf928e5/snap", "metadata": {}}], "file": "/v2/images/07802914-22b5-4960-8d58-c054acf928e5/file", "owner": "c9003101a9994c308fccde61f611d998", "id": "07802914-22b5-4960-8d58-c054acf928e5", "size": 12716032, "self": "/v2/images/07802914-22b5-4960-8d58-c054acf928e5", "disk_format": "qcow2", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/07802914-22b5-4960-8d58-c054acf928e5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:12:12Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_7da222b4-0a4d-45a7-a8ac-501610751b7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_7da222b4-0a4d-45a7-a8ac-501610751b7f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T05:12:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:12:16,843 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-365eabfe-7228-4020-a185-595fb5dac1e4 2018-07-19 05:12:16,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.778598070145s 2018-07-19 05:12:16,843 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-365eabfe-7228-4020-a185-595fb5dac1e4 2018-07-19 05:12:16,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 05:12:16,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:16,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:12:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3a2339d-22f3-4b39-af5a-645297ef25a3 x-compute-request-id: req-c3a2339d-22f3-4b39-af5a-645297ef25a3 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_7da222b4-0a4d-45a7-a8ac-501610751b7f", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6cfa593f-22f7-48e3-b46f-1c355ab7717e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6cfa593f-22f7-48e3-b46f-1c355ab7717e", "rel": "bookmark"}], "ram": 512, "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": "6cfa593f-22f7-48e3-b46f-1c355ab7717e"}]} 2018-07-19 05:12:16,983 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-c3a2339d-22f3-4b39-af5a-645297ef25a3 2018-07-19 05:12:16,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.137428045273s 2018-07-19 05:12:16,983 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-c3a2339d-22f3-4b39-af5a-645297ef25a3 2018-07-19 05:12:16,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-19 05:12:16,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" -d '{"server": {"name": "singlevm1-vm_7da222b4-0a4d-45a7-a8ac-501610751b7f", "imageRef": "07802914-22b5-4960-8d58-c054acf928e5", "key_name": "singlevm1-kp_7da222b4-0a4d-45a7-a8ac-501610751b7f", "flavorRef": "6cfa593f-22f7-48e3-b46f-1c355ab7717e", "max_count": 1, "min_count": 1, "networks": [{"uuid": "948cb951-62b1-42b5-bec0-93f42f666e44"}], "security_groups": [{"name": "f80234a7-0876-4364-8f82-0d1fea02190c"}]}}' 2018-07-19 05:12:21,290 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:12: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-5562f8c7-b189-4321-b818-5e6170335cc3 x-compute-request-id: req-5562f8c7-b189-4321-b818-5e6170335cc3 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/e3676cef-16d7-445b-9922-b7436d5a127b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "f80234a7-0876-4364-8f82-0d1fea02190c"}], "OS-DCF:diskConfig": "MANUAL", "id": "e3676cef-16d7-445b-9922-b7436d5a127b", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e3676cef-16d7-445b-9922-b7436d5a127b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e3676cef-16d7-445b-9922-b7436d5a127b", "rel": "bookmark"}], "adminPass": "6gFZKQhqvewZ"}} 2018-07-19 05:12:21,290 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-5562f8c7-b189-4321-b818-5e6170335cc3 2018-07-19 05:12:21,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.30496716499s 2018-07-19 05:12:21,291 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-5562f8c7-b189-4321-b818-5e6170335cc3 2018-07-19 05:12:21,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:12:21,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:22,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:12: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-c14bede9-d434-42bd-93bf-4cc7dfedcec7 x-compute-request-id: req-c14bede9-d434-42bd-93bf-4cc7dfedcec7 Content-Encoding: gzip Content-Length: 642 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e3676cef-16d7-445b-9922-b7436d5a127b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e3676cef-16d7-445b-9922-b7436d5a127b", "rel": "bookmark"}], "image": {"id": "07802914-22b5-4960-8d58-c054acf928e5", "links": [{"href": "http://172.30.9.28:8774/images/07802914-22b5-4960-8d58-c054acf928e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6cfa593f-22f7-48e3-b46f-1c355ab7717e", "links": [{"href": "http://172.30.9.28:8774/flavors/6cfa593f-22f7-48e3-b46f-1c355ab7717e", "rel": "bookmark"}]}, "id": "e3676cef-16d7-445b-9922-b7436d5a127b", "user_id": "fb99eb42722e4e6e958115280f3435be", "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-07-19T05:12:21Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7da222b4-0a4d-45a7-a8ac-501610751b7f", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_7da222b4-0a4d-45a7-a8ac-501610751b7f", "created": "2018-07-19T05:12:21Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:12:22,286 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c14bede9-d434-42bd-93bf-4cc7dfedcec7 2018-07-19 05:12:22,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.994588136673s 2018-07-19 05:12:22,287 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c14bede9-d434-42bd-93bf-4cc7dfedcec7 2018-07-19 05:12:22,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:12:22,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:22,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2145 X-Openstack-Request-Id: req-8910dc9b-7f08-46d5-b994-b51eb42eaf01 Date: Thu, 19 Jul 2018 05:12:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"05cd8a87-9943-489c-9cb5-e9bcd6f40efd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":94,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["d725e24e-4593-46a9-8bc6-687dba157a70"],"description":"","tags":[],"updated_at":"2018-07-19T05:12:01Z","qos_policy_id":null,"name":"HA network tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"tenant_id":"","created_at":"2018-07-19T05:12:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"948cb951-62b1-42b5-bec0-93f42f666e44","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":7,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["4a2d00c2-c8fc-4ab5-8654-01243f6703cc"],"description":"","tags":[],"updated_at":"2018-07-19T05:12:00Z","qos_policy_id":null,"name":"singlevm1-net_7da222b4-0a4d-45a7-a8ac-501610751b7f","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:11:59Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:12:22,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-8910dc9b-7f08-46d5-b994-b51eb42eaf01 2018-07-19 05:12:22,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.283805847168s 2018-07-19 05:12:22,578 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-8910dc9b-7f08-46d5-b994-b51eb42eaf01 2018-07-19 05:12:22,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 05:12:22,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:22,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1917 X-Openstack-Request-Id: req-fab2a9a8-4067-4c4a-93fe-919164e7ca48 Date: Thu, 19 Jul 2018 05:12:22 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4},{"updated_at":"2018-07-19T05:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"4a2d00c2-c8fc-4ab5-8654-01243f6703cc","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"192.168.0.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_7da222b4-0a4d-45a7-a8ac-501610751b7f","enable_dhcp":true,"segment_id":null,"network_id":"948cb951-62b1-42b5-bec0-93f42f666e44","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:12:00Z","ip_version":4},{"updated_at":"2018-07-19T05:12:01Z","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":"d725e24e-4593-46a9-8bc6-687dba157a70","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"05cd8a87-9943-489c-9cb5-e9bcd6f40efd","tenant_id":"","created_at":"2018-07-19T05:12:01Z","ip_version":4}]} 2018-07-19 05:12:22,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-fab2a9a8-4067-4c4a-93fe-919164e7ca48 2018-07-19 05:12:22,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.07342004776s 2018-07-19 05:12:22,653 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-fab2a9a8-4067-4c4a-93fe-919164e7ca48 2018-07-19 05:12:22,654 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:12:24,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:12:24,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:26,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:12: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-5ac4219b-5563-4379-9264-c42a9f58a853 x-compute-request-id: req-5ac4219b-5563-4379-9264-c42a9f58a853 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e3676cef-16d7-445b-9922-b7436d5a127b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e3676cef-16d7-445b-9922-b7436d5a127b", "rel": "bookmark"}], "image": {"id": "07802914-22b5-4960-8d58-c054acf928e5", "links": [{"href": "http://172.30.9.28:8774/images/07802914-22b5-4960-8d58-c054acf928e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6cfa593f-22f7-48e3-b46f-1c355ab7717e", "links": [{"href": "http://172.30.9.28:8774/flavors/6cfa593f-22f7-48e3-b46f-1c355ab7717e", "rel": "bookmark"}]}, "id": "e3676cef-16d7-445b-9922-b7436d5a127b", "security_groups": [{"name": "singlevm1-sg_7da222b4-0a4d-45a7-a8ac-501610751b7f"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:12:24Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7da222b4-0a4d-45a7-a8ac-501610751b7f", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_7da222b4-0a4d-45a7-a8ac-501610751b7f", "created": "2018-07-19T05:12:21Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:12:26,173 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5ac4219b-5563-4379-9264-c42a9f58a853 2018-07-19 05:12:26,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.51676011086s 2018-07-19 05:12:26,174 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5ac4219b-5563-4379-9264-c42a9f58a853 2018-07-19 05:12:26,178 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:12:28,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:12:28,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:29,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:12:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bac13ec-b2db-41e4-94b9-0e97baa508a2 x-compute-request-id: req-6bac13ec-b2db-41e4-94b9-0e97baa508a2 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e3676cef-16d7-445b-9922-b7436d5a127b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e3676cef-16d7-445b-9922-b7436d5a127b", "rel": "bookmark"}], "image": {"id": "07802914-22b5-4960-8d58-c054acf928e5", "links": [{"href": "http://172.30.9.28:8774/images/07802914-22b5-4960-8d58-c054acf928e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6cfa593f-22f7-48e3-b46f-1c355ab7717e", "links": [{"href": "http://172.30.9.28:8774/flavors/6cfa593f-22f7-48e3-b46f-1c355ab7717e", "rel": "bookmark"}]}, "id": "e3676cef-16d7-445b-9922-b7436d5a127b", "security_groups": [{"name": "singlevm1-sg_7da222b4-0a4d-45a7-a8ac-501610751b7f"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:12:25Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7da222b4-0a4d-45a7-a8ac-501610751b7f", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_7da222b4-0a4d-45a7-a8ac-501610751b7f", "created": "2018-07-19T05:12:21Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:12:29,178 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6bac13ec-b2db-41e4-94b9-0e97baa508a2 2018-07-19 05:12:29,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.998059988022s 2018-07-19 05:12:29,179 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6bac13ec-b2db-41e4-94b9-0e97baa508a2 2018-07-19 05:12:29,183 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:12:31,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:12:31,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:32,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:12:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c097e80a-52e4-486f-8dab-69df43feeb7a x-compute-request-id: req-c097e80a-52e4-486f-8dab-69df43feeb7a Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_7da222b4-0a4d-45a7-a8ac-501610751b7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:ca:e4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e3676cef-16d7-445b-9922-b7436d5a127b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e3676cef-16d7-445b-9922-b7436d5a127b", "rel": "bookmark"}], "image": {"id": "07802914-22b5-4960-8d58-c054acf928e5", "links": [{"href": "http://172.30.9.28:8774/images/07802914-22b5-4960-8d58-c054acf928e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6cfa593f-22f7-48e3-b46f-1c355ab7717e", "links": [{"href": "http://172.30.9.28:8774/flavors/6cfa593f-22f7-48e3-b46f-1c355ab7717e", "rel": "bookmark"}]}, "id": "e3676cef-16d7-445b-9922-b7436d5a127b", "security_groups": [{"name": "singlevm1-sg_7da222b4-0a4d-45a7-a8ac-501610751b7f"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:12:25Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7da222b4-0a4d-45a7-a8ac-501610751b7f", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_7da222b4-0a4d-45a7-a8ac-501610751b7f", "created": "2018-07-19T05:12:21Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:12:32,397 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c097e80a-52e4-486f-8dab-69df43feeb7a 2018-07-19 05:12:32,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.21232414246s 2018-07-19 05:12:32,398 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c097e80a-52e4-486f-8dab-69df43feeb7a 2018-07-19 05:12:32,402 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:12:34,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:12:34,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:35,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:12:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b988553-4800-40ff-8ee8-c6fc63a963de x-compute-request-id: req-6b988553-4800-40ff-8ee8-c6fc63a963de Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_7da222b4-0a4d-45a7-a8ac-501610751b7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:ca:e4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e3676cef-16d7-445b-9922-b7436d5a127b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e3676cef-16d7-445b-9922-b7436d5a127b", "rel": "bookmark"}], "image": {"id": "07802914-22b5-4960-8d58-c054acf928e5", "links": [{"href": "http://172.30.9.28:8774/images/07802914-22b5-4960-8d58-c054acf928e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-19T05:12:33.000000", "flavor": {"id": "6cfa593f-22f7-48e3-b46f-1c355ab7717e", "links": [{"href": "http://172.30.9.28:8774/flavors/6cfa593f-22f7-48e3-b46f-1c355ab7717e", "rel": "bookmark"}]}, "id": "e3676cef-16d7-445b-9922-b7436d5a127b", "security_groups": [{"name": "singlevm1-sg_7da222b4-0a4d-45a7-a8ac-501610751b7f"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:12:33Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7da222b4-0a4d-45a7-a8ac-501610751b7f", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_7da222b4-0a4d-45a7-a8ac-501610751b7f", "created": "2018-07-19T05:12:21Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:12:35,458 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6b988553-4800-40ff-8ee8-c6fc63a963de 2018-07-19 05:12:35,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05293393135s 2018-07-19 05:12:35,458 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6b988553-4800-40ff-8ee8-c6fc63a963de 2018-07-19 05:12:35,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:12:35,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=e3676cef-16d7-445b-9922-b7436d5a127b" -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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:35,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 990 X-Openstack-Request-Id: req-65e3a3c6-4bb3-4533-99ce-72d61f66b22e Date: Thu, 19 Jul 2018 05:12:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:12:32Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4a2d00c2-c8fc-4ab5-8654-01243f6703cc","ip_address":"192.168.0.10"}],"id":"6a031e77-15a5-4705-ba5e-c3f0aec13143","security_groups":["f80234a7-0876-4364-8f82-0d1fea02190c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:ca:e4","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948cb951-62b1-42b5-bec0-93f42f666e44","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:12:25Z","binding:vnic_type":"normal","device_id":"e3676cef-16d7-445b-9922-b7436d5a127b","ip_allocation":"immediate"}]} 2018-07-19 05:12:35,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=e3676cef-16d7-445b-9922-b7436d5a127b used request id req-65e3a3c6-4bb3-4533-99ce-72d61f66b22e 2018-07-19 05:12:35,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.159809112549s 2018-07-19 05:12:35,622 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=e3676cef-16d7-445b-9922-b7436d5a127b used request id req-65e3a3c6-4bb3-4533-99ce-72d61f66b22e 2018-07-19 05:12:35,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:12:35,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6a031e77-15a5-4705-ba5e-c3f0aec13143" -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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:35,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7f53ca9f-8777-47d7-b6c0-ccfc19e26eb6 Date: Thu, 19 Jul 2018 05:12:35 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:12:35,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6a031e77-15a5-4705-ba5e-c3f0aec13143 used request id req-7f53ca9f-8777-47d7-b6c0-ccfc19e26eb6 2018-07-19 05:12:35,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0484480857849s 2018-07-19 05:12:35,676 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6a031e77-15a5-4705-ba5e-c3f0aec13143 used request id req-7f53ca9f-8777-47d7-b6c0-ccfc19e26eb6 2018-07-19 05:12:35,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:12:35,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:36,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:12: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-d9cd9382-8834-4ade-aeb6-d71b13086ecf x-compute-request-id: req-d9cd9382-8834-4ade-aeb6-d71b13086ecf Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_7da222b4-0a4d-45a7-a8ac-501610751b7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:ca:e4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e3676cef-16d7-445b-9922-b7436d5a127b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e3676cef-16d7-445b-9922-b7436d5a127b", "rel": "bookmark"}], "image": {"id": "07802914-22b5-4960-8d58-c054acf928e5", "links": [{"href": "http://172.30.9.28:8774/images/07802914-22b5-4960-8d58-c054acf928e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-19T05:12:33.000000", "flavor": {"id": "6cfa593f-22f7-48e3-b46f-1c355ab7717e", "links": [{"href": "http://172.30.9.28:8774/flavors/6cfa593f-22f7-48e3-b46f-1c355ab7717e", "rel": "bookmark"}]}, "id": "e3676cef-16d7-445b-9922-b7436d5a127b", "security_groups": [{"name": "singlevm1-sg_7da222b4-0a4d-45a7-a8ac-501610751b7f"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:12:33Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7da222b4-0a4d-45a7-a8ac-501610751b7f", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_7da222b4-0a4d-45a7-a8ac-501610751b7f", "created": "2018-07-19T05:12:21Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:12:36,237 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d9cd9382-8834-4ade-aeb6-d71b13086ecf 2018-07-19 05:12:36,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5599360466s 2018-07-19 05:12:36,237 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d9cd9382-8834-4ade-aeb6-d71b13086ecf 2018-07-19 05:12:36,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:12:36,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=e3676cef-16d7-445b-9922-b7436d5a127b" -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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:36,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 990 X-Openstack-Request-Id: req-805c897b-e1b4-474a-983b-cc957545d602 Date: Thu, 19 Jul 2018 05:12:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:12:32Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4a2d00c2-c8fc-4ab5-8654-01243f6703cc","ip_address":"192.168.0.10"}],"id":"6a031e77-15a5-4705-ba5e-c3f0aec13143","security_groups":["f80234a7-0876-4364-8f82-0d1fea02190c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:ca:e4","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948cb951-62b1-42b5-bec0-93f42f666e44","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:12:25Z","binding:vnic_type":"normal","device_id":"e3676cef-16d7-445b-9922-b7436d5a127b","ip_allocation":"immediate"}]} 2018-07-19 05:12:36,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=e3676cef-16d7-445b-9922-b7436d5a127b used request id req-805c897b-e1b4-474a-983b-cc957545d602 2018-07-19 05:12:36,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.255120038986s 2018-07-19 05:12:36,497 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=e3676cef-16d7-445b-9922-b7436d5a127b used request id req-805c897b-e1b4-474a-983b-cc957545d602 2018-07-19 05:12:36,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:12:36,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6a031e77-15a5-4705-ba5e-c3f0aec13143" -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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:36,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-25defe59-d8b7-4f9f-9498-c69b7e406d8c Date: Thu, 19 Jul 2018 05:12:36 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:12:36,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6a031e77-15a5-4705-ba5e-c3f0aec13143 used request id req-25defe59-d8b7-4f9f-9498-c69b7e406d8c 2018-07-19 05:12:36,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0589380264282s 2018-07-19 05:12:36,561 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6a031e77-15a5-4705-ba5e-c3f0aec13143 used request id req-25defe59-d8b7-4f9f-9498-c69b7e406d8c 2018-07-19 05:12:36,561 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_7da222b4-0a4d-45a7-a8ac-501610751b7f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f9:ca:e4', u'version': 4, u'addr': u'192.168.0.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'07802914-22b5-4960-8d58-c054acf928e5'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-07-19T05:12:33.000000', 'flavor': Munch({u'id': u'6cfa593f-22f7-48e3-b46f-1c355ab7717e'}), 'az': u'nova', 'id': u'e3676cef-16d7-445b-9922-b7436d5a127b', 'security_groups': [Munch({u'name': u'singlevm1-sg_7da222b4-0a4d-45a7-a8ac-501610751b7f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'fb99eb42722e4e6e958115280f3435be', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c9003101a9994c308fccde61f611d998', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-19T05:12:33.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-19T05:12:33Z', 'hostId': u'054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_7da222b4-0a4d-45a7-a8ac-501610751b7f', 'public_v6': '', 'private_v4': u'192.168.0.10', 'cloud': 'envvars', 'host_id': u'054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-07-19T05:12:33.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'c9003101a9994c308fccde61f611d998', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_7da222b4-0a4d-45a7-a8ac-501610751b7f', 'adminPass': None, 'tenant_id': u'c9003101a9994c308fccde61f611d998', 'created_at': u'2018-07-19T05:12:21Z', 'created': u'2018-07-19T05:12:21Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-19 05:12:36,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:12:36,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:36,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2145 X-Openstack-Request-Id: req-1ff8fcda-7149-48f3-b394-4d85d63cbaa5 Date: Thu, 19 Jul 2018 05:12:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"05cd8a87-9943-489c-9cb5-e9bcd6f40efd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":94,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["d725e24e-4593-46a9-8bc6-687dba157a70"],"description":"","tags":[],"updated_at":"2018-07-19T05:12:01Z","qos_policy_id":null,"name":"HA network tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"tenant_id":"","created_at":"2018-07-19T05:12:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"948cb951-62b1-42b5-bec0-93f42f666e44","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":7,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["4a2d00c2-c8fc-4ab5-8654-01243f6703cc"],"description":"","tags":[],"updated_at":"2018-07-19T05:12:00Z","qos_policy_id":null,"name":"singlevm1-net_7da222b4-0a4d-45a7-a8ac-501610751b7f","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:11:59Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:12:36,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1ff8fcda-7149-48f3-b394-4d85d63cbaa5 2018-07-19 05:12:36,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0889661312103s 2018-07-19 05:12:36,654 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1ff8fcda-7149-48f3-b394-4d85d63cbaa5 2018-07-19 05:12:36,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:12:36,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=e3676cef-16d7-445b-9922-b7436d5a127b" -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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:36,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 990 X-Openstack-Request-Id: req-fbc014b9-9fe2-4115-8460-39cc1a9d3701 Date: Thu, 19 Jul 2018 05:12:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:12:32Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4a2d00c2-c8fc-4ab5-8654-01243f6703cc","ip_address":"192.168.0.10"}],"id":"6a031e77-15a5-4705-ba5e-c3f0aec13143","security_groups":["f80234a7-0876-4364-8f82-0d1fea02190c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:ca:e4","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948cb951-62b1-42b5-bec0-93f42f666e44","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:12:25Z","binding:vnic_type":"normal","device_id":"e3676cef-16d7-445b-9922-b7436d5a127b","ip_allocation":"immediate"}]} 2018-07-19 05:12:36,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=e3676cef-16d7-445b-9922-b7436d5a127b used request id req-fbc014b9-9fe2-4115-8460-39cc1a9d3701 2018-07-19 05:12:36,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0558471679688s 2018-07-19 05:12:36,712 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=e3676cef-16d7-445b-9922-b7436d5a127b used request id req-fbc014b9-9fe2-4115-8460-39cc1a9d3701 2018-07-19 05:12:36,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-19 05:12:36,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" -d '{"floatingip": {"floating_network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "fixed_ip_address": "192.168.0.10", "port_id": "6a031e77-15a5-4705-ba5e-c3f0aec13143"}}' 2018-07-19 05:12:39,545 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 822 X-Openstack-Request-Id: req-e26538e5-16c0-4c75-869d-873008730908 Date: Thu, 19 Jul 2018 05:12:39 GMT RESP BODY: {"floatingip": {"router_id": "c358db3e-b936-4c28-aa26-81e0ba4e0218", "status": "DOWN", "description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:12:37Z", "updated_at": "2018-07-19T05:12:37Z", "floating_network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "948cb951-62b1-42b5-bec0-93f42f666e44", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f9:ca:e4", "device_id": "e3676cef-16d7-445b-9922-b7436d5a127b"}, "fixed_ip_address": "192.168.0.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "c9003101a9994c308fccde61f611d998", "port_id": "6a031e77-15a5-4705-ba5e-c3f0aec13143", "id": "d6bc2946-886c-4ca3-a184-179df3859852", "qos_policy_id": null}} 2018-07-19 05:12:39,545 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-e26538e5-16c0-4c75-869d-873008730908 2018-07-19 05:12:39,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.83266496658s 2018-07-19 05:12:39,546 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-e26538e5-16c0-4c75-869d-873008730908 2018-07-19 05:12:39,549 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'c358db3e-b936-4c28-aa26-81e0ba4e0218', 'updated_at': u'2018-07-19T05:12:37Z', 'fixed_ip_address': u'192.168.0.10', 'floating_ip_address': u'172.30.9.202', 'revision_number': 0, 'port_id': u'6a031e77-15a5-4705-ba5e-c3f0aec13143', 'id': u'd6bc2946-886c-4ca3-a184-179df3859852', 'network': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', 'port': u'6a031e77-15a5-4705-ba5e-c3f0aec13143', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c9003101a9994c308fccde61f611d998', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'c9003101a9994c308fccde61f611d998', 'status': u'DOWN', 'description': u'', u'tags': [], 'floating_network_id': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'948cb951-62b1-42b5-bec0-93f42f666e44', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:f9:ca:e4', u'device_id': u'e3676cef-16d7-445b-9922-b7436d5a127b'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'c9003101a9994c308fccde61f611d998', 'created_at': u'2018-07-19T05:12:37Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'948cb951-62b1-42b5-bec0-93f42f666e44', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:f9:ca:e4', u'device_id': u'e3676cef-16d7-445b-9922-b7436d5a127b'}), 'router': u'c358db3e-b936-4c28-aa26-81e0ba4e0218'}) 2018-07-19 05:12:39,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-19 05:12:39,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e3676cef-16d7-445b-9922-b7436d5a127b/action -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-19 05:12:40,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:12:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0990c58a-481f-4047-9c66-133aec825ab5 x-compute-request-id: req-0990c58a-481f-4047-9c66-133aec825ab5 Content-Encoding: gzip Content-Length: 9585 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459168082 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.916 MHz processor\n[ 0.145031] Calibrating delay loop (skipped) preset value.. 6983.83 BogoMIPS (lpj=13967664)\n[ 0.146716] pid_max: default: 32768 minimum: 301\n[ 0.147626] ACPI: Core revision 20150930\n[ 0.149050] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150395] Security Framework initialized\n[ 0.151223] Yama: becoming mindful.\n[ 0.151974] AppArmor: AppArmor initialized\n[ 0.152857] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154232] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155539] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158221] Initializing cgroup subsys io\n[ 0.159061] Initializing cgroup subsys memory\n[ 0.159946] Initializing cgroup subsys devices\n[ 0.160971] Initializing cgroup subsys freezer\n[ 0.161884] Initializing cgroup subsys net_cls\n[ 0.162857] Initializing cgroup subsys perf_event\n[ 0.163802] Initializing cgroup subsys net_prio\n[ 0.164699] Initializing cgroup subsys hugetlb\n[ 0.165579] Initializing cgroup subsys pids\n[ 0.166514] CPU: Physical Processor ID: 0\n[ 0.168078] mce: CPU supports 10 MCE banks\n[ 0.168994] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170015] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184423] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190463] ftrace: allocating 31920 entries in 125 pages\n[ 0.215382] smpboot: Max logical packages: 1\n[ 0.216273] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217643] x2apic enabled\n[ 0.218464] Switched APIC routing to physical x2apic.\n[ 0.220645] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222048] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224404] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226228] KVM setup paravirtual spinlock\n[ 0.227757] x86: Booted up 1 node, 1 CPUs\n[ 0.228761] smpboot: Total of 1 processors activated (6983.83 BogoMIPS)\n[ 0.230479] devtmpfs: initialized\n[ 0.232402] evm: security.selinux\n[ 0.233273] evm: security.SMACK64\n[ 0.234133] evm: security.SMACK64EXEC\n[ 0.235061] evm: security.SMACK64TRANSMUTE\n[ 0.236160] evm: security.SMACK64MMAP\n[ 0.237132] evm: security.ima\n[ 0.237918] evm: security.capability\n[ 0.238917] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241235] pinctrl core: initialized pinctrl subsystem\n[ 0.242625] RTC time: 5:12:33, date: 07/19/18\n[ 0.243805] NET: Registered protocol family 16\n[ 0.245012] cpuidle: using governor ladder\n[ 0.246039] cpuidle: using governor menu\n[ 0.247016] PCCT header not found.\n[ 0.247931] ACPI: bus type PCI registered\n[ 0.248924] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.250465] PCI: Using configuration type 1 for base access\n[ 0.252498] ACPI: Added _OSI(Module Device)\n[ 0.253540] ACPI: Added _OSI(Processor Device)\n[ 0.254615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255736] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257755] ACPI: Interpreter enabled\n[ 0.258698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260977] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.263039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266773] ACPI: (supports S0 S5)\n[ 0.267490] ACPI: Using IOAPIC for interrupt routing\n[ 0.268463] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271625] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272794] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.274050] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.275261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277536] acpiphp: Slot [3] registered\n[ 0.278348] acpiphp: Slot [4] registered\n[ 0.279164] acpiphp: Slot [5] registered\n[ 0.279976] acpiphp: Slot [6] registered\n[ 0.280785] acpiphp: Slot [7] registered\n[ 0.281599] acpiphp: Slot [8] registered\n[ 0.282407] acpiphp: Slot [9] registered\n[ 0.283232] acpiphp: Slot [10] registered\n[ 0.284077] acpiphp: Slot [11] registered\n[ 0.284902] acpiphp: Slot [12] registered\n[ 0.285728] acpiphp: Slot [13] registered\n[ 0.286552] acpiphp: Slot [14] registered\n[ 0.287373] acpiphp: Slot [15] registered\n[ 0.298449] acpiphp: Slot [16] registered\n[ 0.299283] acpiphp: Slot [17] registered\n[ 0.300107] acpiphp: Slot [18] registered\n[ 0.300929] acpiphp: Slot [19] registered\n[ 0.301751] acpiphp: Slot [20] registered\n[ 0.302586] acpiphp: Slot [21] registered\n[ 0.303409] acpiphp: Slot [22] registered\n[ 0.304235] acpiphp: Slot [23] registered\n[ 0.305059] acpiphp: Slot [24] registered\n[ 0.305881] acpiphp: Slot [25] registered\n[ 0.306704] acpiphp: Slot [26] registered\n[ 0.307527] acpiphp: Slot [27] registered\n[ 0.308382] acpiphp: Slot [28] registered\n[ 0.309211] acpiphp: Slot [29] registered\n[ 0.310034] acpiphp: Slot [30] registered\n[ 0.310862] acpiphp: Slot [31] registered\n[ 0.311680] PCI host bridge to bus 0000:00\n[ 0.312497] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313740] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314971] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316436] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317908] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319402] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322727] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324040] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325233] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326511] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330121] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331663] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350597] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353938] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355369] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358072] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363555] vgaarb: loaded\n[ 0.364395] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366106] SCSI subsystem initialized\n[ 0.367360] ACPI: bus type USB registered\n[ 0.368565] usbcore: registered new interface driver usbfs\n[ 0.370085] usbcore: registered new interface driver hub\n[ 0.371572] usbcore: registered new device driver usb\n[ 0.373133] PCI: Using ACPI for IRQ routing\n[ 0.374629] NetLabel: Initializing\n[ 0.375649] NetLabel: domain hash size = 128\n[ 0.376884] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378283] NetLabel: unlabeled traffic allowed by default\n[ 0.379934] clocksource: Switched to clocksource kvm-clock\n[ 0.388601] AppArmor: AppArmor Filesystem Enabled\n[ 0.389990] pnp: PnP ACPI init\n[ 0.391198] pnp: PnP ACPI: found 5 devices\n[ 0.397871] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400379] NET: Registered protocol family 2\n[ 0.401805] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403726] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405512] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407286] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408908] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410659] NET: Registered protocol family 1\n[ 0.411922] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413548] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415140] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429731] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444292] Trying to unpack rootfs image as initramfs...\n[ 0.501471] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503789] Scanning for low memory corruption every 60 seconds\n[ 0.505672] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507395] audit: initializing netlink subsys (disabled)\n[ 0.508927] audit: type=2000 audit(1531977154.295:1): initialized\n[ 0.510807] Initialise system trusted keyring\n[ 0.512150] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513885] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516588] zbud: loaded\n[ 0.517551] VFS: Disk quotas dquot_6.6.0\n[ 0.518727] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520966] fuse init (API version 7.23)\n[ 0.522241] Key type big_key registered\n[ 0.523380] Allocating IMA MOK and blacklist keyrings.\n[ 0.525060] Key type asymmetric registered\n[ 0.526249] Asymmetric key parser 'x509' registered\n[ 0.527669] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529818] io scheduler noop registered\n[ 0.530952] io scheduler deadline registered (default)\n[ 0.532410] io scheduler cfq registered\n[ 0.533403] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534500] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535828] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537357] ACPI: Power Button [PWRF]\n[ 0.538248] GHES: HEST is not enabled!\n[ 0.551970] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580081] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582293] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606016] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608996] Linux agpgart interface v0.103\n[ 0.612005] brd: module loaded\n[ 0.616317] loop: module loaded\n[ 0.622166] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623738] GPT:90111 != 2097151\n[ 0.624454] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625623] GPT:90111 != 2097151\n[ 0.626328] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627381] vda: vda1 vda15\n[ 0.628980] scsi host0: ata_piix\n[ 0.629810] scsi host1: ata_piix\n[ 0.630570] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.631866] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.633488] libphy: Fixed MDIO Bus: probed\n[ 0.634354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635358] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638137] PPP generic driver version 2.4.2\n[ 0.639134] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640440] ehci-pci: EHCI PCI platform driver\n[ 0.641373] ehci-platform: EHCI generic platform driver\n[ 0.642429] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643700] ohci-pci: OHCI PCI platform driver\n[ 0.644635] ohci-platform: OHCI generic platform driver\n[ 0.645694] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660037] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661123] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662671] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.664957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666280] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667791] usb usb1: Product: UHCI Host Controller\n[ 0.668788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671046] hub 1-0:1.0: USB hub found\n[ 0.671870] hub 1-0:1.0: 2 ports detected\n[ 0.672884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.675162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.676189] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.677310] mousedev: PS/2 mouse device common for all mice\n[ 0.678671] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680748] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681939] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.683210] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684494] i2c /dev entries driver\n[ 0.685317] device-mapper: uevent: version 1.0.3\n[ 0.686337] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.688119] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689632] NET: Registered protocol family 10\n[ 0.690842] NET: Registered protocol family 17\n[ 0.691805] Key type dns_resolver registered\n[ 0.692890] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694083] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696016] registered taskstats version 1\n[ 0.696939] Loading compiled-in X.509 certificates\n[ 0.698481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700468] zswap: loaded using pool lzo/zbud\n[ 0.702175] Key type trusted registered\n[ 0.704033] Key type encrypted registered\n[ 0.704950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706060] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707169] evm: HMAC attrs: 0x1\n[ 0.708217] Magic number: 10:130:214\n[ 0.709157] rtc_cmos 00:00: setting system clock to 2018-07-19 05:12:34 UTC (1531977154)\n[ 0.710893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712084] EDD information not available.\n[ 0.793304] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805307] Write protecting the kernel read-only data: 14336k\n[ 0.807615] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809593] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.973079] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.10...\nLease of 192.168.0.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.91. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.916 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgpa+IU9jq8E5zfG2uVl1UXpJnZSD/6+HddqfVmOwecGrSdgZlHKGDoHXKXgEnf+K7MBMsjzFprg4YrImlLNs069JzRmY0sADu5jc1oiXvaESF7mhHo2hh5NY5jiF3HIHt7wmKzQgyKGCQvDJOGnd050+xQmbdkSaLXeYHrOqIN8wxPYjIJLwiUQPwoa/UWKvoyehWTE9VSmJReQjWQYdbEIZubZkiGQKqkKNczxNvTTWHQt01xlmXeGLsrfLk6gaN9j0WcJP6qZrZ+YRD18Q/viCmCur5ejQddw0L6x2FILNQpA4zxYgRj13uFqV0AXy7mzgxKZ6OnnPei+yhIIQz root@singlevm1-vm-7da222b4-0a4d-45a7-a8ac-501610751b7f\nssh-dss AAAAB3NzaC1kc3MAAACBALV8dF+F9yuPlbYDlN+u6lJNP1Bd70TsNZeUNPOier6nap4XoE3/1k8C0wAcxgpEARUQVhEfrxyhoBbls2zFBbbbCxGWfXhfkJo0r7OlyJ+bTtyjEZm+UzhZvk2ciTqg2zTrHdmbdVSOkLO1pqGPptq0VsCk8ubhPGVNSgUwE//JAAAAFQCvWw8GpkBCu28yMdbG0eG/ercsXQAAAIEAgCMZPYYhs0WP13Li0qzLDrpipyKhmrDe8Jn0/gqX8L7bcJsaZqYQY76IvgJTr/ExwwJG60wGn2sCQ0J8DgA7eQJ/U+pAznwwNutrDorTg5CRZmSF44nbHd/mk23gz58x7kMccHVCuHSAx5aQVm7UuauL4svtOmQW6Q02knbbPGAAAACAaYpSRcqZM+dxA7ACwn98vIgIkKIvfIXePlQNyj5TuJl+O6Im9MjoBWHRlKgMq8uD0bK8y5H3UP+qSxYkmtrEhgvHdTMUDSNEux8OYqDPrCAv212CnsEYW0wNijCU1rDyK2w8xtTAduA+TrFyQoK8diBDSaBfwqHFWqEb5ZtREJ8= root@singlevm1-vm-7da222b4-0a4d-45a7-a8ac-501610751b7f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.10,24,fe80::f816:3eff:fef9:cae4/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.1 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.10 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-7da222b4-0a4d-45a7-a8ac-501610751b7f\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.45 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-7da222b4-0a4d-45a7-a8ac-501610751b7f login: "} 2018-07-19 05:12:40,394 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e3676cef-16d7-445b-9922-b7436d5a127b/action used request id req-0990c58a-481f-4047-9c66-133aec825ab5 2018-07-19 05:12:40,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.844725847244s 2018-07-19 05:12:40,395 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e3676cef-16d7-445b-9922-b7436d5a127b/action used request id req-0990c58a-481f-4047-9c66-133aec825ab5 2018-07-19 05:12:40,395 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 459168082 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.916 MHz processor [ 0.145031] Calibrating delay loop (skipped) preset value.. 6983.83 BogoMIPS (lpj=13967664) [ 0.146716] pid_max: default: 32768 minimum: 301 [ 0.147626] ACPI: Core revision 20150930 [ 0.149050] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.150395] Security Framework initialized [ 0.151223] Yama: becoming mindful. [ 0.151974] AppArmor: AppArmor initialized [ 0.152857] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.154232] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.155539] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.156772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.158221] Initializing cgroup subsys io [ 0.159061] Initializing cgroup subsys memory [ 0.159946] Initializing cgroup subsys devices [ 0.160971] Initializing cgroup subsys freezer [ 0.161884] Initializing cgroup subsys net_cls [ 0.162857] Initializing cgroup subsys perf_event [ 0.163802] Initializing cgroup subsys net_prio [ 0.164699] Initializing cgroup subsys hugetlb [ 0.165579] Initializing cgroup subsys pids [ 0.166514] CPU: Physical Processor ID: 0 [ 0.168078] mce: CPU supports 10 MCE banks [ 0.168994] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.170015] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184423] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.190463] ftrace: allocating 31920 entries in 125 pages [ 0.215382] smpboot: Max logical packages: 1 [ 0.216273] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.217643] x2apic enabled [ 0.218464] Switched APIC routing to physical x2apic. [ 0.220645] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222048] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224404] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.226228] KVM setup paravirtual spinlock [ 0.227757] x86: Booted up 1 node, 1 CPUs [ 0.228761] smpboot: Total of 1 processors activated (6983.83 BogoMIPS) [ 0.230479] devtmpfs: initialized [ 0.232402] evm: security.selinux [ 0.233273] evm: security.SMACK64 [ 0.234133] evm: security.SMACK64EXEC [ 0.235061] evm: security.SMACK64TRANSMUTE [ 0.236160] evm: security.SMACK64MMAP [ 0.237132] evm: security.ima [ 0.237918] evm: security.capability [ 0.238917] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.241235] pinctrl core: initialized pinctrl subsystem [ 0.242625] RTC time: 5:12:33, date: 07/19/18 [ 0.243805] NET: Registered protocol family 16 [ 0.245012] cpuidle: using governor ladder [ 0.246039] cpuidle: using governor menu [ 0.247016] PCCT header not found. [ 0.247931] ACPI: bus type PCI registered [ 0.248924] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.250465] PCI: Using configuration type 1 for base access [ 0.252498] ACPI: Added _OSI(Module Device) [ 0.253540] ACPI: Added _OSI(Processor Device) [ 0.254615] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.255736] ACPI: Added _OSI(Processor Aggregator Device) [ 0.257755] ACPI: Interpreter enabled [ 0.258698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.260977] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.263039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.264910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.266773] ACPI: (supports S0 S5) [ 0.267490] ACPI: Using IOAPIC for interrupt routing [ 0.268463] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.271625] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.272794] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.274050] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.275261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.277536] acpiphp: Slot [3] registered [ 0.278348] acpiphp: Slot [4] registered [ 0.279164] acpiphp: Slot [5] registered [ 0.279976] acpiphp: Slot [6] registered [ 0.280785] acpiphp: Slot [7] registered [ 0.281599] acpiphp: Slot [8] registered [ 0.282407] acpiphp: Slot [9] registered [ 0.283232] acpiphp: Slot [10] registered [ 0.284077] acpiphp: Slot [11] registered [ 0.284902] acpiphp: Slot [12] registered [ 0.285728] acpiphp: Slot [13] registered [ 0.286552] acpiphp: Slot [14] registered [ 0.287373] acpiphp: Slot [15] registered [ 0.298449] acpiphp: Slot [16] registered [ 0.299283] acpiphp: Slot [17] registered [ 0.300107] acpiphp: Slot [18] registered [ 0.300929] acpiphp: Slot [19] registered [ 0.301751] acpiphp: Slot [20] registered [ 0.302586] acpiphp: Slot [21] registered [ 0.303409] acpiphp: Slot [22] registered [ 0.304235] acpiphp: Slot [23] registered [ 0.305059] acpiphp: Slot [24] registered [ 0.305881] acpiphp: Slot [25] registered [ 0.306704] acpiphp: Slot [26] registered [ 0.307527] acpiphp: Slot [27] registered [ 0.308382] acpiphp: Slot [28] registered [ 0.309211] acpiphp: Slot [29] registered [ 0.310034] acpiphp: Slot [30] registered [ 0.310862] acpiphp: Slot [31] registered [ 0.311680] PCI host bridge to bus 0000:00 [ 0.312497] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.313740] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.314971] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.316436] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.317908] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.319402] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.322727] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.324040] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.325233] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.326511] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.330121] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.331663] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350597] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353938] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355369] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.358072] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.359711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.361268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363555] vgaarb: loaded [ 0.364395] vgaarb: bridge control possible 0000:00:02.0 [ 0.366106] SCSI subsystem initialized [ 0.367360] ACPI: bus type USB registered [ 0.368565] usbcore: registered new interface driver usbfs [ 0.370085] usbcore: registered new interface driver hub [ 0.371572] usbcore: registered new device driver usb [ 0.373133] PCI: Using ACPI for IRQ routing [ 0.374629] NetLabel: Initializing [ 0.375649] NetLabel: domain hash size = 128 [ 0.376884] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378283] NetLabel: unlabeled traffic allowed by default [ 0.379934] clocksource: Switched to clocksource kvm-clock [ 0.388601] AppArmor: AppArmor Filesystem Enabled [ 0.389990] pnp: PnP ACPI init [ 0.391198] pnp: PnP ACPI: found 5 devices [ 0.397871] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400379] NET: Registered protocol family 2 [ 0.401805] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403726] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405512] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407286] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408908] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410659] NET: Registered protocol family 1 [ 0.411922] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413548] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415140] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429731] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444292] Trying to unpack rootfs image as initramfs... [ 0.501471] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503789] Scanning for low memory corruption every 60 seconds [ 0.505672] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507395] audit: initializing netlink subsys (disabled) [ 0.508927] audit: type=2000 audit(1531977154.295:1): initialized [ 0.510807] Initialise system trusted keyring [ 0.512150] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.513885] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.516588] zbud: loaded [ 0.517551] VFS: Disk quotas dquot_6.6.0 [ 0.518727] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520966] fuse init (API version 7.23) [ 0.522241] Key type big_key registered [ 0.523380] Allocating IMA MOK and blacklist keyrings. [ 0.525060] Key type asymmetric registered [ 0.526249] Asymmetric key parser 'x509' registered [ 0.527669] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529818] io scheduler noop registered [ 0.530952] io scheduler deadline registered (default) [ 0.532410] io scheduler cfq registered [ 0.533403] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534500] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535828] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537357] ACPI: Power Button [PWRF] [ 0.538248] GHES: HEST is not enabled! [ 0.551970] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.580081] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.582293] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606016] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.608996] Linux agpgart interface v0.103 [ 0.612005] brd: module loaded [ 0.616317] loop: module loaded [ 0.622166] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.623738] GPT:90111 != 2097151 [ 0.624454] GPT:Alternate GPT header not at the end of the disk. [ 0.625623] GPT:90111 != 2097151 [ 0.626328] GPT: Use GNU Parted to correct GPT errors. [ 0.627381] vda: vda1 vda15 [ 0.628980] scsi host0: ata_piix [ 0.629810] scsi host1: ata_piix [ 0.630570] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.631866] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.633488] libphy: Fixed MDIO Bus: probed [ 0.634354] tun: Universal TUN/TAP device driver, 1.6 [ 0.635358] tun: (C) 1999-2004 Max Krasnyansky [ 0.638137] PPP generic driver version 2.4.2 [ 0.639134] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640440] ehci-pci: EHCI PCI platform driver [ 0.641373] ehci-platform: EHCI generic platform driver [ 0.642429] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643700] ohci-pci: OHCI PCI platform driver [ 0.644635] ohci-platform: OHCI generic platform driver [ 0.645694] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660037] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661123] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662671] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.664957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666280] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667791] usb usb1: Product: UHCI Host Controller [ 0.668788] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671046] hub 1-0:1.0: USB hub found [ 0.671870] hub 1-0:1.0: 2 ports detected [ 0.672884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676189] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677310] mousedev: PS/2 mouse device common for all mice [ 0.678671] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680748] rtc_cmos 00:00: RTC can wake from S4 [ 0.681939] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.683210] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684494] i2c /dev entries driver [ 0.685317] device-mapper: uevent: version 1.0.3 [ 0.686337] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.688119] ledtrig-cpu: registered to indicate activity on CPUs [ 0.689632] NET: Registered protocol family 10 [ 0.690842] NET: Registered protocol family 17 [ 0.691805] Key type dns_resolver registered [ 0.692890] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694083] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696016] registered taskstats version 1 [ 0.696939] Loading compiled-in X.509 certificates [ 0.698481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.700468] zswap: loaded using pool lzo/zbud [ 0.702175] Key type trusted registered [ 0.704033] Key type encrypted registered [ 0.704950] AppArmor: AppArmor sha1 policy hashing enabled [ 0.706060] ima: No TPM chip found, activating TPM-bypass! [ 0.707169] evm: HMAC attrs: 0x1 [ 0.708217] Magic number: 10:130:214 [ 0.709157] rtc_cmos 00:00: setting system clock to 2018-07-19 05:12:34 UTC (1531977154) [ 0.710893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.712084] EDD information not available. [ 0.793304] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.805307] Write protecting the kernel read-only data: 14336k [ 0.807615] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.809593] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.77 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.973079] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.10... Lease of 192.168.0.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.91. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.916 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgpa+IU9jq8E5zfG2uVl1UXpJnZSD/6+HddqfVmOwecGrSdgZlHKGDoHXKXgEnf+K7MBMsjzFprg4YrImlLNs069JzRmY0sADu5jc1oiXvaESF7mhHo2hh5NY5jiF3HIHt7wmKzQgyKGCQvDJOGnd050+xQmbdkSaLXeYHrOqIN8wxPYjIJLwiUQPwoa/UWKvoyehWTE9VSmJReQjWQYdbEIZubZkiGQKqkKNczxNvTTWHQt01xlmXeGLsrfLk6gaN9j0WcJP6qZrZ+YRD18Q/viCmCur5ejQddw0L6x2FILNQpA4zxYgRj13uFqV0AXy7mzgxKZ6OnnPei+yhIIQz root@singlevm1-vm-7da222b4-0a4d-45a7-a8ac-501610751b7f ssh-dss AAAAB3NzaC1kc3MAAACBALV8dF+F9yuPlbYDlN+u6lJNP1Bd70TsNZeUNPOier6nap4XoE3/1k8C0wAcxgpEARUQVhEfrxyhoBbls2zFBbbbCxGWfXhfkJo0r7OlyJ+bTtyjEZm+UzhZvk2ciTqg2zTrHdmbdVSOkLO1pqGPptq0VsCk8ubhPGVNSgUwE//JAAAAFQCvWw8GpkBCu28yMdbG0eG/ercsXQAAAIEAgCMZPYYhs0WP13Li0qzLDrpipyKhmrDe8Jn0/gqX8L7bcJsaZqYQY76IvgJTr/ExwwJG60wGn2sCQ0J8DgA7eQJ/U+pAznwwNutrDorTg5CRZmSF44nbHd/mk23gz58x7kMccHVCuHSAx5aQVm7UuauL4svtOmQW6Q02knbbPGAAAACAaYpSRcqZM+dxA7ACwn98vIgIkKIvfIXePlQNyj5TuJl+O6Im9MjoBWHRlKgMq8uD0bK8y5H3UP+qSxYkmtrEhgvHdTMUDSNEux8OYqDPrCAv212CnsEYW0wNijCU1rDyK2w8xtTAduA+TrFyQoK8diBDSaBfwqHFWqEb5ZtREJ8= root@singlevm1-vm-7da222b4-0a4d-45a7-a8ac-501610751b7f -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.10,24,fe80::f816:3eff:fef9:cae4/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.1 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.10 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-7da222b4-0a4d-45a7-a8ac-501610751b7f launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.45 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-7da222b4-0a4d-45a7-a8ac-501610751b7f login: 2018-07-19 05:12:41,376 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6748750L 2018-07-19 05:12:41,377 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-19 05:12:41,415 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-19 05:12:41,415 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-19 05:12:41,416 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-19 05:12:41,416 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-19 05:12:41,417 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-19 05:12:41,417 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-19 05:12:41,417 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-19 05:12:41,417 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-19 05:12:41,471 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-19 05:12:41,472 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-19 05:12:41,478 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: 3e66449c4ed4df7750227707a8df8b29 2018-07-19 05:12:41,479 - paramiko.transport - DEBUG - Trying discovered key 624fe72a423f546fafbbfdc5139b0ed1 in /tmp/tmpaX7Kjh 2018-07-19 05:12:41,510 - paramiko.transport - DEBUG - userauth is OK 2018-07-19 05:12:41,516 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-19 05:12:41,545 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-19 05:12:41,546 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-19 05:12:41,546 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-19 05:12:41,547 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-19 05:12:41,549 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-19 05:12:41,549 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-19 05:12:41,553 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-19 05:12:41,664 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-19 05:12:41,664 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:43 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-19 05:12:41,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-19 05:12:41,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/d6bc2946-886c-4ca3-a184-179df3859852.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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:44,223 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6bdd7cb1-07dc-424b-b400-cf9b39c502ab Content-Length: 0 Date: Thu, 19 Jul 2018 05:12:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:12:44,223 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/d6bc2946-886c-4ca3-a184-179df3859852.json used request id req-6bdd7cb1-07dc-424b-b400-cf9b39c502ab 2018-07-19 05:12:44,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 2.55070400238s 2018-07-19 05:12:44,223 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/d6bc2946-886c-4ca3-a184-179df3859852.json used request id req-6bdd7cb1-07dc-424b-b400-cf9b39c502ab 2018-07-19 05:12:44,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:12:44,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:44,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4ffea157-a64f-456e-a5b0-0856bb0dd4f2 Date: Thu, 19 Jul 2018 05:12:44 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:12:44,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4ffea157-a64f-456e-a5b0-0856bb0dd4f2 2018-07-19 05:12:44,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0510010719299s 2018-07-19 05:12:44,280 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4ffea157-a64f-456e-a5b0-0856bb0dd4f2 2018-07-19 05:12:44,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-19 05:12:44,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/e3676cef-16d7-445b-9922-b7436d5a127b -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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:44,600 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:12:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-83522230-601e-47bd-828a-7d4abea8cfbd x-compute-request-id: req-83522230-601e-47bd-828a-7d4abea8cfbd Content-Type: application/json 2018-07-19 05:12:44,601 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/e3676cef-16d7-445b-9922-b7436d5a127b used request id req-83522230-601e-47bd-828a-7d4abea8cfbd 2018-07-19 05:12:44,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.319341897964s 2018-07-19 05:12:44,601 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/e3676cef-16d7-445b-9922-b7436d5a127b used request id req-83522230-601e-47bd-828a-7d4abea8cfbd 2018-07-19 05:12:44,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:12:44,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:45,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:12:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b344e5e8-65ee-418f-bef2-139eff64490e x-compute-request-id: req-b344e5e8-65ee-418f-bef2-139eff64490e Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_7da222b4-0a4d-45a7-a8ac-501610751b7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:ca:e4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:ca:e4", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e3676cef-16d7-445b-9922-b7436d5a127b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e3676cef-16d7-445b-9922-b7436d5a127b", "rel": "bookmark"}], "image": {"id": "07802914-22b5-4960-8d58-c054acf928e5", "links": [{"href": "http://172.30.9.28:8774/images/07802914-22b5-4960-8d58-c054acf928e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-19T05:12:33.000000", "flavor": {"id": "6cfa593f-22f7-48e3-b46f-1c355ab7717e", "links": [{"href": "http://172.30.9.28:8774/flavors/6cfa593f-22f7-48e3-b46f-1c355ab7717e", "rel": "bookmark"}]}, "id": "e3676cef-16d7-445b-9922-b7436d5a127b", "security_groups": [{"name": "singlevm1-sg_7da222b4-0a4d-45a7-a8ac-501610751b7f"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:12:44Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7da222b4-0a4d-45a7-a8ac-501610751b7f", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_7da222b4-0a4d-45a7-a8ac-501610751b7f", "created": "2018-07-19T05:12:21Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:12:45,590 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b344e5e8-65ee-418f-bef2-139eff64490e 2018-07-19 05:12:45,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.988636016846s 2018-07-19 05:12:45,591 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b344e5e8-65ee-418f-bef2-139eff64490e 2018-07-19 05:12:45,592 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:12:47,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:12:47,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:47,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:12:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a2d424b7-99d0-40db-b899-edc1e98287a3 x-compute-request-id: req-a2d424b7-99d0-40db-b899-edc1e98287a3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-19 05:12:47,695 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a2d424b7-99d0-40db-b899-edc1e98287a3 2018-07-19 05:12:47,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.100003957748s 2018-07-19 05:12:47,695 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a2d424b7-99d0-40db-b899-edc1e98287a3 2018-07-19 05:12:47,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 05:12:47,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:47,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-b789a921-1216-44ff-98f4-aadb2476b8a8 Date: Thu, 19 Jul 2018 05:12:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:09:50Z", "updated_at": "2018-07-19T05:09:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:50Z", "revision_number": 0, "id": "385e4333-d490-472d-877c-7590ee866f49", "remote_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:50Z", "security_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:50Z", "revision_number": 0, "id": "532643ac-ae9c-4be3-a40c-448f82f8a02c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:50Z", "security_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:50Z", "revision_number": 0, "id": "930f2a47-a438-49af-851a-320638bafffa", "remote_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:50Z", "security_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:50Z", "revision_number": 0, "id": "94764261-ea6c-4037-bf7c-3d53f55c043d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:50Z", "security_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "created_at": "2018-07-19T05:06:52Z", "updated_at": "2018-07-19T05:06:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "63c9d004-5694-4759-9034-3161b8ab244d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "64d486c8-7986-4c0e-aeb2-13eb6578a994", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "71ef01aa-9873-4297-8759-2eb098338d19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "f7a922fc-7f06-48a8-a86c-db41cebc8c3d", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}], "revision_number": 1, "project_id": "808316c313f0491a8efb6e31d026d3bf", "id": "47e151fc-e694-4086-9153-bf07f135f5ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-19T05:09:54Z", "updated_at": "2018-07-19T05:09:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5dfbb6e4-51b5-45e9-acca-6333293a0991", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5e6e49b1-c444-41d3-b528-c11f0bdc015d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "6334658a-3c0e-4b28-9289-c515fac1ee46", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "ce78aad9-cf8d-4bb7-8ff9-c5d3ccbdb693", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "affc9693aa494f85bd7b44b37224f123", "created_at": "2018-07-19T05:10:20Z", "updated_at": "2018-07-19T05:10:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "3deac00c-9089-49df-95a7-247c831c591e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "463003e7-c443-4764-aa83-df4c5c515111", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "82d3332b-c634-4845-81cb-4037aad63ccb", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "cf78999b-902b-4b4b-9f7e-b3d6985dc346", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}], "revision_number": 1, "project_id": "affc9693aa494f85bd7b44b37224f123", "id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "created_at": "2018-07-19T05:11:25Z", "updated_at": "2018-07-19T05:11:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "35269374-6ec3-46a2-bc5d-2f3736e82227", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "51f660e0-8284-4987-95f9-3678f746171c", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "5dc2a2b4-594e-4569-b2f8-af7e28eb6e7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "b859999e-d12f-4ff8-aada-474ee449cdb3", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}], "revision_number": 1, "project_id": "9fd4022c36b148f9b1b686ca283fceac", "id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:12:13Z", "updated_at": "2018-07-19T05:12:15Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:12:15Z", "revision_number": 0, "id": "1f4d4f21-9898-4d2c-af62-a4a95e838a15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:12:15Z", "security_group_id": "f80234a7-0876-4364-8f82-0d1fea02190c", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-19T05:12:15Z", "revision_number": 0, "id": "2cf925a2-2ba8-464f-aafb-aad09ce84ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:12:15Z", "security_group_id": "f80234a7-0876-4364-8f82-0d1fea02190c", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:12:13Z", "revision_number": 0, "id": "3ac8072b-35f4-4022-914f-1b98abb98d3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:12:13Z", "security_group_id": "f80234a7-0876-4364-8f82-0d1fea02190c", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:12:14Z", "revision_number": 0, "id": "cef37b68-f1cb-4c8a-9e9c-5ff472d4cdda", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:12:14Z", "security_group_id": "f80234a7-0876-4364-8f82-0d1fea02190c", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 3, "project_id": "c9003101a9994c308fccde61f611d998", "id": "f80234a7-0876-4364-8f82-0d1fea02190c", "name": "singlevm1-sg_7da222b4-0a4d-45a7-a8ac-501610751b7f"}]} 2018-07-19 05:12:47,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-b789a921-1216-44ff-98f4-aadb2476b8a8 2018-07-19 05:12:47,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.057343006134s 2018-07-19 05:12:47,757 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-b789a921-1216-44ff-98f4-aadb2476b8a8 2018-07-19 05:12:47,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-19 05:12:47,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/f80234a7-0876-4364-8f82-0d1fea02190c.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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:47,925 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-72e09d2e-4f4c-4a60-861a-54f6098044d7 Content-Length: 0 Date: Thu, 19 Jul 2018 05:12:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:12:47,925 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/f80234a7-0876-4364-8f82-0d1fea02190c.json used request id req-72e09d2e-4f4c-4a60-861a-54f6098044d7 2018-07-19 05:12:47,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.163818120956s 2018-07-19 05:12:47,925 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/f80234a7-0876-4364-8f82-0d1fea02190c.json used request id req-72e09d2e-4f4c-4a60-861a-54f6098044d7 2018-07-19 05:12:47,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-19 05:12:47,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/singlevm1-kp_7da222b4-0a4d-45a7-a8ac-501610751b7f -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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:47,977 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:12:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dbd8fc40-5a30-4e3c-bbf6-42170eb521a6 x-compute-request-id: req-dbd8fc40-5a30-4e3c-bbf6-42170eb521a6 Content-Length: 0 Content-Type: application/json 2018-07-19 05:12:47,977 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/singlevm1-kp_7da222b4-0a4d-45a7-a8ac-501610751b7f used request id req-dbd8fc40-5a30-4e3c-bbf6-42170eb521a6 2018-07-19 05:12:47,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0511441230774s 2018-07-19 05:12:47,977 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/singlevm1-kp_7da222b4-0a4d-45a7-a8ac-501610751b7f used request id req-dbd8fc40-5a30-4e3c-bbf6-42170eb521a6 2018-07-19 05:12:47,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-19 05:12:47,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/c358db3e-b936-4c28-aa26-81e0ba4e0218/remove_router_interface.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" -d '{"subnet_id": "4a2d00c2-c8fc-4ab5-8654-01243f6703cc"}' 2018-07-19 05:12:50,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-957182ab-f48d-4cb2-ba31-e2383782f254 Date: Thu, 19 Jul 2018 05:12:50 GMT RESP BODY: {"network_id": "948cb951-62b1-42b5-bec0-93f42f666e44", "tenant_id": "c9003101a9994c308fccde61f611d998", "subnet_id": "4a2d00c2-c8fc-4ab5-8654-01243f6703cc", "subnet_ids": ["4a2d00c2-c8fc-4ab5-8654-01243f6703cc"], "port_id": "341514a6-7ad3-4606-b25f-a133193f0f37", "id": "c358db3e-b936-4c28-aa26-81e0ba4e0218"} 2018-07-19 05:12:50,214 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/c358db3e-b936-4c28-aa26-81e0ba4e0218/remove_router_interface.json used request id req-957182ab-f48d-4cb2-ba31-e2383782f254 2018-07-19 05:12:50,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.23639392853s 2018-07-19 05:12:50,215 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/c358db3e-b936-4c28-aa26-81e0ba4e0218/remove_router_interface.json used request id req-957182ab-f48d-4cb2-ba31-e2383782f254 returning object c358db3e-b936-4c28-aa26-81e0ba4e0218 2018-07-19 05:12:50,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-19 05:12:50,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:50,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 717 X-Openstack-Request-Id: req-a4705ca7-5f5b-45e7-9e99-ae99785c5b9a Date: Thu, 19 Jul 2018 05:12:50 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:12:01Z", "admin_state_up": true, "updated_at": "2018-07-19T05:12:48Z", "project_id": "c9003101a9994c308fccde61f611d998", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "c358db3e-b936-4c28-aa26-81e0ba4e0218", "name": "singlevm1-router_7da222b4-0a4d-45a7-a8ac-501610751b7f"}]} 2018-07-19 05:12:50,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-a4705ca7-5f5b-45e7-9e99-ae99785c5b9a 2018-07-19 05:12:50,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.112874031067s 2018-07-19 05:12:50,328 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-a4705ca7-5f5b-45e7-9e99-ae99785c5b9a 2018-07-19 05:12:50,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-19 05:12:50,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/c358db3e-b936-4c28-aa26-81e0ba4e0218.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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:54,344 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dd17fe3b-db63-48c4-adfb-9d47d8879919 Content-Length: 0 Date: Thu, 19 Jul 2018 05:12:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:12:54,344 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/c358db3e-b936-4c28-aa26-81e0ba4e0218.json used request id req-dd17fe3b-db63-48c4-adfb-9d47d8879919 2018-07-19 05:12:54,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.01456689835s 2018-07-19 05:12:54,345 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/c358db3e-b936-4c28-aa26-81e0ba4e0218.json used request id req-dd17fe3b-db63-48c4-adfb-9d47d8879919 2018-07-19 05:12:54,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 05:12:54,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:54,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1319 X-Openstack-Request-Id: req-f4b200bc-4609-4e86-9624-52627c2662fc Date: Thu, 19 Jul 2018 05:12:54 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4},{"updated_at":"2018-07-19T05:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"4a2d00c2-c8fc-4ab5-8654-01243f6703cc","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"192.168.0.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_7da222b4-0a4d-45a7-a8ac-501610751b7f","enable_dhcp":true,"segment_id":null,"network_id":"948cb951-62b1-42b5-bec0-93f42f666e44","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:12:00Z","ip_version":4}]} 2018-07-19 05:12:54,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-f4b200bc-4609-4e86-9624-52627c2662fc 2018-07-19 05:12:54,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0430672168732s 2018-07-19 05:12:54,389 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-f4b200bc-4609-4e86-9624-52627c2662fc 2018-07-19 05:12:54,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-19 05:12:54,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/4a2d00c2-c8fc-4ab5-8654-01243f6703cc.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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:56,436 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-02a0482d-d7c6-4815-be3e-c3af90450347 Date: Thu, 19 Jul 2018 05:12:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:12:56,437 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/4a2d00c2-c8fc-4ab5-8654-01243f6703cc.json used request id req-02a0482d-d7c6-4815-be3e-c3af90450347 2018-07-19 05:12:56,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.04641890526s 2018-07-19 05:12:56,437 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/4a2d00c2-c8fc-4ab5-8654-01243f6703cc.json used request id req-02a0482d-d7c6-4815-be3e-c3af90450347 2018-07-19 05:12:56,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:12:56,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:56,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-e35f83a7-caab-47f6-bc4a-acac985faa69 Date: Thu, 19 Jul 2018 05:12:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"948cb951-62b1-42b5-bec0-93f42f666e44","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":7,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:12:56Z","qos_policy_id":null,"name":"singlevm1-net_7da222b4-0a4d-45a7-a8ac-501610751b7f","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:11:59Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:12:56,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e35f83a7-caab-47f6-bc4a-acac985faa69 2018-07-19 05:12:56,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0871438980103s 2018-07-19 05:12:56,525 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e35f83a7-caab-47f6-bc4a-acac985faa69 2018-07-19 05:12:56,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-19 05:12:56,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/948cb951-62b1-42b5-bec0-93f42f666e44.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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:57,831 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c3b2c75a-c7e9-4aa6-adeb-fd44003bc9e2 Date: Thu, 19 Jul 2018 05:12:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:12:57,832 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/948cb951-62b1-42b5-bec0-93f42f666e44.json used request id req-c3b2c75a-c7e9-4aa6-adeb-fd44003bc9e2 2018-07-19 05:12:57,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.30530309677s 2018-07-19 05:12:57,832 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/948cb951-62b1-42b5-bec0-93f42f666e44.json used request id req-c3b2c75a-c7e9-4aa6-adeb-fd44003bc9e2 2018-07-19 05:12:57,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:12:57,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:58,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-fc74c225-07b3-42c2-b1dd-363330f38056 Date: Thu, 19 Jul 2018 05:12:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/07802914-22b5-4960-8d58-c054acf928e5/snap", "metadata": {}}], "file": "/v2/images/07802914-22b5-4960-8d58-c054acf928e5/file", "owner": "c9003101a9994c308fccde61f611d998", "id": "07802914-22b5-4960-8d58-c054acf928e5", "size": 12716032, "self": "/v2/images/07802914-22b5-4960-8d58-c054acf928e5", "disk_format": "qcow2", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/07802914-22b5-4960-8d58-c054acf928e5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:12:12Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_7da222b4-0a4d-45a7-a8ac-501610751b7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_7da222b4-0a4d-45a7-a8ac-501610751b7f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T05:12:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:12:58,527 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-fc74c225-07b3-42c2-b1dd-363330f38056 2018-07-19 05:12:58,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.691192865372s 2018-07-19 05:12:58,527 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-fc74c225-07b3-42c2-b1dd-363330f38056 2018-07-19 05:12:58,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-19 05:12:58,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/07802914-22b5-4960-8d58-c054acf928e5 -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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:58,958 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-deecc1ac-6afa-4a6b-bc38-eab1bb2eb1ce Date: Thu, 19 Jul 2018 05:12:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:12:58,958 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/07802914-22b5-4960-8d58-c054acf928e5 used request id req-deecc1ac-6afa-4a6b-bc38-eab1bb2eb1ce 2018-07-19 05:12:58,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.429209947586s 2018-07-19 05:12:58,958 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/07802914-22b5-4960-8d58-c054acf928e5 used request id req-deecc1ac-6afa-4a6b-bc38-eab1bb2eb1ce 2018-07-19 05:12:58,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 05:12:58,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:59,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:12: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-aee476ad-f2cb-42a2-b9c2-d3753327d01c x-compute-request-id: req-aee476ad-f2cb-42a2-b9c2-d3753327d01c Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_7da222b4-0a4d-45a7-a8ac-501610751b7f", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6cfa593f-22f7-48e3-b46f-1c355ab7717e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6cfa593f-22f7-48e3-b46f-1c355ab7717e", "rel": "bookmark"}], "ram": 512, "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": "6cfa593f-22f7-48e3-b46f-1c355ab7717e"}]} 2018-07-19 05:12:59,100 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-aee476ad-f2cb-42a2-b9c2-d3753327d01c 2018-07-19 05:12:59,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.141527891159s 2018-07-19 05:12:59,101 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-aee476ad-f2cb-42a2-b9c2-d3753327d01c 2018-07-19 05:12:59,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-19 05:12:59,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/6cfa593f-22f7-48e3-b46f-1c355ab7717e -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}4e69038793cbff0551bf712617508b09e30088c4" 2018-07-19 05:12:59,144 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:12: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-719cf053-744a-4d5c-86a2-6de964c67c21 x-compute-request-id: req-719cf053-744a-4d5c-86a2-6de964c67c21 Content-Length: 0 Content-Type: application/json 2018-07-19 05:12:59,144 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/6cfa593f-22f7-48e3-b46f-1c355ab7717e used request id req-719cf053-744a-4d5c-86a2-6de964c67c21 2018-07-19 05:12:59,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0417900085449s 2018-07-19 05:12:59,144 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/6cfa593f-22f7-48e3-b46f-1c355ab7717e used request id req-719cf053-744a-4d5c-86a2-6de964c67c21 2018-07-19 05:12:59,194 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-07-19 05:12:59,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 05:12:59,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 05:12:59,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 05:12:59,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 05:12:59,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 05:12:59,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 05:12:59,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 05:12:59,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 05:12:59,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 05:12:59,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 05:12:59,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 05:12:59,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 05:12:59,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 05:12:59,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 05:12:59,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 05:12:59,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 05:12:59,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 05:12:59,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 05:12:59,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 05:12:59,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 05:12:59,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 05:12:59,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 05:12:59,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:12:59,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de924b59-e3d3-411f-9841-b5a451c24e2f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:12:59,241 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-de924b59-e3d3-411f-9841-b5a451c24e2f 2018-07-19 05:12:59,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:12:59,638 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:12:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["FU2TkrKQTfipkbFFViehOQ"], "issued_at": "2018-07-19T05:12:59.000000Z"}} 2018-07-19 05:12:59,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:12:59,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -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}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" 2018-07-19 05:12:59,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-af299116-12fd-48ab-b7e2-fd0fc8c3b45b Date: Thu, 19 Jul 2018 05:12:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:12:59,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-af299116-12fd-48ab-b7e2-fd0fc8c3b45b 2018-07-19 05:12:59,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.280240058899s 2018-07-19 05:12:59,922 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-af299116-12fd-48ab-b7e2-fd0fc8c3b45b 2018-07-19 05:12:59,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:12:59,931 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:12:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-111d5062-6227-4536-9047-234da5e27a9a Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:12:59,931 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-111d5062-6227-4536-9047-234da5e27a9a 2018-07-19 05:12:59,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 05:12:59,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" 2018-07-19 05:13:00,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5159548-5096-478f-8be7-57d457a7a885 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/3cb34abc01814999b9e0de391598d4b9"}, "tags": [], "enabled": true, "id": "3cb34abc01814999b9e0de391598d4b9", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-19 05:13:00,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-d5159548-5096-478f-8be7-57d457a7a885 2018-07-19 05:13:00,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.109221935272s 2018-07-19 05:13:00,041 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-d5159548-5096-478f-8be7-57d457a7a885 2018-07-19 05:13:00,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-19 05:13:00,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/projects -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}}' 2018-07-19 05:13:00,243 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:13:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22686c56-d7ae-44bb-af98-11d5bdc504b1 Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.28:5000/v3/projects/ebeae9b4276145be8661198ea73466db"}, "tags": [], "enabled": true, "id": "ebeae9b4276145be8661198ea73466db", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}} 2018-07-19 05:13:00,243 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-22686c56-d7ae-44bb-af98-11d5bdc504b1 2018-07-19 05:13:00,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.194911003113s 2018-07-19 05:13:00,244 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-22686c56-d7ae-44bb-af98-11d5bdc504b1 2018-07-19 05:13:00,244 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: singlevm2', u'tags': [], 'enabled': True, 'id': u'ebeae9b4276145be8661198ea73466db', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'singlevm2-project_a81b5fa4-03b5-4467-8209-2ab759df6b5b'}) 2018-07-19 05:13:00,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-19 05:13:00,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "56bb2a7d-b90d-4956-9342-e3ba371c85f5", "email": null, "name": "singlevm2-user_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}}' 2018-07-19 05:13:00,677 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:13:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-530565c5-f22d-400b-96b9-ad0acbee17b0 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "links": {"self": "http://172.30.9.28:5000/v3/users/8e999f788a65465b80bff01a04701313"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8e999f788a65465b80bff01a04701313", "domain_id": "default", "password_expires_at": null}} 2018-07-19 05:13:00,677 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-530565c5-f22d-400b-96b9-ad0acbee17b0 2018-07-19 05:13:00,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.42645907402s 2018-07-19 05:13:00,678 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-530565c5-f22d-400b-96b9-ad0acbee17b0 2018-07-19 05:13:00,678 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8e999f788a65465b80bff01a04701313', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_a81b5fa4-03b5-4467-8209-2ab759df6b5b'}) 2018-07-19 05:13:00,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 05:13:00,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" 2018-07-19 05:13:00,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6bd6cba-9b47-47a4-bacf-09dfecc84376 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:13:00,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f6bd6cba-9b47-47a4-bacf-09dfecc84376 2018-07-19 05:13:00,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102369785309s 2018-07-19 05:13:00,785 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f6bd6cba-9b47-47a4-bacf-09dfecc84376 2018-07-19 05:13:00,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 05:13:00,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" 2018-07-19 05:13:00,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76baad02-92df-44d3-9332-4247f80555d6 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:13:00,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-76baad02-92df-44d3-9332-4247f80555d6 2018-07-19 05:13:00,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0982718467712s 2018-07-19 05:13:00,889 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-76baad02-92df-44d3-9332-4247f80555d6 2018-07-19 05:13:00,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 05:13:00,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" 2018-07-19 05:13:01,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bc88dfb-3f8b-46da-aa7a-6970040f0547 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:13:01,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6bc88dfb-3f8b-46da-aa7a-6970040f0547 2018-07-19 05:13:01,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10982298851s 2018-07-19 05:13:01,004 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6bc88dfb-3f8b-46da-aa7a-6970040f0547 2018-07-19 05:13:01,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 05:13:01,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -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}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" 2018-07-19 05:13:01,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f199e84-0c03-4158-881e-5539dbb4635a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-19 05:13:01,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-0f199e84-0c03-4158-881e-5539dbb4635a 2018-07-19 05:13:01,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.119786024094s 2018-07-19 05:13:01,129 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-0f199e84-0c03-4158-881e-5539dbb4635a 2018-07-19 05:13:01,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 05:13:01,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -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}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" 2018-07-19 05:13:01,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0167e39-6c7f-4822-b585-1bb7843114bb Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "singlevm2-user_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "links": {"self": "http://172.30.9.28:5000/v3/users/8e999f788a65465b80bff01a04701313"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8e999f788a65465b80bff01a04701313", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:13:01,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b0167e39-6c7f-4822-b585-1bb7843114bb 2018-07-19 05:13:01,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116497039795s 2018-07-19 05:13:01,246 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b0167e39-6c7f-4822-b585-1bb7843114bb 2018-07-19 05:13:01,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 05:13:01,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -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}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" 2018-07-19 05:13:01,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c76df45-6fe6-4941-aae0-3059f23b25dc Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "id": "c9003101a9994c308fccde61f611d998", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf"}, "tags": [], "enabled": true, "id": "808316c313f0491a8efb6e31d026d3bf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.28:5000/v3/projects/ebeae9b4276145be8661198ea73466db"}, "tags": [], "enabled": true, "id": "ebeae9b4276145be8661198ea73466db", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}]} 2018-07-19 05:13:01,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-5c76df45-6fe6-4941-aae0-3059f23b25dc 2018-07-19 05:13:01,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.104648113251s 2018-07-19 05:13:01,363 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-5c76df45-6fe6-4941-aae0-3059f23b25dc 2018-07-19 05:13:01,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-19 05:13:01,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=8e999f788a65465b80bff01a04701313&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=ebeae9b4276145be8661198ea73466db" -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}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" 2018-07-19 05:13:01,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e57f490a-dd35-4224-ba28-a31318b732d8 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=8e999f788a65465b80bff01a04701313&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=ebeae9b4276145be8661198ea73466db", "previous": null, "next": null}} 2018-07-19 05:13:01,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=8e999f788a65465b80bff01a04701313&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=ebeae9b4276145be8661198ea73466db used request id req-e57f490a-dd35-4224-ba28-a31318b732d8 2018-07-19 05:13:01,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.106575965881s 2018-07-19 05:13:01,478 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=8e999f788a65465b80bff01a04701313&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=ebeae9b4276145be8661198ea73466db used request id req-e57f490a-dd35-4224-ba28-a31318b732d8 2018-07-19 05:13:01,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-19 05:13:01,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/ebeae9b4276145be8661198ea73466db/users/8e999f788a65465b80bff01a04701313/roles/fc9a86fe047a4c4693c8f2b41c772941 -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}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" 2018-07-19 05:13:01,665 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:13:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26b76a04-077a-407d-975f-6679590615e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:13:01,665 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/ebeae9b4276145be8661198ea73466db/users/8e999f788a65465b80bff01a04701313/roles/fc9a86fe047a4c4693c8f2b41c772941 used request id req-26b76a04-077a-407d-975f-6679590615e6 2018-07-19 05:13:01,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.184436798096s 2018-07-19 05:13:01,666 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/ebeae9b4276145be8661198ea73466db/users/8e999f788a65465b80bff01a04701313/roles/fc9a86fe047a4c4693c8f2b41c772941 used request id req-26b76a04-077a-407d-975f-6679590615e6 2018-07-19 05:13:01,666 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_a81b5fa4-03b5-4467-8209-2ab759df6b5b', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'ebeae9b4276145be8661198ea73466db', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '56bb2a7d-b90d-4956-9342-e3ba371c85f5', 'username': u'singlevm2-user_a81b5fa4-03b5-4467-8209-2ab759df6b5b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-19 05:13:01,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 05:13:01,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 05:13:01,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 05:13:01,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 05:13:01,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 05:13:01,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 05:13:01,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 05:13:01,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 05:13:01,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 05:13:01,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 05:13:01,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 05:13:01,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 05:13:01,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 05:13:01,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 05:13:01,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 05:13:01,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 05:13:01,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 05:13:01,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 05:13:01,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 05:13:01,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 05:13:01,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 05:13:01,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 05:13:01,671 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_a81b5fa4-03b5-4467-8209-2ab759df6b5b', 'password': '56bb2a7d-b90d-4956-9342-e3ba371c85f5', 'project_name': 'singlevm2-project_a81b5fa4-03b5-4467-8209-2ab759df6b5b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'ebeae9b4276145be8661198ea73466db', 'project_domain_name': 'Default'} 2018-07-19 05:13:01,671 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-07-19 05:13:01,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:13:01,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ec61e7d-8263-43f0-94f9-611ed45464ba Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:13:01,678 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2ec61e7d-8263-43f0-94f9-611ed45464ba 2018-07-19 05:13:01,679 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:13:02,076 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}], "expires_at": "2018-07-19T06:13:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ebeae9b4276145be8661198ea73466db", "name": "singlevm2-project_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/ebeae9b4276145be8661198ea73466db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/ebeae9b4276145be8661198ea73466db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/ebeae9b4276145be8661198ea73466db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/ebeae9b4276145be8661198ea73466db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/ebeae9b4276145be8661198ea73466db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/ebeae9b4276145be8661198ea73466db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/ebeae9b4276145be8661198ea73466db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/ebeae9b4276145be8661198ea73466db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/ebeae9b4276145be8661198ea73466db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_ebeae9b4276145be8661198ea73466db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_ebeae9b4276145be8661198ea73466db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ebeae9b4276145be8661198ea73466db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/ebeae9b4276145be8661198ea73466db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/ebeae9b4276145be8661198ea73466db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "id": "8e999f788a65465b80bff01a04701313"}, "audit_ids": ["tRn97trZSVSPDS8U_rWxqQ"], "issued_at": "2018-07-19T05:13:02.000000Z"}} 2018-07-19 05:13:02,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-19 05:13:02,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" -d '{"network": {"name": "singlevm2-net_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "admin_state_up": true}}' 2018-07-19 05:13:02,736 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-c0ed02c7-aaad-4c85-bb73-ef2a45dec0c7 Date: Thu, 19 Jul 2018 05:13:02 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"54eb4729-365d-4935-b7a6-4425ba4b48a9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ebeae9b4276145be8661198ea73466db","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:13:02Z","is_default":false,"name":"singlevm2-net_a81b5fa4-03b5-4467-8209-2ab759df6b5b","qos_policy_id":null,"admin_state_up":true,"tenant_id":"ebeae9b4276145be8661198ea73466db","created_at":"2018-07-19T05:13:02Z","mtu":1450}} 2018-07-19 05:13:02,736 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-c0ed02c7-aaad-4c85-bb73-ef2a45dec0c7 2018-07-19 05:13:02,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.657252073288s 2018-07-19 05:13:02,737 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-c0ed02c7-aaad-4c85-bb73-ef2a45dec0c7 2018-07-19 05:13:02,737 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-19T05:13:02Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'54eb4729-365d-4935-b7a6-4425ba4b48a9', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_a81b5fa4-03b5-4467-8209-2ab759df6b5b', u'admin_state_up': True, u'tenant_id': u'ebeae9b4276145be8661198ea73466db', u'created_at': u'2018-07-19T05:13:02Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ebeae9b4276145be8661198ea73466db', u'l2_adjacency': True}) 2018-07-19 05:13:02,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:13:02,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:03,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1230 X-Openstack-Request-Id: req-e33d0d1b-be62-4afe-b0bd-6dea70c72bc0 Date: Thu, 19 Jul 2018 05:13:03 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"54eb4729-365d-4935-b7a6-4425ba4b48a9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ebeae9b4276145be8661198ea73466db","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:13:02Z","qos_policy_id":null,"name":"singlevm2-net_a81b5fa4-03b5-4467-8209-2ab759df6b5b","admin_state_up":true,"tenant_id":"ebeae9b4276145be8661198ea73466db","created_at":"2018-07-19T05:13:02Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:13:03,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e33d0d1b-be62-4afe-b0bd-6dea70c72bc0 2018-07-19 05:13:03,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.296537160873s 2018-07-19 05:13:03,035 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e33d0d1b-be62-4afe-b0bd-6dea70c72bc0 2018-07-19 05:13:03,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-19 05:13:03,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" -d '{"subnet": {"name": "singlevm2-subnet_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "enable_dhcp": true, "network_id": "54eb4729-365d-4935-b7a6-4425ba4b48a9", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-19 05:13:03,928 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 669 X-Openstack-Request-Id: req-94b003bc-2716-419d-9ae9-21e02b477c72 Date: Thu, 19 Jul 2018 05:13:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54eb4729-365d-4935-b7a6-4425ba4b48a9","tenant_id":"ebeae9b4276145be8661198ea73466db","created_at":"2018-07-19T05:13:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T05:13:03Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"ebeae9b4276145be8661198ea73466db","id":"6c9ede67-2d29-4d30-aeeb-98b5a7e72c5b","subnetpool_id":null,"name":"singlevm2-subnet_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}} 2018-07-19 05:13:03,928 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-94b003bc-2716-419d-9ae9-21e02b477c72 2018-07-19 05:13:03,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.892284154892s 2018-07-19 05:13:03,929 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-94b003bc-2716-419d-9ae9-21e02b477c72 2018-07-19 05:13:03,929 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T05:13:03Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'6c9ede67-2d29-4d30-aeeb-98b5a7e72c5b', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_a81b5fa4-03b5-4467-8209-2ab759df6b5b', u'enable_dhcp': True, u'network_id': u'54eb4729-365d-4935-b7a6-4425ba4b48a9', u'tenant_id': u'ebeae9b4276145be8661198ea73466db', u'created_at': u'2018-07-19T05:13:03Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'ebeae9b4276145be8661198ea73466db'}) 2018-07-19 05:13:03,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-19 05:13:03,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" -d '{"router": {"external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c"}, "name": "singlevm2-router_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "admin_state_up": true}}' 2018-07-19 05:13:10,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-1b7bfb03-bdda-463a-87cc-48e74653c406 Date: Thu, 19 Jul 2018 05:13:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:04Z", "admin_state_up": true, "updated_at": "2018-07-19T05:13:05Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "ebeae9b4276145be8661198ea73466db", "id": "fe537474-e337-4183-87b6-4e943bdc5c69", "name": "singlevm2-router_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}} 2018-07-19 05:13:10,009 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-1b7bfb03-bdda-463a-87cc-48e74653c406 2018-07-19 05:13:10,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.0786190033s 2018-07-19 05:13:10,009 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-1b7bfb03-bdda-463a-87cc-48e74653c406 2018-07-19 05:13:10,009 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T05:13:05Z', u'revision_number': 3, u'id': u'fe537474-e337-4183-87b6-4e943bdc5c69', u'external_gateway_info': {u'network_id': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'2c83d5bd-6837-46dc-ba99-edbcdb9eb558', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-router_a81b5fa4-03b5-4467-8209-2ab759df6b5b', u'admin_state_up': True, u'tenant_id': u'ebeae9b4276145be8661198ea73466db', u'created_at': u'2018-07-19T05:13:04Z', u'flavor_id': None, u'routes': [], u'project_id': u'ebeae9b4276145be8661198ea73466db'}) 2018-07-19 05:13:10,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-19 05:13:10,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/fe537474-e337-4183-87b6-4e943bdc5c69/add_router_interface.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" -d '{"subnet_id": "6c9ede67-2d29-4d30-aeeb-98b5a7e72c5b"}' 2018-07-19 05:13:12,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b5c1e50b-3b61-4b2e-8ba4-09033b7a38a3 Date: Thu, 19 Jul 2018 05:13:12 GMT RESP BODY: {"network_id": "54eb4729-365d-4935-b7a6-4425ba4b48a9", "tenant_id": "ebeae9b4276145be8661198ea73466db", "subnet_id": "6c9ede67-2d29-4d30-aeeb-98b5a7e72c5b", "subnet_ids": ["6c9ede67-2d29-4d30-aeeb-98b5a7e72c5b"], "port_id": "651ccfa3-ef53-45d7-a877-f8b5754840bc", "id": "fe537474-e337-4183-87b6-4e943bdc5c69"} 2018-07-19 05:13:12,983 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/fe537474-e337-4183-87b6-4e943bdc5c69/add_router_interface.json used request id req-b5c1e50b-3b61-4b2e-8ba4-09033b7a38a3 2018-07-19 05:13:12,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.97267198563s 2018-07-19 05:13:12,983 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/fe537474-e337-4183-87b6-4e943bdc5c69/add_router_interface.json used request id req-b5c1e50b-3b61-4b2e-8ba4-09033b7a38a3 returning object fe537474-e337-4183-87b6-4e943bdc5c69 2018-07-19 05:13:12,984 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-19 05:13:13,116 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-19 05:13:13,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292 -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-07-19 05:13:13,123 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Thu, 19 Jul 2018 05:13:13 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-19 05:13:13,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:13:13,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:13,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-56e01c86-ae54-4bd8-b0b2-f0fba28c90b0 Date: Thu, 19 Jul 2018 05:13:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:13:13,830 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-56e01c86-ae54-4bd8-b0b2-f0fba28c90b0 2018-07-19 05:13:13,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.702776908875s 2018-07-19 05:13:13,830 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-56e01c86-ae54-4bd8-b0b2-f0fba28c90b0 2018-07-19 05:13:13,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-19 05:13:13,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}' 2018-07-19 05:13:14,593 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/be3fe02d-b077-44e7-9a66-1102d61cba6d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-65a39818-d767-4a30-8f09-8a7fd16fda69 Date: Thu, 19 Jul 2018 05:13:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/be3fe02d-b077-44e7-9a66-1102d61cba6d/file", "owner": "ebeae9b4276145be8661198ea73466db", "id": "be3fe02d-b077-44e7-9a66-1102d61cba6d", "size": null, "self": "/v2/images/be3fe02d-b077-44e7-9a66-1102d61cba6d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:13:14Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "checksum": null, "created_at": "2018-07-19T05:13:14Z", "protected": false} 2018-07-19 05:13:14,593 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-65a39818-d767-4a30-8f09-8a7fd16fda69 2018-07-19 05:13:14,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.755029916763s 2018-07-19 05:13:14,594 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-65a39818-d767-4a30-8f09-8a7fd16fda69 returning object be3fe02d-b077-44e7-9a66-1102d61cba6d 2018-07-19 05:13:14,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-19 05:13:14,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/be3fe02d-b077-44e7-9a66-1102d61cba6d/file -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 "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" -d '' 2018-07-19 05:13:15,708 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-73954f3b-2450-4e82-8ce1-818583c15817 Date: Thu, 19 Jul 2018 05:13:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:13:15,708 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/be3fe02d-b077-44e7-9a66-1102d61cba6d/file used request id req-73954f3b-2450-4e82-8ce1-818583c15817 2018-07-19 05:13:15,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.11359786987s 2018-07-19 05:13:15,709 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/be3fe02d-b077-44e7-9a66-1102d61cba6d/file used request id req-73954f3b-2450-4e82-8ce1-818583c15817 2018-07-19 05:13:15,709 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm2-img_a81b5fa4-03b5-4467-8209-2ab759df6b5b', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-19T05:13:14Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/be3fe02d-b077-44e7-9a66-1102d61cba6d/file', u'owner': u'ebeae9b4276145be8661198ea73466db', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'be3fe02d-b077-44e7-9a66-1102d61cba6d', u'size': None, u'name': u'singlevm2-img_a81b5fa4-03b5-4467-8209-2ab759df6b5b', u'checksum': None, u'self': u'/v2/images/be3fe02d-b077-44e7-9a66-1102d61cba6d', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-19T05:13:14Z', u'schema': u'/v2/schemas/image'}) 2018-07-19 05:13:15,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-19 05:13:15,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-19 05:13:15,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40e3dc64-7a03-4e16-8356-8aeb97ab5f69 x-compute-request-id: req-40e3dc64-7a03-4e16-8356-8aeb97ab5f69 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/58382e84-e9c8-49d4-b58d-6f4f7b6d1313", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/58382e84-e9c8-49d4-b58d-6f4f7b6d1313", "rel": "bookmark"}], "ram": 512, "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": "58382e84-e9c8-49d4-b58d-6f4f7b6d1313"}} 2018-07-19 05:13:15,945 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-40e3dc64-7a03-4e16-8356-8aeb97ab5f69 2018-07-19 05:13:15,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.235915899277s 2018-07-19 05:13:15,946 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-40e3dc64-7a03-4e16-8356-8aeb97ab5f69 2018-07-19 05:13:15,947 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_a81b5fa4-03b5-4467-8209-2ab759df6b5b', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c9003101a9994c308fccde61f611d998', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'58382e84-e9c8-49d4-b58d-6f4f7b6d1313', 'swap': 0}) 2018-07-19 05:13:15,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-19 05:13:15,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/58382e84-e9c8-49d4-b58d-6f4f7b6d1313/os-extra_specs -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" -d '{"extra_specs": {}}' 2018-07-19 05:13:15,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4d1f2229-99b1-499e-9681-f104c1de7f14 x-compute-request-id: req-4d1f2229-99b1-499e-9681-f104c1de7f14 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-19 05:13:15,972 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/58382e84-e9c8-49d4-b58d-6f4f7b6d1313/os-extra_specs used request id req-4d1f2229-99b1-499e-9681-f104c1de7f14 2018-07-19 05:13:15,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.024934053421s 2018-07-19 05:13:15,973 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/58382e84-e9c8-49d4-b58d-6f4f7b6d1313/os-extra_specs used request id req-4d1f2229-99b1-499e-9681-f104c1de7f14 2018-07-19 05:13:15,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-19 05:13:15,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" -d '{"keypair": {"name": "singlevm2-kp_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}}' 2018-07-19 05:13:16,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c44ccc93-3847-4234-ae3e-c0da58858808 x-compute-request-id: req-c44ccc93-3847-4234-ae3e-c0da58858808 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9SSkZ0Fc7xC3Zy/GvCBoH+DbJ+DBYALREB1onoHHk5Ibu/17TrQAbVVm+xxQyqu+opBU3IGm2rALLTkJzXR9kYn3/VpE+oiOTXmsQqzb7aJTuSUWW07Cfz90zVQ5LC25G0zcHEHaiyt1oLqBTSQ5FxADRK6MP8Bioc/YnRwzAGp2yCg5Aa/qOmfqf/eU2WtevRcsQ9EiG10z35Ek/MQ4s8NDrFbtDdbJtcPrhj4ZJdXb3eFiaSX3J0k4MRBSXRd0qMB8CixmEvVGubjlwnki18PqOuJwtIjMI1G5X7ptBiaNmQ6sKnGmyMN0JWjn8ij1lEKfgKaNgcO1cbQ2pGbzj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAvUkpGdBXO8Qt2cvxrwgaB/g2yfgwWAC0RAdaJ6Bx5OSG7v9e\n060AG1VZvscUMqrvqKQVNyBptqwCy05Cc10fZGJ9/1aRPqIjk15rEKs2+2iU7klF\nltOwn8/dM1UOSwtuRtM3BxB2osrdaC6gU0kORcQA0SujD/AYqHP2J0cMwBqdsgoO\nQGv6jpn6n/3lNlrXr0XLEPRIhtdM9+RJPzEOLPDQ6xW7Q3WybXD64Y+GSXV293hY\nmkl9ydJODEQUl0XdKjAfAosZhL1Rrm45cJ5ItfD6jricLSIzCNRuV+6bQYmjZkOr\nCpxpsjDdCVo5/Io9ZRCn4CmjYHDtXG0NqRm84wIDAQABAoIBAFzy7iHk8tFAdpt6\n0IV43v+G3bC0FVlBj0PQsG7BFOynY7M8553eWC0T7mwGal6vHdycJmbZnc+8C+s1\n1N+9nMq4qtKV+eDd0cZuGPkoemleY7PXezqjXRo9AoxQeiJTzKUu1ti7Nuad47dj\nHguH1mBf7V7JpNsQtasSto93DkXOc6rmLwjCCiTR8zNJXxjpNCM7LeTgLtUM0uQ3\nqO+WMiYqI/aE/thtjDhfJAXHC+QAN2RRVHMpfdAZoAoi6Ya4I7VQgXNeQfbp+F2e\nl1BkEeulKW0SJHl8c5Sn7/NljmS6vHueLSNdk+VMdNdy6iJt634O/trBe09p2Oce\nx69Q4AECgYEA5xRyMo35tOZIfX4kEdlMVp4QmRkOF6SylgNhMkU7fhnlTkuWou+r\no7WXZm4PV7tIjGUFXWtZzCSEDKNbElOB4Evy1KPc9r9iQSre67wmItxHkPStUDxZ\n7iFsQfii+HCZ97qIT6x/gTVy/UAnJzlSt2nQpfRAG3knyWAh0S1NaAECgYEA0bLh\nnX/QUm0N/AxqjSshVSteVAe6gXieS69VRu8FOEhnNjA/4CvacGtMZU3Rh6PsQ83l\nstbAFbxY3bTvJxD8LUDYSnNNH/o5Ow8ofSOqc4XTb9ox2VjnF+MZapmDJV4LbEzn\n6ddKPYAw9mTkVyWZ1DFaum0YRcKvQt/FSaPWhOMCgYAyDee+s6pHWSqSpGRDyYIT\nsSF/SEIZNP/KJulC7mQ4qHtXPmBe4vOW/prRAT4pjtPkNW24Eqzc33wLEMeFbLlR\nUKJFFUmj2Uj7PMIU5iiMnJKT/6wbGTeRsYO1tpn2ns17L9ifCYqE/oLuAJt6j5wv\nRqh/iizoxpGruTsaCGogAQKBgEADYUgZClj/HXPBvo0Vi3laYdM5AMAhOAFWpque\nr3M89vTdycH+4RHMT2flV38WlTslkWcEk2KPOnmDkDXWw4R09RHVHMgUNIBI4k1B\nI/lb8u2EKA93SiRKmSmnbxdrHAWVfH4v0GPxzACLUAEiY1EZN98NConRIntBoBIY\nx5WNAoGAGfsHR1Fjgb91FxCee+pAsNdIxluumM0c/VJKa9w3G82tYrgp9uUG0xCK\n5JksqHcwFHpG3n6wG84P1JJWi1HAfj/GG6dNT1u4hO419FDFqETMvZ+3tRB9onAn\nlABnWyAkPtZsIGhmj7C976861gTvVmsqiOQg99K8n3mAK0p9VaE=\n-----END RSA PRIVATE KEY-----\n", "user_id": "8e999f788a65465b80bff01a04701313", "name": "singlevm2-kp_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "fingerprint": "42:e6:a3:66:d7:6f:12:70:60:02:29:be:48:2d:17:41"}} 2018-07-19 05:13:16,435 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-c44ccc93-3847-4234-ae3e-c0da58858808 2018-07-19 05:13:16,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.461892127991s 2018-07-19 05:13:16,435 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-c44ccc93-3847-4234-ae3e-c0da58858808 2018-07-19 05:13:16,436 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9SSkZ0Fc7xC3Zy/GvCBoH+DbJ+DBYALREB1onoHHk5Ibu/17TrQAbVVm+xxQyqu+opBU3IGm2rALLTkJzXR9kYn3/VpE+oiOTXmsQqzb7aJTuSUWW07Cfz90zVQ5LC25G0zcHEHaiyt1oLqBTSQ5FxADRK6MP8Bioc/YnRwzAGp2yCg5Aa/qOmfqf/eU2WtevRcsQ9EiG10z35Ek/MQ4s8NDrFbtDdbJtcPrhj4ZJdXb3eFiaSX3J0k4MRBSXRd0qMB8CixmEvVGubjlwnki18PqOuJwtIjMI1G5X7ptBiaNmQ6sKnGmyMN0JWjn8ij1lEKfgKaNgcO1cbQ2pGbzj Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAvUkpGdBXO8Qt2cvxrwgaB/g2yfgwWAC0RAdaJ6Bx5OSG7v9e\n060AG1VZvscUMqrvqKQVNyBptqwCy05Cc10fZGJ9/1aRPqIjk15rEKs2+2iU7klF\nltOwn8/dM1UOSwtuRtM3BxB2osrdaC6gU0kORcQA0SujD/AYqHP2J0cMwBqdsgoO\nQGv6jpn6n/3lNlrXr0XLEPRIhtdM9+RJPzEOLPDQ6xW7Q3WybXD64Y+GSXV293hY\nmkl9ydJODEQUl0XdKjAfAosZhL1Rrm45cJ5ItfD6jricLSIzCNRuV+6bQYmjZkOr\nCpxpsjDdCVo5/Io9ZRCn4CmjYHDtXG0NqRm84wIDAQABAoIBAFzy7iHk8tFAdpt6\n0IV43v+G3bC0FVlBj0PQsG7BFOynY7M8553eWC0T7mwGal6vHdycJmbZnc+8C+s1\n1N+9nMq4qtKV+eDd0cZuGPkoemleY7PXezqjXRo9AoxQeiJTzKUu1ti7Nuad47dj\nHguH1mBf7V7JpNsQtasSto93DkXOc6rmLwjCCiTR8zNJXxjpNCM7LeTgLtUM0uQ3\nqO+WMiYqI/aE/thtjDhfJAXHC+QAN2RRVHMpfdAZoAoi6Ya4I7VQgXNeQfbp+F2e\nl1BkEeulKW0SJHl8c5Sn7/NljmS6vHueLSNdk+VMdNdy6iJt634O/trBe09p2Oce\nx69Q4AECgYEA5xRyMo35tOZIfX4kEdlMVp4QmRkOF6SylgNhMkU7fhnlTkuWou+r\no7WXZm4PV7tIjGUFXWtZzCSEDKNbElOB4Evy1KPc9r9iQSre67wmItxHkPStUDxZ\n7iFsQfii+HCZ97qIT6x/gTVy/UAnJzlSt2nQpfRAG3knyWAh0S1NaAECgYEA0bLh\nnX/QUm0N/AxqjSshVSteVAe6gXieS69VRu8FOEhnNjA/4CvacGtMZU3Rh6PsQ83l\nstbAFbxY3bTvJxD8LUDYSnNNH/o5Ow8ofSOqc4XTb9ox2VjnF+MZapmDJV4LbEzn\n6ddKPYAw9mTkVyWZ1DFaum0YRcKvQt/FSaPWhOMCgYAyDee+s6pHWSqSpGRDyYIT\nsSF/SEIZNP/KJulC7mQ4qHtXPmBe4vOW/prRAT4pjtPkNW24Eqzc33wLEMeFbLlR\nUKJFFUmj2Uj7PMIU5iiMnJKT/6wbGTeRsYO1tpn2ns17L9ifCYqE/oLuAJt6j5wv\nRqh/iizoxpGruTsaCGogAQKBgEADYUgZClj/HXPBvo0Vi3laYdM5AMAhOAFWpque\nr3M89vTdycH+4RHMT2flV38WlTslkWcEk2KPOnmDkDXWw4R09RHVHMgUNIBI4k1B\nI/lb8u2EKA93SiRKmSmnbxdrHAWVfH4v0GPxzACLUAEiY1EZN98NConRIntBoBIY\nx5WNAoGAGfsHR1Fjgb91FxCee+pAsNdIxluumM0c/VJKa9w3G82tYrgp9uUG0xCK\n5JksqHcwFHpG3n6wG84P1JJWi1HAfj/GG6dNT1u4hO419FDFqETMvZ+3tRB9onAn\nlABnWyAkPtZsIGhmj7C976861gTvVmsqiOQg99K8n3mAK0p9VaE=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'8e999f788a65465b80bff01a04701313', 'name': u'singlevm2-kp_a81b5fa4-03b5-4467-8209-2ab759df6b5b', 'created_at': '2018-07-19T05:13:16.436510', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ebeae9b4276145be8661198ea73466db', 'name': 'singlevm2-project_a81b5fa4-03b5-4467-8209-2ab759df6b5b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'42:e6:a3:66:d7:6f:12:70:60:02:29:be:48:2d:17:41', 'type': 'ssh', 'id': u'singlevm2-kp_a81b5fa4-03b5-4467-8209-2ab759df6b5b'}) 2018-07-19 05:13:16,437 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAvUkpGdBXO8Qt2cvxrwgaB/g2yfgwWAC0RAdaJ6Bx5OSG7v9e 060AG1VZvscUMqrvqKQVNyBptqwCy05Cc10fZGJ9/1aRPqIjk15rEKs2+2iU7klF ltOwn8/dM1UOSwtuRtM3BxB2osrdaC6gU0kORcQA0SujD/AYqHP2J0cMwBqdsgoO QGv6jpn6n/3lNlrXr0XLEPRIhtdM9+RJPzEOLPDQ6xW7Q3WybXD64Y+GSXV293hY mkl9ydJODEQUl0XdKjAfAosZhL1Rrm45cJ5ItfD6jricLSIzCNRuV+6bQYmjZkOr CpxpsjDdCVo5/Io9ZRCn4CmjYHDtXG0NqRm84wIDAQABAoIBAFzy7iHk8tFAdpt6 0IV43v+G3bC0FVlBj0PQsG7BFOynY7M8553eWC0T7mwGal6vHdycJmbZnc+8C+s1 1N+9nMq4qtKV+eDd0cZuGPkoemleY7PXezqjXRo9AoxQeiJTzKUu1ti7Nuad47dj HguH1mBf7V7JpNsQtasSto93DkXOc6rmLwjCCiTR8zNJXxjpNCM7LeTgLtUM0uQ3 qO+WMiYqI/aE/thtjDhfJAXHC+QAN2RRVHMpfdAZoAoi6Ya4I7VQgXNeQfbp+F2e l1BkEeulKW0SJHl8c5Sn7/NljmS6vHueLSNdk+VMdNdy6iJt634O/trBe09p2Oce x69Q4AECgYEA5xRyMo35tOZIfX4kEdlMVp4QmRkOF6SylgNhMkU7fhnlTkuWou+r o7WXZm4PV7tIjGUFXWtZzCSEDKNbElOB4Evy1KPc9r9iQSre67wmItxHkPStUDxZ 7iFsQfii+HCZ97qIT6x/gTVy/UAnJzlSt2nQpfRAG3knyWAh0S1NaAECgYEA0bLh nX/QUm0N/AxqjSshVSteVAe6gXieS69VRu8FOEhnNjA/4CvacGtMZU3Rh6PsQ83l stbAFbxY3bTvJxD8LUDYSnNNH/o5Ow8ofSOqc4XTb9ox2VjnF+MZapmDJV4LbEzn 6ddKPYAw9mTkVyWZ1DFaum0YRcKvQt/FSaPWhOMCgYAyDee+s6pHWSqSpGRDyYIT sSF/SEIZNP/KJulC7mQ4qHtXPmBe4vOW/prRAT4pjtPkNW24Eqzc33wLEMeFbLlR UKJFFUmj2Uj7PMIU5iiMnJKT/6wbGTeRsYO1tpn2ns17L9ifCYqE/oLuAJt6j5wv Rqh/iizoxpGruTsaCGogAQKBgEADYUgZClj/HXPBvo0Vi3laYdM5AMAhOAFWpque r3M89vTdycH+4RHMT2flV38WlTslkWcEk2KPOnmDkDXWw4R09RHVHMgUNIBI4k1B I/lb8u2EKA93SiRKmSmnbxdrHAWVfH4v0GPxzACLUAEiY1EZN98NConRIntBoBIY x5WNAoGAGfsHR1Fjgb91FxCee+pAsNdIxluumM0c/VJKa9w3G82tYrgp9uUG0xCK 5JksqHcwFHpG3n6wG84P1JJWi1HAfj/GG6dNT1u4hO419FDFqETMvZ+3tRB9onAn lABnWyAkPtZsIGhmj7C976861gTvVmsqiOQg99K8n3mAK0p9VaE= -----END RSA PRIVATE KEY----- 2018-07-19 05:13:16,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-19 05:13:16,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-groups.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" -d '{"security_group": {"name": "singlevm2-sg_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-07-19 05:13:16,853 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-dc49eeac-c035-426c-b46a-d2ccd19d26d4 Date: Thu, 19 Jul 2018 05:13:16 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:16Z", "updated_at": "2018-07-19T05:13:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:16Z", "revision_number": 0, "id": "0da44a2e-ea70-4564-b659-be0641c18f03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:16Z", "security_group_id": "a3034f20-c983-4aef-b430-68d5b17c5c22", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:16Z", "revision_number": 0, "id": "97c4ecf2-7793-4b93-af76-66f16dd0f065", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:16Z", "security_group_id": "a3034f20-c983-4aef-b430-68d5b17c5c22", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}], "revision_number": 1, "project_id": "ebeae9b4276145be8661198ea73466db", "id": "a3034f20-c983-4aef-b430-68d5b17c5c22", "name": "singlevm2-sg_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}} 2018-07-19 05:13:16,853 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-dc49eeac-c035-426c-b46a-d2ccd19d26d4 2018-07-19 05:13:16,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.413495063782s 2018-07-19 05:13:16,853 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-dc49eeac-c035-426c-b46a-d2ccd19d26d4 2018-07-19 05:13:16,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 05:13:16,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.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}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:17,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-ea954187-5420-4d35-81a4-0f4f122c87ae Date: Thu, 19 Jul 2018 05:13:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:02Z", "updated_at": "2018-07-19T05:13:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "19e0ba86-2daf-4812-b294-e615ea5d7540", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "2019f6e7-edd3-4ac3-8b52-b97765ee45fe", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "3992806e-86c8-4b56-8e7a-69f22ab17407", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "487dfc0c-0818-4584-b9df-5119d08d42a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}], "revision_number": 1, "project_id": "ebeae9b4276145be8661198ea73466db", "id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:16Z", "updated_at": "2018-07-19T05:13:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:16Z", "revision_number": 0, "id": "0da44a2e-ea70-4564-b659-be0641c18f03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:16Z", "security_group_id": "a3034f20-c983-4aef-b430-68d5b17c5c22", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:16Z", "revision_number": 0, "id": "97c4ecf2-7793-4b93-af76-66f16dd0f065", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:16Z", "security_group_id": "a3034f20-c983-4aef-b430-68d5b17c5c22", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}], "revision_number": 1, "project_id": "ebeae9b4276145be8661198ea73466db", "id": "a3034f20-c983-4aef-b430-68d5b17c5c22", "name": "singlevm2-sg_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}]} 2018-07-19 05:13:17,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-ea954187-5420-4d35-81a4-0f4f122c87ae 2018-07-19 05:13:17,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.244801044464s 2018-07-19 05:13:17,103 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-ea954187-5420-4d35-81a4-0f4f122c87ae 2018-07-19 05:13:17,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-19 05:13:17,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "a3034f20-c983-4aef-b430-68d5b17c5c22"}}' 2018-07-19 05:13:17,463 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-f3bd62f2-4e4b-4097-bc7e-2d7c8eb36807 Date: Thu, 19 Jul 2018 05:13:17 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-19T05:13:17Z", "security_group_id": "a3034f20-c983-4aef-b430-68d5b17c5c22", "port_range_min": 22, "revision_number": 0, "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:17Z", "project_id": "ebeae9b4276145be8661198ea73466db", "id": "79f4c59a-cca3-4feb-873d-73b7d2e41bbc"}} 2018-07-19 05:13:17,463 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-f3bd62f2-4e4b-4097-bc7e-2d7c8eb36807 2018-07-19 05:13:17,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.357334852219s 2018-07-19 05:13:17,464 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-f3bd62f2-4e4b-4097-bc7e-2d7c8eb36807 2018-07-19 05:13:17,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 05:13:17,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.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}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:17,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-53f7913b-cdc8-4017-a502-3ea7ec7452da Date: Thu, 19 Jul 2018 05:13:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:02Z", "updated_at": "2018-07-19T05:13:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "19e0ba86-2daf-4812-b294-e615ea5d7540", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "2019f6e7-edd3-4ac3-8b52-b97765ee45fe", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "3992806e-86c8-4b56-8e7a-69f22ab17407", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "487dfc0c-0818-4584-b9df-5119d08d42a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}], "revision_number": 1, "project_id": "ebeae9b4276145be8661198ea73466db", "id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:16Z", "updated_at": "2018-07-19T05:13:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:16Z", "revision_number": 0, "id": "0da44a2e-ea70-4564-b659-be0641c18f03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:16Z", "security_group_id": "a3034f20-c983-4aef-b430-68d5b17c5c22", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-19T05:13:17Z", "revision_number": 0, "id": "79f4c59a-cca3-4feb-873d-73b7d2e41bbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:17Z", "security_group_id": "a3034f20-c983-4aef-b430-68d5b17c5c22", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:16Z", "revision_number": 0, "id": "97c4ecf2-7793-4b93-af76-66f16dd0f065", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:16Z", "security_group_id": "a3034f20-c983-4aef-b430-68d5b17c5c22", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}], "revision_number": 2, "project_id": "ebeae9b4276145be8661198ea73466db", "id": "a3034f20-c983-4aef-b430-68d5b17c5c22", "name": "singlevm2-sg_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}]} 2018-07-19 05:13:17,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-53f7913b-cdc8-4017-a502-3ea7ec7452da 2018-07-19 05:13:17,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.262428045273s 2018-07-19 05:13:17,730 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-53f7913b-cdc8-4017-a502-3ea7ec7452da 2018-07-19 05:13:17,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-19 05:13:17,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "a3034f20-c983-4aef-b430-68d5b17c5c22"}}' 2018-07-19 05:13:18,068 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-21cf63d8-c810-44f8-8a1d-51997c903628 Date: Thu, 19 Jul 2018 05:13:18 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:13:18Z", "security_group_id": "a3034f20-c983-4aef-b430-68d5b17c5c22", "port_range_min": null, "revision_number": 0, "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:18Z", "project_id": "ebeae9b4276145be8661198ea73466db", "id": "95355309-896a-4891-a623-04eeedf917f2"}} 2018-07-19 05:13:18,069 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-21cf63d8-c810-44f8-8a1d-51997c903628 2018-07-19 05:13:18,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.334616184235s 2018-07-19 05:13:18,069 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-21cf63d8-c810-44f8-8a1d-51997c903628 2018-07-19 05:13:18,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:13:18,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:18,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-288f944a-76f0-45d7-95eb-cba09688bab9 Date: Thu, 19 Jul 2018 05:13:18 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"54eb4729-365d-4935-b7a6-4425ba4b48a9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ebeae9b4276145be8661198ea73466db","l2_adjacency":true,"status":"ACTIVE","subnets":["6c9ede67-2d29-4d30-aeeb-98b5a7e72c5b"],"description":"","tags":[],"updated_at":"2018-07-19T05:13:03Z","qos_policy_id":null,"name":"singlevm2-net_a81b5fa4-03b5-4467-8209-2ab759df6b5b","admin_state_up":true,"tenant_id":"ebeae9b4276145be8661198ea73466db","created_at":"2018-07-19T05:13:02Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:13:18,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-288f944a-76f0-45d7-95eb-cba09688bab9 2018-07-19 05:13:18,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.296848058701s 2018-07-19 05:13:18,368 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-288f944a-76f0-45d7-95eb-cba09688bab9 2018-07-19 05:13:18,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:13:18,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:18,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-c562e4a3-676e-4cb7-a584-0565d82b982f Date: Thu, 19 Jul 2018 05:13:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/be3fe02d-b077-44e7-9a66-1102d61cba6d/snap", "metadata": {}}], "file": "/v2/images/be3fe02d-b077-44e7-9a66-1102d61cba6d/file", "owner": "ebeae9b4276145be8661198ea73466db", "id": "be3fe02d-b077-44e7-9a66-1102d61cba6d", "size": 12716032, "self": "/v2/images/be3fe02d-b077-44e7-9a66-1102d61cba6d", "disk_format": "qcow2", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/be3fe02d-b077-44e7-9a66-1102d61cba6d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:13:15Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T05:13:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:13:18,594 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c562e4a3-676e-4cb7-a584-0565d82b982f 2018-07-19 05:13:18,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.220569849014s 2018-07-19 05:13:18,594 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c562e4a3-676e-4cb7-a584-0565d82b982f 2018-07-19 05:13:18,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 05:13:18,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -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}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:18,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-658047e3-74d8-4337-ac9b-278b081f611f x-compute-request-id: req-658047e3-74d8-4337-ac9b-278b081f611f Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/58382e84-e9c8-49d4-b58d-6f4f7b6d1313", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/58382e84-e9c8-49d4-b58d-6f4f7b6d1313", "rel": "bookmark"}], "ram": 512, "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": "58382e84-e9c8-49d4-b58d-6f4f7b6d1313"}]} 2018-07-19 05:13:18,737 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-658047e3-74d8-4337-ac9b-278b081f611f 2018-07-19 05:13:18,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.14080286026s 2018-07-19 05:13:18,737 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-658047e3-74d8-4337-ac9b-278b081f611f 2018-07-19 05:13:18,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-19 05:13:18,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" -d '{"server": {"name": "singlevm2-vm_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "imageRef": "be3fe02d-b077-44e7-9a66-1102d61cba6d", "key_name": "singlevm2-kp_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "flavorRef": "58382e84-e9c8-49d4-b58d-6f4f7b6d1313", "max_count": 1, "min_count": 1, "networks": [{"uuid": "54eb4729-365d-4935-b7a6-4425ba4b48a9"}], "security_groups": [{"name": "a3034f20-c983-4aef-b430-68d5b17c5c22"}]}}' 2018-07-19 05:13:22,586 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:13:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1f5aaa20-7be7-4f1b-ab06-222950a91fe8 x-compute-request-id: req-1f5aaa20-7be7-4f1b-ab06-222950a91fe8 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "a3034f20-c983-4aef-b430-68d5b17c5c22"}], "OS-DCF:diskConfig": "MANUAL", "id": "e731f214-8653-47c0-a9c8-940d8c2b6f5c", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c", "rel": "bookmark"}], "adminPass": "GLiAWTW2NjGV"}} 2018-07-19 05:13:22,586 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-1f5aaa20-7be7-4f1b-ab06-222950a91fe8 2018-07-19 05:13:22,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.84757781029s 2018-07-19 05:13:22,587 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-1f5aaa20-7be7-4f1b-ab06-222950a91fe8 2018-07-19 05:13:22,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:13:22,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:23,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13: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-ee6d7f4d-a07f-4c28-85df-df02c9c28a91 x-compute-request-id: req-ee6d7f4d-a07f-4c28-85df-df02c9c28a91 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c", "rel": "bookmark"}], "image": {"id": "be3fe02d-b077-44e7-9a66-1102d61cba6d", "links": [{"href": "http://172.30.9.28:8774/images/be3fe02d-b077-44e7-9a66-1102d61cba6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58382e84-e9c8-49d4-b58d-6f4f7b6d1313", "links": [{"href": "http://172.30.9.28:8774/flavors/58382e84-e9c8-49d4-b58d-6f4f7b6d1313", "rel": "bookmark"}]}, "id": "e731f214-8653-47c0-a9c8-940d8c2b6f5c", "user_id": "8e999f788a65465b80bff01a04701313", "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-07-19T05:13:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "name": "singlevm2-vm_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "created": "2018-07-19T05:13:22Z", "tenant_id": "ebeae9b4276145be8661198ea73466db", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:13:23,078 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ee6d7f4d-a07f-4c28-85df-df02c9c28a91 2018-07-19 05:13:23,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.490502119064s 2018-07-19 05:13:23,079 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ee6d7f4d-a07f-4c28-85df-df02c9c28a91 2018-07-19 05:13:23,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:13:23,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:23,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-ec7ec210-65c0-41ca-a6a6-ec6bf9f82ec1 Date: Thu, 19 Jul 2018 05:13:23 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"54eb4729-365d-4935-b7a6-4425ba4b48a9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ebeae9b4276145be8661198ea73466db","l2_adjacency":true,"status":"ACTIVE","subnets":["6c9ede67-2d29-4d30-aeeb-98b5a7e72c5b"],"description":"","tags":[],"updated_at":"2018-07-19T05:13:03Z","qos_policy_id":null,"name":"singlevm2-net_a81b5fa4-03b5-4467-8209-2ab759df6b5b","admin_state_up":true,"tenant_id":"ebeae9b4276145be8661198ea73466db","created_at":"2018-07-19T05:13:02Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:13:23,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ec7ec210-65c0-41ca-a6a6-ec6bf9f82ec1 2018-07-19 05:13:23,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110862016678s 2018-07-19 05:13:23,197 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ec7ec210-65c0-41ca-a6a6-ec6bf9f82ec1 2018-07-19 05:13:23,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 05:13:23,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:23,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-ece990e3-af87-4de1-9792-fae085cdb046 Date: Thu, 19 Jul 2018 05:13:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54eb4729-365d-4935-b7a6-4425ba4b48a9","tenant_id":"ebeae9b4276145be8661198ea73466db","created_at":"2018-07-19T05:13:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T05:13:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"ebeae9b4276145be8661198ea73466db","id":"6c9ede67-2d29-4d30-aeeb-98b5a7e72c5b","subnetpool_id":null,"name":"singlevm2-subnet_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}]} 2018-07-19 05:13:23,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-ece990e3-af87-4de1-9792-fae085cdb046 2018-07-19 05:13:23,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0520582199097s 2018-07-19 05:13:23,250 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-ece990e3-af87-4de1-9792-fae085cdb046 2018-07-19 05:13:23,251 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:13:25,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:13:25,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:26,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d45a2f0b-38e7-4d4a-9e13-aca5f5f1c7e9 x-compute-request-id: req-d45a2f0b-38e7-4d4a-9e13-aca5f5f1c7e9 Content-Encoding: gzip Content-Length: 640 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c", "rel": "bookmark"}], "image": {"id": "be3fe02d-b077-44e7-9a66-1102d61cba6d", "links": [{"href": "http://172.30.9.28:8774/images/be3fe02d-b077-44e7-9a66-1102d61cba6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58382e84-e9c8-49d4-b58d-6f4f7b6d1313", "links": [{"href": "http://172.30.9.28:8774/flavors/58382e84-e9c8-49d4-b58d-6f4f7b6d1313", "rel": "bookmark"}]}, "id": "e731f214-8653-47c0-a9c8-940d8c2b6f5c", "user_id": "8e999f788a65465b80bff01a04701313", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:13:25Z", "hostId": "2d271b4178ee6b71d245a0c85a77515994c95881b9ce9d1fd39afdd3", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "name": "singlevm2-vm_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "created": "2018-07-19T05:13:22Z", "tenant_id": "ebeae9b4276145be8661198ea73466db", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:13:26,384 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d45a2f0b-38e7-4d4a-9e13-aca5f5f1c7e9 2018-07-19 05:13:26,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13125395775s 2018-07-19 05:13:26,385 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d45a2f0b-38e7-4d4a-9e13-aca5f5f1c7e9 2018-07-19 05:13:26,389 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:13:28,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:13:28,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:29,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02d8dcb0-1d56-406f-a50d-98feaae131fe x-compute-request-id: req-02d8dcb0-1d56-406f-a50d-98feaae131fe Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c", "rel": "bookmark"}], "image": {"id": "be3fe02d-b077-44e7-9a66-1102d61cba6d", "links": [{"href": "http://172.30.9.28:8774/images/be3fe02d-b077-44e7-9a66-1102d61cba6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58382e84-e9c8-49d4-b58d-6f4f7b6d1313", "links": [{"href": "http://172.30.9.28:8774/flavors/58382e84-e9c8-49d4-b58d-6f4f7b6d1313", "rel": "bookmark"}]}, "id": "e731f214-8653-47c0-a9c8-940d8c2b6f5c", "security_groups": [{"name": "singlevm2-sg_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}], "user_id": "8e999f788a65465b80bff01a04701313", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:13:25Z", "hostId": "2d271b4178ee6b71d245a0c85a77515994c95881b9ce9d1fd39afdd3", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "name": "singlevm2-vm_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "created": "2018-07-19T05:13:22Z", "tenant_id": "ebeae9b4276145be8661198ea73466db", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:13:29,848 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-02d8dcb0-1d56-406f-a50d-98feaae131fe 2018-07-19 05:13:29,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.45671486855s 2018-07-19 05:13:29,849 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-02d8dcb0-1d56-406f-a50d-98feaae131fe 2018-07-19 05:13:29,852 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:13:31,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:13:31,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:33,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f437f33-2f7e-4004-9c6b-5321dd8c5140 x-compute-request-id: req-4f437f33-2f7e-4004-9c6b-5321dd8c5140 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_a81b5fa4-03b5-4467-8209-2ab759df6b5b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:d2:56", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c", "rel": "bookmark"}], "image": {"id": "be3fe02d-b077-44e7-9a66-1102d61cba6d", "links": [{"href": "http://172.30.9.28:8774/images/be3fe02d-b077-44e7-9a66-1102d61cba6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:13:30.000000", "flavor": {"id": "58382e84-e9c8-49d4-b58d-6f4f7b6d1313", "links": [{"href": "http://172.30.9.28:8774/flavors/58382e84-e9c8-49d4-b58d-6f4f7b6d1313", "rel": "bookmark"}]}, "id": "e731f214-8653-47c0-a9c8-940d8c2b6f5c", "security_groups": [{"name": "singlevm2-sg_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}], "user_id": "8e999f788a65465b80bff01a04701313", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:13:31Z", "hostId": "2d271b4178ee6b71d245a0c85a77515994c95881b9ce9d1fd39afdd3", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "name": "singlevm2-vm_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "created": "2018-07-19T05:13:22Z", "tenant_id": "ebeae9b4276145be8661198ea73466db", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:13:33,000 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4f437f33-2f7e-4004-9c6b-5321dd8c5140 2018-07-19 05:13:33,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14471483231s 2018-07-19 05:13:33,000 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4f437f33-2f7e-4004-9c6b-5321dd8c5140 2018-07-19 05:13:33,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:13:33,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=e731f214-8653-47c0-a9c8-940d8c2b6f5c" -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}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:33,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-7bd30d91-b84f-4eed-b27a-1e827288db1e Date: Thu, 19 Jul 2018 05:13:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:13:30Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c9ede67-2d29-4d30-aeeb-98b5a7e72c5b","ip_address":"192.168.0.7"}],"id":"7afb6975-6120-48c0-9ccf-069d4dd309a3","security_groups":["a3034f20-c983-4aef-b430-68d5b17c5c22"],"mac_address":"fa:16:3e:e1:d2:56","project_id":"ebeae9b4276145be8661198ea73466db","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"54eb4729-365d-4935-b7a6-4425ba4b48a9","tenant_id":"ebeae9b4276145be8661198ea73466db","created_at":"2018-07-19T05:13:26Z","binding:vnic_type":"normal","device_id":"e731f214-8653-47c0-a9c8-940d8c2b6f5c","ip_allocation":"immediate"}]} 2018-07-19 05:13:33,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=e731f214-8653-47c0-a9c8-940d8c2b6f5c used request id req-7bd30d91-b84f-4eed-b27a-1e827288db1e 2018-07-19 05:13:33,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.334789991379s 2018-07-19 05:13:33,340 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=e731f214-8653-47c0-a9c8-940d8c2b6f5c used request id req-7bd30d91-b84f-4eed-b27a-1e827288db1e 2018-07-19 05:13:33,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:13:33,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=7afb6975-6120-48c0-9ccf-069d4dd309a3" -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}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:33,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-983cebcc-4fc9-4e75-9622-a7bc65b33e31 Date: Thu, 19 Jul 2018 05:13:33 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:13:33,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=7afb6975-6120-48c0-9ccf-069d4dd309a3 used request id req-983cebcc-4fc9-4e75-9622-a7bc65b33e31 2018-07-19 05:13:33,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.266918897629s 2018-07-19 05:13:33,612 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=7afb6975-6120-48c0-9ccf-069d4dd309a3 used request id req-983cebcc-4fc9-4e75-9622-a7bc65b33e31 2018-07-19 05:13:33,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:13:33,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:34,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13: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-49df7990-703b-4804-bd29-2c921716f3a8 x-compute-request-id: req-49df7990-703b-4804-bd29-2c921716f3a8 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_a81b5fa4-03b5-4467-8209-2ab759df6b5b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:d2:56", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c", "rel": "bookmark"}], "image": {"id": "be3fe02d-b077-44e7-9a66-1102d61cba6d", "links": [{"href": "http://172.30.9.28:8774/images/be3fe02d-b077-44e7-9a66-1102d61cba6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:13:30.000000", "flavor": {"id": "58382e84-e9c8-49d4-b58d-6f4f7b6d1313", "links": [{"href": "http://172.30.9.28:8774/flavors/58382e84-e9c8-49d4-b58d-6f4f7b6d1313", "rel": "bookmark"}]}, "id": "e731f214-8653-47c0-a9c8-940d8c2b6f5c", "security_groups": [{"name": "singlevm2-sg_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}], "user_id": "8e999f788a65465b80bff01a04701313", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:13:31Z", "hostId": "2d271b4178ee6b71d245a0c85a77515994c95881b9ce9d1fd39afdd3", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "name": "singlevm2-vm_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "created": "2018-07-19T05:13:22Z", "tenant_id": "ebeae9b4276145be8661198ea73466db", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:13:34,629 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-49df7990-703b-4804-bd29-2c921716f3a8 2018-07-19 05:13:34,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01615595818s 2018-07-19 05:13:34,630 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-49df7990-703b-4804-bd29-2c921716f3a8 2018-07-19 05:13:34,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:13:34,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=e731f214-8653-47c0-a9c8-940d8c2b6f5c" -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}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:34,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-56111a2f-fe10-431e-871d-4a2cd7c95b49 Date: Thu, 19 Jul 2018 05:13:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:13:30Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c9ede67-2d29-4d30-aeeb-98b5a7e72c5b","ip_address":"192.168.0.7"}],"id":"7afb6975-6120-48c0-9ccf-069d4dd309a3","security_groups":["a3034f20-c983-4aef-b430-68d5b17c5c22"],"mac_address":"fa:16:3e:e1:d2:56","project_id":"ebeae9b4276145be8661198ea73466db","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"54eb4729-365d-4935-b7a6-4425ba4b48a9","tenant_id":"ebeae9b4276145be8661198ea73466db","created_at":"2018-07-19T05:13:26Z","binding:vnic_type":"normal","device_id":"e731f214-8653-47c0-a9c8-940d8c2b6f5c","ip_allocation":"immediate"}]} 2018-07-19 05:13:34,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=e731f214-8653-47c0-a9c8-940d8c2b6f5c used request id req-56111a2f-fe10-431e-871d-4a2cd7c95b49 2018-07-19 05:13:34,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0608479976654s 2018-07-19 05:13:34,695 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=e731f214-8653-47c0-a9c8-940d8c2b6f5c used request id req-56111a2f-fe10-431e-871d-4a2cd7c95b49 2018-07-19 05:13:34,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:13:34,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=7afb6975-6120-48c0-9ccf-069d4dd309a3" -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}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:34,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1d986c49-81ae-4888-a675-feec8330a6b1 Date: Thu, 19 Jul 2018 05:13:34 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:13:34,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=7afb6975-6120-48c0-9ccf-069d4dd309a3 used request id req-1d986c49-81ae-4888-a675-feec8330a6b1 2018-07-19 05:13:34,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.233597993851s 2018-07-19 05:13:34,935 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=7afb6975-6120-48c0-9ccf-069d4dd309a3 used request id req-1d986c49-81ae-4888-a675-feec8330a6b1 2018-07-19 05:13:34,935 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_a81b5fa4-03b5-4467-8209-2ab759df6b5b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e1:d2:56', u'version': 4, u'addr': u'192.168.0.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'be3fe02d-b077-44e7-9a66-1102d61cba6d'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-19T05:13:30.000000', 'flavor': Munch({u'id': u'58382e84-e9c8-49d4-b58d-6f4f7b6d1313'}), 'az': u'nova', 'id': u'e731f214-8653-47c0-a9c8-940d8c2b6f5c', 'security_groups': [Munch({u'name': u'singlevm2-sg_a81b5fa4-03b5-4467-8209-2ab759df6b5b'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8e999f788a65465b80bff01a04701313', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ebeae9b4276145be8661198ea73466db', 'name': 'singlevm2-project_a81b5fa4-03b5-4467-8209-2ab759df6b5b', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-19T05:13:30.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-19T05:13:31Z', 'hostId': u'2d271b4178ee6b71d245a0c85a77515994c95881b9ce9d1fd39afdd3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_a81b5fa4-03b5-4467-8209-2ab759df6b5b', 'public_v6': '', 'private_v4': u'192.168.0.7', 'cloud': 'envvars', 'host_id': u'2d271b4178ee6b71d245a0c85a77515994c95881b9ce9d1fd39afdd3', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-19T05:13:30.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'ebeae9b4276145be8661198ea73466db', 'name': u'singlevm2-vm_a81b5fa4-03b5-4467-8209-2ab759df6b5b', 'adminPass': None, 'tenant_id': u'ebeae9b4276145be8661198ea73466db', 'created_at': u'2018-07-19T05:13:22Z', 'created': u'2018-07-19T05:13:22Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-19 05:13:34,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:13:34,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:35,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-a554dc85-851f-428d-8831-21f3c1bb1ed6 Date: Thu, 19 Jul 2018 05:13:35 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"54eb4729-365d-4935-b7a6-4425ba4b48a9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ebeae9b4276145be8661198ea73466db","l2_adjacency":true,"status":"ACTIVE","subnets":["6c9ede67-2d29-4d30-aeeb-98b5a7e72c5b"],"description":"","tags":[],"updated_at":"2018-07-19T05:13:03Z","qos_policy_id":null,"name":"singlevm2-net_a81b5fa4-03b5-4467-8209-2ab759df6b5b","admin_state_up":true,"tenant_id":"ebeae9b4276145be8661198ea73466db","created_at":"2018-07-19T05:13:02Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:13:35,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a554dc85-851f-428d-8831-21f3c1bb1ed6 2018-07-19 05:13:35,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111718893051s 2018-07-19 05:13:35,051 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a554dc85-851f-428d-8831-21f3c1bb1ed6 2018-07-19 05:13:35,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:13:35,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=e731f214-8653-47c0-a9c8-940d8c2b6f5c" -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}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:35,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-d8b36ee2-9ac8-4682-9119-263e6e35563e Date: Thu, 19 Jul 2018 05:13:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:13:30Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c9ede67-2d29-4d30-aeeb-98b5a7e72c5b","ip_address":"192.168.0.7"}],"id":"7afb6975-6120-48c0-9ccf-069d4dd309a3","security_groups":["a3034f20-c983-4aef-b430-68d5b17c5c22"],"mac_address":"fa:16:3e:e1:d2:56","project_id":"ebeae9b4276145be8661198ea73466db","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"54eb4729-365d-4935-b7a6-4425ba4b48a9","tenant_id":"ebeae9b4276145be8661198ea73466db","created_at":"2018-07-19T05:13:26Z","binding:vnic_type":"normal","device_id":"e731f214-8653-47c0-a9c8-940d8c2b6f5c","ip_allocation":"immediate"}]} 2018-07-19 05:13:35,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=e731f214-8653-47c0-a9c8-940d8c2b6f5c used request id req-d8b36ee2-9ac8-4682-9119-263e6e35563e 2018-07-19 05:13:35,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0540828704834s 2018-07-19 05:13:35,106 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=e731f214-8653-47c0-a9c8-940d8c2b6f5c used request id req-d8b36ee2-9ac8-4682-9119-263e6e35563e 2018-07-19 05:13:35,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-19 05:13:35,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" -d '{"floatingip": {"floating_network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "fixed_ip_address": "192.168.0.7", "port_id": "7afb6975-6120-48c0-9ccf-069d4dd309a3"}}' 2018-07-19 05:13:37,996 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 821 X-Openstack-Request-Id: req-27be4e0e-a991-42ea-89bc-eb691e44b97d Date: Thu, 19 Jul 2018 05:13:37 GMT RESP BODY: {"floatingip": {"router_id": "fe537474-e337-4183-87b6-4e943bdc5c69", "status": "DOWN", "description": "", "tags": [], "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:36Z", "updated_at": "2018-07-19T05:13:36Z", "floating_network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "54eb4729-365d-4935-b7a6-4425ba4b48a9", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e1:d2:56", "device_id": "e731f214-8653-47c0-a9c8-940d8c2b6f5c"}, "fixed_ip_address": "192.168.0.7", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "ebeae9b4276145be8661198ea73466db", "port_id": "7afb6975-6120-48c0-9ccf-069d4dd309a3", "id": "14464600-167f-41f9-88e8-888d7848796b", "qos_policy_id": null}} 2018-07-19 05:13:37,996 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-27be4e0e-a991-42ea-89bc-eb691e44b97d 2018-07-19 05:13:37,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.88909602165s 2018-07-19 05:13:37,996 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-27be4e0e-a991-42ea-89bc-eb691e44b97d 2018-07-19 05:13:38,000 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'fe537474-e337-4183-87b6-4e943bdc5c69', 'updated_at': u'2018-07-19T05:13:36Z', 'fixed_ip_address': u'192.168.0.7', 'floating_ip_address': u'172.30.9.202', 'revision_number': 0, 'port_id': u'7afb6975-6120-48c0-9ccf-069d4dd309a3', 'id': u'14464600-167f-41f9-88e8-888d7848796b', 'network': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', 'port': u'7afb6975-6120-48c0-9ccf-069d4dd309a3', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ebeae9b4276145be8661198ea73466db', 'name': 'singlevm2-project_a81b5fa4-03b5-4467-8209-2ab759df6b5b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ebeae9b4276145be8661198ea73466db', 'status': u'DOWN', 'description': u'', u'tags': [], 'floating_network_id': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'54eb4729-365d-4935-b7a6-4425ba4b48a9', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:e1:d2:56', u'device_id': u'e731f214-8653-47c0-a9c8-940d8c2b6f5c'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'ebeae9b4276145be8661198ea73466db', 'created_at': u'2018-07-19T05:13:36Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'54eb4729-365d-4935-b7a6-4425ba4b48a9', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:e1:d2:56', u'device_id': u'e731f214-8653-47c0-a9c8-940d8c2b6f5c'}), 'router': u'fe537474-e337-4183-87b6-4e943bdc5c69'}) 2018-07-19 05:13:38,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-19 05:13:38,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c/action -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-19 05:13:38,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13: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-99848970-2001-437b-96f2-800d62df4a73 x-compute-request-id: req-99848970-2001-437b-96f2-800d62df4a73 Content-Encoding: gzip Content-Length: 9580 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477120619 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.916 MHz processor\n[ 0.138563] Calibrating delay loop (skipped) preset value.. 6983.83 BogoMIPS (lpj=13967664)\n[ 0.140267] pid_max: default: 32768 minimum: 301\n[ 0.141195] ACPI: Core revision 20150930\n[ 0.142597] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143943] Security Framework initialized\n[ 0.144781] Yama: becoming mindful.\n[ 0.145529] AppArmor: AppArmor initialized\n[ 0.146416] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147793] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149107] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150379] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151843] Initializing cgroup subsys io\n[ 0.152673] Initializing cgroup subsys memory\n[ 0.153557] Initializing cgroup subsys devices\n[ 0.154459] Initializing cgroup subsys freezer\n[ 0.155350] Initializing cgroup subsys net_cls\n[ 0.156237] Initializing cgroup subsys perf_event\n[ 0.157168] Initializing cgroup subsys net_prio\n[ 0.158082] Initializing cgroup subsys hugetlb\n[ 0.158971] Initializing cgroup subsys pids\n[ 0.159864] CPU: Physical Processor ID: 0\n[ 0.161385] mce: CPU supports 10 MCE banks\n[ 0.162271] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177803] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183933] ftrace: allocating 31920 entries in 125 pages\n[ 0.209022] smpboot: Max logical packages: 1\n[ 0.209930] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211327] x2apic enabled\n[ 0.212152] Switched APIC routing to physical x2apic.\n[ 0.213933] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215084] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217215] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219056] KVM setup paravirtual spinlock\n[ 0.220374] x86: Booted up 1 node, 1 CPUs\n[ 0.221222] smpboot: Total of 1 processors activated (6983.83 BogoMIPS)\n[ 0.222657] devtmpfs: initialized\n[ 0.224398] evm: security.selinux\n[ 0.225123] evm: security.SMACK64\n[ 0.225832] evm: security.SMACK64EXEC\n[ 0.226596] evm: security.SMACK64TRANSMUTE\n[ 0.227428] evm: security.SMACK64MMAP\n[ 0.228197] evm: security.ima\n[ 0.228858] evm: security.capability\n[ 0.229684] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231608] pinctrl core: initialized pinctrl subsystem\n[ 0.232746] RTC time: 5:13:31, date: 07/19/18\n[ 0.233736] NET: Registered protocol family 16\n[ 0.234755] cpuidle: using governor ladder\n[ 0.235598] cpuidle: using governor menu\n[ 0.236411] PCCT header not found.\n[ 0.237192] ACPI: bus type PCI registered\n[ 0.238023] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239303] PCI: Using configuration type 1 for base access\n[ 0.241114] ACPI: Added _OSI(Module Device)\n[ 0.241983] ACPI: Added _OSI(Processor Device)\n[ 0.242873] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243801] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245565] ACPI: Interpreter enabled\n[ 0.246357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253956] ACPI: (supports S0 S5)\n[ 0.254679] ACPI: Using IOAPIC for interrupt routing\n[ 0.255655] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258816] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259996] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262506] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264812] acpiphp: Slot [3] registered\n[ 0.265634] acpiphp: Slot [4] registered\n[ 0.266456] acpiphp: Slot [5] registered\n[ 0.267277] acpiphp: Slot [6] registered\n[ 0.268097] acpiphp: Slot [7] registered\n[ 0.268919] acpiphp: Slot [8] registered\n[ 0.269740] acpiphp: Slot [9] registered\n[ 0.270569] acpiphp: Slot [10] registered\n[ 0.271412] acpiphp: Slot [11] registered\n[ 0.272248] acpiphp: Slot [12] registered\n[ 0.273086] acpiphp: Slot [13] registered\n[ 0.273917] acpiphp: Slot [14] registered\n[ 0.274745] acpiphp: Slot [15] registered\n[ 0.285781] acpiphp: Slot [16] registered\n[ 0.286625] acpiphp: Slot [17] registered\n[ 0.287457] acpiphp: Slot [18] registered\n[ 0.288296] acpiphp: Slot [19] registered\n[ 0.289129] acpiphp: Slot [20] registered\n[ 0.289963] acpiphp: Slot [21] registered\n[ 0.290800] acpiphp: Slot [22] registered\n[ 0.291628] acpiphp: Slot [23] registered\n[ 0.292460] acpiphp: Slot [24] registered\n[ 0.293290] acpiphp: Slot [25] registered\n[ 0.294123] acpiphp: Slot [26] registered\n[ 0.294952] acpiphp: Slot [27] registered\n[ 0.295804] acpiphp: Slot [28] registered\n[ 0.296636] acpiphp: Slot [29] registered\n[ 0.297470] acpiphp: Slot [30] registered\n[ 0.298309] acpiphp: Slot [31] registered\n[ 0.299141] PCI host bridge to bus 0000:00\n[ 0.299970] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301223] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302474] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303965] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305457] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306978] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310219] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311562] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312786] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314096] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.338350] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340545] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.342427] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.343974] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.345532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.346958] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.348583] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.349765] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.351472] vgaarb: loaded\n[ 0.352119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.353497] SCSI subsystem initialized\n[ 0.354509] ACPI: bus type USB registered\n[ 0.355434] usbcore: registered new interface driver usbfs\n[ 0.356600] usbcore: registered new interface driver hub\n[ 0.357706] usbcore: registered new device driver usb\n[ 0.358926] PCI: Using ACPI for IRQ routing\n[ 0.360140] NetLabel: Initializing\n[ 0.360921] NetLabel: domain hash size = 128\n[ 0.361863] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.362909] NetLabel: unlabeled traffic allowed by default\n[ 0.364196] clocksource: Switched to clocksource kvm-clock\n[ 0.373123] AppArmor: AppArmor Filesystem Enabled\n[ 0.374190] pnp: PnP ACPI init\n[ 0.375195] pnp: PnP ACPI: found 5 devices\n[ 0.381744] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.383627] NET: Registered protocol family 2\n[ 0.384784] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386237] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387555] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388879] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390077] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391379] NET: Registered protocol family 1\n[ 0.392374] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.393579] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394759] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.422740] Trying to unpack rootfs image as initramfs...\n[ 0.480186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482018] Scanning for low memory corruption every 60 seconds\n[ 0.483526] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484831] audit: initializing netlink subsys (disabled)\n[ 0.485957] audit: type=2000 audit(1531977211.749:1): initialized\n[ 0.487455] Initialise system trusted keyring\n[ 0.488533] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489815] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.492031] zbud: loaded\n[ 0.492822] VFS: Disk quotas dquot_6.6.0\n[ 0.493711] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.495448] fuse init (API version 7.23)\n[ 0.496459] Key type big_key registered\n[ 0.497368] Allocating IMA MOK and blacklist keyrings.\n[ 0.498749] Key type asymmetric registered\n[ 0.499645] Asymmetric key parser 'x509' registered\n[ 0.500712] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.502336] io scheduler noop registered\n[ 0.503201] io scheduler deadline registered (default)\n[ 0.504299] io scheduler cfq registered\n[ 0.505220] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.506360] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507796] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509392] ACPI: Power Button [PWRF]\n[ 0.510318] GHES: HEST is not enabled!\n[ 0.523835] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.551792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.554212] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.578204] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.580647] Linux agpgart interface v0.103\n[ 0.583369] brd: module loaded\n[ 0.587310] loop: module loaded\n[ 0.591531] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593047] GPT:90111 != 2097151\n[ 0.593734] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594843] GPT:90111 != 2097151\n[ 0.595523] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596514] vda: vda1 vda15\n[ 0.598035] scsi host0: ata_piix\n[ 0.598831] scsi host1: ata_piix\n[ 0.599559] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.600804] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.602316] libphy: Fixed MDIO Bus: probed\n[ 0.603291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604265] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606739] PPP generic driver version 2.4.2\n[ 0.607877] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609181] ehci-pci: EHCI PCI platform driver\n[ 0.610154] ehci-platform: EHCI generic platform driver\n[ 0.611227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612623] ohci-pci: OHCI PCI platform driver\n[ 0.613581] ohci-platform: OHCI generic platform driver\n[ 0.614664] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629330] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630454] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632046] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.634464] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635792] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637314] usb usb1: Product: UHCI Host Controller\n[ 0.638340] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639599] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640677] hub 1-0:1.0: USB hub found\n[ 0.641578] hub 1-0:1.0: 2 ports detected\n[ 0.642702] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645040] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646282] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647441] mousedev: PS/2 mouse device common for all mice\n[ 0.648992] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651032] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652292] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653601] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654898] i2c /dev entries driver\n[ 0.655772] device-mapper: uevent: version 1.0.3\n[ 0.656847] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658691] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660610] NET: Registered protocol family 10\n[ 0.662101] NET: Registered protocol family 17\n[ 0.663120] Key type dns_resolver registered\n[ 0.664419] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665643] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667678] registered taskstats version 1\n[ 0.668658] Loading compiled-in X.509 certificates\n[ 0.670302] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672401] zswap: loaded using pool lzo/zbud\n[ 0.674525] Key type trusted registered\n[ 0.676411] Key type encrypted registered\n[ 0.677319] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678463] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679614] evm: HMAC attrs: 0x1\n[ 0.680766] Magic number: 10:130:214\n[ 0.681780] rtc_cmos 00:00: setting system clock to 2018-07-19 05:13:31 UTC (1531977211)\n[ 0.683578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684792] EDD information not available.\n[ 0.762467] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774850] Write protecting the kernel read-only data: 14336k\n[ 0.777096] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779038] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.825730] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.7...\nLease of 192.168.0.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.86. iid=i-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.916 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHD4ZZQZzcqShcnahaHe3yjygOOzQvQC2AJvlzcZa7AItJFWALmW53I9B+XaAHNXspgxjwfd90B3B7W8j58iaocaiSnxQYGqiot4e7KAsHvvZvt2L+Ugjfz0RrCEalcUhM+FbpM6K/WjNIV+0BRdGZV1190nHHJNHIwXm+FF3w6NWeLqMs4LR0Sz73CnllFzT+UCVz9g5iwy2sKa/oFyXuLI11aGm+TbpLJvf0g4qATEbBVYkefd9WG1jykiyll70yvQ72GLAku7yiN7OxHjQbE0QzbDUl65ACvFeJdNPluRP3walIzliXu2ClviJTFuZc/Odf8xTdCbxdR4VZdLrL root@singlevm2-vm-a81b5fa4-03b5-4467-8209-2ab759df6b5b\nssh-dss AAAAB3NzaC1kc3MAAACBAJNT8xKvXw+BOkfYG1vmxJSaiw6ATPLVk4edCzUi9Ol7lful0kXSoxxq80f2eMz7uhLIverhHflILGEpa/+7A+KZdNBKum7fF04hM8B7mDQQrKsD6YVJUfNBEjYgRH99j3W+ILdSupU7vN5OByVao1m+ed4Q6RnYG/w/5j9jSy9FAAAAFQCvdVkfwcmK+BVMd04q+vab+4vhtwAAAIEAgrY3Sh4vxzbfAzweDI4cJaZlmLuPLx0hwQDmDnXH/BcXOUqLtDYRyBQXNy9hh7jWAwXJB/9l0TXFMEsdFrLiI89n/LTdfYX0gaZ8rA24Ctx0/well9FvhKW6e9mGW2DSLZga1LkHBzKOSplhrSwtOVJo8uQotfpn+pCDQG994jYAAACAKMueFXSSczEzAgXwcqBND5FYf+v4MSAamxQH4X3Qtgg4BoI6BS7s0VUuKiRe4Vo++5PwL45MZ00E6qijX3vFNfzeCFndmTRZbimyaWL12a1E5jFDuMx7Hg54lC24MiZERfkAu1ni+/RrJ03j4jl1SsrPrbFZ9kqV8NxnBE2uYrI= root@singlevm2-vm-a81b5fa4-03b5-4467-8209-2ab759df6b5b\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.10s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.7,24,fe80::f816:3eff:fee1:d256/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.1 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.7 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-a81b5fa4-03b5-4467-8209-2ab759df6b5b\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.31 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-a81b5fa4-03b5-4467-8209-2ab759df6b5b login: "} 2018-07-19 05:13:38,130 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c/action used request id req-99848970-2001-437b-96f2-800d62df4a73 2018-07-19 05:13:38,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.129766941071s 2018-07-19 05:13:38,131 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c/action used request id req-99848970-2001-437b-96f2-800d62df4a73 2018-07-19 05:13:38,131 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 477120619 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.916 MHz processor [ 0.138563] Calibrating delay loop (skipped) preset value.. 6983.83 BogoMIPS (lpj=13967664) [ 0.140267] pid_max: default: 32768 minimum: 301 [ 0.141195] ACPI: Core revision 20150930 [ 0.142597] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.143943] Security Framework initialized [ 0.144781] Yama: becoming mindful. [ 0.145529] AppArmor: AppArmor initialized [ 0.146416] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.147793] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149107] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150379] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151843] Initializing cgroup subsys io [ 0.152673] Initializing cgroup subsys memory [ 0.153557] Initializing cgroup subsys devices [ 0.154459] Initializing cgroup subsys freezer [ 0.155350] Initializing cgroup subsys net_cls [ 0.156237] Initializing cgroup subsys perf_event [ 0.157168] Initializing cgroup subsys net_prio [ 0.158082] Initializing cgroup subsys hugetlb [ 0.158971] Initializing cgroup subsys pids [ 0.159864] CPU: Physical Processor ID: 0 [ 0.161385] mce: CPU supports 10 MCE banks [ 0.162271] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.177803] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.183933] ftrace: allocating 31920 entries in 125 pages [ 0.209022] smpboot: Max logical packages: 1 [ 0.209930] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.211327] x2apic enabled [ 0.212152] Switched APIC routing to physical x2apic. [ 0.213933] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.215084] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.217215] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.219056] KVM setup paravirtual spinlock [ 0.220374] x86: Booted up 1 node, 1 CPUs [ 0.221222] smpboot: Total of 1 processors activated (6983.83 BogoMIPS) [ 0.222657] devtmpfs: initialized [ 0.224398] evm: security.selinux [ 0.225123] evm: security.SMACK64 [ 0.225832] evm: security.SMACK64EXEC [ 0.226596] evm: security.SMACK64TRANSMUTE [ 0.227428] evm: security.SMACK64MMAP [ 0.228197] evm: security.ima [ 0.228858] evm: security.capability [ 0.229684] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.231608] pinctrl core: initialized pinctrl subsystem [ 0.232746] RTC time: 5:13:31, date: 07/19/18 [ 0.233736] NET: Registered protocol family 16 [ 0.234755] cpuidle: using governor ladder [ 0.235598] cpuidle: using governor menu [ 0.236411] PCCT header not found. [ 0.237192] ACPI: bus type PCI registered [ 0.238023] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.239303] PCI: Using configuration type 1 for base access [ 0.241114] ACPI: Added _OSI(Module Device) [ 0.241983] ACPI: Added _OSI(Processor Device) [ 0.242873] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.243801] ACPI: Added _OSI(Processor Aggregator Device) [ 0.245565] ACPI: Interpreter enabled [ 0.246357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.248264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.252067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.253956] ACPI: (supports S0 S5) [ 0.254679] ACPI: Using IOAPIC for interrupt routing [ 0.255655] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.258816] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.259996] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.261275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.262506] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.264812] acpiphp: Slot [3] registered [ 0.265634] acpiphp: Slot [4] registered [ 0.266456] acpiphp: Slot [5] registered [ 0.267277] acpiphp: Slot [6] registered [ 0.268097] acpiphp: Slot [7] registered [ 0.268919] acpiphp: Slot [8] registered [ 0.269740] acpiphp: Slot [9] registered [ 0.270569] acpiphp: Slot [10] registered [ 0.271412] acpiphp: Slot [11] registered [ 0.272248] acpiphp: Slot [12] registered [ 0.273086] acpiphp: Slot [13] registered [ 0.273917] acpiphp: Slot [14] registered [ 0.274745] acpiphp: Slot [15] registered [ 0.285781] acpiphp: Slot [16] registered [ 0.286625] acpiphp: Slot [17] registered [ 0.287457] acpiphp: Slot [18] registered [ 0.288296] acpiphp: Slot [19] registered [ 0.289129] acpiphp: Slot [20] registered [ 0.289963] acpiphp: Slot [21] registered [ 0.290800] acpiphp: Slot [22] registered [ 0.291628] acpiphp: Slot [23] registered [ 0.292460] acpiphp: Slot [24] registered [ 0.293290] acpiphp: Slot [25] registered [ 0.294123] acpiphp: Slot [26] registered [ 0.294952] acpiphp: Slot [27] registered [ 0.295804] acpiphp: Slot [28] registered [ 0.296636] acpiphp: Slot [29] registered [ 0.297470] acpiphp: Slot [30] registered [ 0.298309] acpiphp: Slot [31] registered [ 0.299141] PCI host bridge to bus 0000:00 [ 0.299970] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.301223] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.302474] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.303965] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.305457] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.306978] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.310219] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311562] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312786] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314096] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.317666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.338350] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.340545] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.342427] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.343974] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.345532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.346958] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.348583] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.349765] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.351472] vgaarb: loaded [ 0.352119] vgaarb: bridge control possible 0000:00:02.0 [ 0.353497] SCSI subsystem initialized [ 0.354509] ACPI: bus type USB registered [ 0.355434] usbcore: registered new interface driver usbfs [ 0.356600] usbcore: registered new interface driver hub [ 0.357706] usbcore: registered new device driver usb [ 0.358926] PCI: Using ACPI for IRQ routing [ 0.360140] NetLabel: Initializing [ 0.360921] NetLabel: domain hash size = 128 [ 0.361863] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.362909] NetLabel: unlabeled traffic allowed by default [ 0.364196] clocksource: Switched to clocksource kvm-clock [ 0.373123] AppArmor: AppArmor Filesystem Enabled [ 0.374190] pnp: PnP ACPI init [ 0.375195] pnp: PnP ACPI: found 5 devices [ 0.381744] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.383627] NET: Registered protocol family 2 [ 0.384784] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.386237] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.387555] TCP: Hash tables configured (established 4096 bind 4096) [ 0.388879] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.390077] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.391379] NET: Registered protocol family 1 [ 0.392374] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.393579] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.394759] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.408700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.422740] Trying to unpack rootfs image as initramfs... [ 0.480186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.482018] Scanning for low memory corruption every 60 seconds [ 0.483526] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.484831] audit: initializing netlink subsys (disabled) [ 0.485957] audit: type=2000 audit(1531977211.749:1): initialized [ 0.487455] Initialise system trusted keyring [ 0.488533] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.489815] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.492031] zbud: loaded [ 0.492822] VFS: Disk quotas dquot_6.6.0 [ 0.493711] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.495448] fuse init (API version 7.23) [ 0.496459] Key type big_key registered [ 0.497368] Allocating IMA MOK and blacklist keyrings. [ 0.498749] Key type asymmetric registered [ 0.499645] Asymmetric key parser 'x509' registered [ 0.500712] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.502336] io scheduler noop registered [ 0.503201] io scheduler deadline registered (default) [ 0.504299] io scheduler cfq registered [ 0.505220] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.506360] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.507796] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.509392] ACPI: Power Button [PWRF] [ 0.510318] GHES: HEST is not enabled! [ 0.523835] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.551792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.554212] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.578204] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.580647] Linux agpgart interface v0.103 [ 0.583369] brd: module loaded [ 0.587310] loop: module loaded [ 0.591531] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593047] GPT:90111 != 2097151 [ 0.593734] GPT:Alternate GPT header not at the end of the disk. [ 0.594843] GPT:90111 != 2097151 [ 0.595523] GPT: Use GNU Parted to correct GPT errors. [ 0.596514] vda: vda1 vda15 [ 0.598035] scsi host0: ata_piix [ 0.598831] scsi host1: ata_piix [ 0.599559] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.600804] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.602316] libphy: Fixed MDIO Bus: probed [ 0.603291] tun: Universal TUN/TAP device driver, 1.6 [ 0.604265] tun: (C) 1999-2004 Max Krasnyansky [ 0.606739] PPP generic driver version 2.4.2 [ 0.607877] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609181] ehci-pci: EHCI PCI platform driver [ 0.610154] ehci-platform: EHCI generic platform driver [ 0.611227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.612623] ohci-pci: OHCI PCI platform driver [ 0.613581] ohci-platform: OHCI generic platform driver [ 0.614664] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629330] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630454] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632046] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.634464] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635792] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637314] usb usb1: Product: UHCI Host Controller [ 0.638340] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639599] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640677] hub 1-0:1.0: USB hub found [ 0.641578] hub 1-0:1.0: 2 ports detected [ 0.642702] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.645040] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.646282] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.647441] mousedev: PS/2 mouse device common for all mice [ 0.648992] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.651032] rtc_cmos 00:00: RTC can wake from S4 [ 0.652292] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.653601] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.654898] i2c /dev entries driver [ 0.655772] device-mapper: uevent: version 1.0.3 [ 0.656847] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.658691] ledtrig-cpu: registered to indicate activity on CPUs [ 0.660610] NET: Registered protocol family 10 [ 0.662101] NET: Registered protocol family 17 [ 0.663120] Key type dns_resolver registered [ 0.664419] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.665643] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.667678] registered taskstats version 1 [ 0.668658] Loading compiled-in X.509 certificates [ 0.670302] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.672401] zswap: loaded using pool lzo/zbud [ 0.674525] Key type trusted registered [ 0.676411] Key type encrypted registered [ 0.677319] AppArmor: AppArmor sha1 policy hashing enabled [ 0.678463] ima: No TPM chip found, activating TPM-bypass! [ 0.679614] evm: HMAC attrs: 0x1 [ 0.680766] Magic number: 10:130:214 [ 0.681780] rtc_cmos 00:00: setting system clock to 2018-07-19 05:13:31 UTC (1531977211) [ 0.683578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.684792] EDD information not available. [ 0.762467] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.774850] Write protecting the kernel read-only data: 14336k [ 0.777096] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.779038] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.825730] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.73 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.7... Lease of 192.168.0.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.86. iid=i-00000005 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.916 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHD4ZZQZzcqShcnahaHe3yjygOOzQvQC2AJvlzcZa7AItJFWALmW53I9B+XaAHNXspgxjwfd90B3B7W8j58iaocaiSnxQYGqiot4e7KAsHvvZvt2L+Ugjfz0RrCEalcUhM+FbpM6K/WjNIV+0BRdGZV1190nHHJNHIwXm+FF3w6NWeLqMs4LR0Sz73CnllFzT+UCVz9g5iwy2sKa/oFyXuLI11aGm+TbpLJvf0g4qATEbBVYkefd9WG1jykiyll70yvQ72GLAku7yiN7OxHjQbE0QzbDUl65ACvFeJdNPluRP3walIzliXu2ClviJTFuZc/Odf8xTdCbxdR4VZdLrL root@singlevm2-vm-a81b5fa4-03b5-4467-8209-2ab759df6b5b ssh-dss AAAAB3NzaC1kc3MAAACBAJNT8xKvXw+BOkfYG1vmxJSaiw6ATPLVk4edCzUi9Ol7lful0kXSoxxq80f2eMz7uhLIverhHflILGEpa/+7A+KZdNBKum7fF04hM8B7mDQQrKsD6YVJUfNBEjYgRH99j3W+ILdSupU7vN5OByVao1m+ed4Q6RnYG/w/5j9jSy9FAAAAFQCvdVkfwcmK+BVMd04q+vab+4vhtwAAAIEAgrY3Sh4vxzbfAzweDI4cJaZlmLuPLx0hwQDmDnXH/BcXOUqLtDYRyBQXNy9hh7jWAwXJB/9l0TXFMEsdFrLiI89n/LTdfYX0gaZ8rA24Ctx0/well9FvhKW6e9mGW2DSLZga1LkHBzKOSplhrSwtOVJo8uQotfpn+pCDQG994jYAAACAKMueFXSSczEzAgXwcqBND5FYf+v4MSAamxQH4X3Qtgg4BoI6BS7s0VUuKiRe4Vo++5PwL45MZ00E6qijX3vFNfzeCFndmTRZbimyaWL12a1E5jFDuMx7Hg54lC24MiZERfkAu1ni+/RrJ03j4jl1SsrPrbFZ9kqV8NxnBE2uYrI= root@singlevm2-vm-a81b5fa4-03b5-4467-8209-2ab759df6b5b -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.10s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.7,24,fe80::f816:3eff:fee1:d256/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.1 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.7 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-a81b5fa4-03b5-4467-8209-2ab759df6b5b launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.31 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-a81b5fa4-03b5-4467-8209-2ab759df6b5b login: 2018-07-19 05:13:41,141 - paramiko.transport - DEBUG - starting thread (client mode): 0xd65c87d0L 2018-07-19 05:13:41,142 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-19 05:13:41,142 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-19 05:13:41,142 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-19 05:13:41,144 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-19 05:13:41,144 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-19 05:13:41,144 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-19 05:13:41,144 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-19 05:13:41,144 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-19 05:13:41,145 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-19 05:13:41,162 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-19 05:13:41,163 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-19 05:13:41,175 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: 0ee7bdcfe772325d1125fbe0797b885c 2018-07-19 05:13:41,176 - paramiko.transport - DEBUG - Trying discovered key 42e6a366d76f1270600229be482d1741 in /tmp/tmpW07iSn 2018-07-19 05:13:41,200 - paramiko.transport - DEBUG - userauth is OK 2018-07-19 05:13:41,206 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-19 05:13:41,208 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-19 05:13:41,209 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-19 05:13:41,209 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-19 05:13:41,211 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-19 05:13:41,212 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-19 05:13:41,212 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-19 05:13:41,217 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-19 05:13:41,344 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-19 05:13:41,345 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:40 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-19 05:13:41,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-19 05:13:41,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/14464600-167f-41f9-88e8-888d7848796b.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}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:42,918 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fd5a30a4-eeba-4aa8-b6b2-b90433056f18 Content-Length: 0 Date: Thu, 19 Jul 2018 05:13:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:13:42,918 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/14464600-167f-41f9-88e8-888d7848796b.json used request id req-fd5a30a4-eeba-4aa8-b6b2-b90433056f18 2018-07-19 05:13:42,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.5660238266s 2018-07-19 05:13:42,919 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/14464600-167f-41f9-88e8-888d7848796b.json used request id req-fd5a30a4-eeba-4aa8-b6b2-b90433056f18 2018-07-19 05:13:42,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:13:42,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:43,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-53a10675-ee06-4239-b77c-5f85594ea9bc Date: Thu, 19 Jul 2018 05:13:43 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:13:43,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-53a10675-ee06-4239-b77c-5f85594ea9bc 2018-07-19 05:13:43,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.244995117188s 2018-07-19 05:13:43,169 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-53a10675-ee06-4239-b77c-5f85594ea9bc 2018-07-19 05:13:43,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-19 05:13:43,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c -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}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:43,487 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:13: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-f60f5555-9939-4c1a-b750-eb72596561e5 x-compute-request-id: req-f60f5555-9939-4c1a-b750-eb72596561e5 Content-Type: application/json 2018-07-19 05:13:43,487 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c used request id req-f60f5555-9939-4c1a-b750-eb72596561e5 2018-07-19 05:13:43,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.316582918167s 2018-07-19 05:13:43,487 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c used request id req-f60f5555-9939-4c1a-b750-eb72596561e5 2018-07-19 05:13:43,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:13:43,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:43,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13: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-7e97c52a-29f0-4761-858b-e6a008f5d83d x-compute-request-id: req-7e97c52a-29f0-4761-858b-e6a008f5d83d Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_a81b5fa4-03b5-4467-8209-2ab759df6b5b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:d2:56", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:d2:56", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e731f214-8653-47c0-a9c8-940d8c2b6f5c", "rel": "bookmark"}], "image": {"id": "be3fe02d-b077-44e7-9a66-1102d61cba6d", "links": [{"href": "http://172.30.9.28:8774/images/be3fe02d-b077-44e7-9a66-1102d61cba6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:13:30.000000", "flavor": {"id": "58382e84-e9c8-49d4-b58d-6f4f7b6d1313", "links": [{"href": "http://172.30.9.28:8774/flavors/58382e84-e9c8-49d4-b58d-6f4f7b6d1313", "rel": "bookmark"}]}, "id": "e731f214-8653-47c0-a9c8-940d8c2b6f5c", "security_groups": [{"name": "singlevm2-sg_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}], "user_id": "8e999f788a65465b80bff01a04701313", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:13:43Z", "hostId": "2d271b4178ee6b71d245a0c85a77515994c95881b9ce9d1fd39afdd3", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "name": "singlevm2-vm_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "created": "2018-07-19T05:13:22Z", "tenant_id": "ebeae9b4276145be8661198ea73466db", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:13:43,950 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7e97c52a-29f0-4761-858b-e6a008f5d83d 2018-07-19 05:13:43,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.462166070938s 2018-07-19 05:13:43,951 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7e97c52a-29f0-4761-858b-e6a008f5d83d 2018-07-19 05:13:43,952 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:13:45,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:13:45,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:46,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13: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-c827d9f9-a402-4e09-896e-37cde112a285 x-compute-request-id: req-c827d9f9-a402-4e09-896e-37cde112a285 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-19 05:13:46,035 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c827d9f9-a402-4e09-896e-37cde112a285 2018-07-19 05:13:46,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0800859928131s 2018-07-19 05:13:46,035 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c827d9f9-a402-4e09-896e-37cde112a285 2018-07-19 05:13:46,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 05:13:46,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.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}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:46,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-0c200f92-bfc6-4f0d-901a-226243851080 Date: Thu, 19 Jul 2018 05:13:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:02Z", "updated_at": "2018-07-19T05:13:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "19e0ba86-2daf-4812-b294-e615ea5d7540", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "2019f6e7-edd3-4ac3-8b52-b97765ee45fe", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "3992806e-86c8-4b56-8e7a-69f22ab17407", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "487dfc0c-0818-4584-b9df-5119d08d42a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}], "revision_number": 1, "project_id": "ebeae9b4276145be8661198ea73466db", "id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:16Z", "updated_at": "2018-07-19T05:13:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:16Z", "revision_number": 0, "id": "0da44a2e-ea70-4564-b659-be0641c18f03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:16Z", "security_group_id": "a3034f20-c983-4aef-b430-68d5b17c5c22", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-19T05:13:17Z", "revision_number": 0, "id": "79f4c59a-cca3-4feb-873d-73b7d2e41bbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:17Z", "security_group_id": "a3034f20-c983-4aef-b430-68d5b17c5c22", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:18Z", "revision_number": 0, "id": "95355309-896a-4891-a623-04eeedf917f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:18Z", "security_group_id": "a3034f20-c983-4aef-b430-68d5b17c5c22", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:16Z", "revision_number": 0, "id": "97c4ecf2-7793-4b93-af76-66f16dd0f065", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:16Z", "security_group_id": "a3034f20-c983-4aef-b430-68d5b17c5c22", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}], "revision_number": 3, "project_id": "ebeae9b4276145be8661198ea73466db", "id": "a3034f20-c983-4aef-b430-68d5b17c5c22", "name": "singlevm2-sg_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}]} 2018-07-19 05:13:46,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0c200f92-bfc6-4f0d-901a-226243851080 2018-07-19 05:13:46,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.21448802948s 2018-07-19 05:13:46,253 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0c200f92-bfc6-4f0d-901a-226243851080 2018-07-19 05:13:46,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-19 05:13:46,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/a3034f20-c983-4aef-b430-68d5b17c5c22.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}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:46,427 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bb969275-9752-4247-b53d-474215958137 Content-Length: 0 Date: Thu, 19 Jul 2018 05:13:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:13:46,427 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/a3034f20-c983-4aef-b430-68d5b17c5c22.json used request id req-bb969275-9752-4247-b53d-474215958137 2018-07-19 05:13:46,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.170672893524s 2018-07-19 05:13:46,428 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/a3034f20-c983-4aef-b430-68d5b17c5c22.json used request id req-bb969275-9752-4247-b53d-474215958137 2018-07-19 05:13:46,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-19 05:13:46,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/singlevm2-kp_a81b5fa4-03b5-4467-8209-2ab759df6b5b -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}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:46,486 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:13:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1e44ae29-4763-48dc-adb9-83ccdd94370d x-compute-request-id: req-1e44ae29-4763-48dc-adb9-83ccdd94370d Content-Length: 0 Content-Type: application/json 2018-07-19 05:13:46,487 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/singlevm2-kp_a81b5fa4-03b5-4467-8209-2ab759df6b5b used request id req-1e44ae29-4763-48dc-adb9-83ccdd94370d 2018-07-19 05:13:46,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0585088729858s 2018-07-19 05:13:46,487 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/singlevm2-kp_a81b5fa4-03b5-4467-8209-2ab759df6b5b used request id req-1e44ae29-4763-48dc-adb9-83ccdd94370d 2018-07-19 05:13:46,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-19 05:13:46,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/fe537474-e337-4183-87b6-4e943bdc5c69/remove_router_interface.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" -d '{"subnet_id": "6c9ede67-2d29-4d30-aeeb-98b5a7e72c5b"}' 2018-07-19 05:13:48,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cc75e6b8-3a5a-4ae5-be04-a658b1a881eb Date: Thu, 19 Jul 2018 05:13:48 GMT RESP BODY: {"network_id": "54eb4729-365d-4935-b7a6-4425ba4b48a9", "tenant_id": "ebeae9b4276145be8661198ea73466db", "subnet_id": "6c9ede67-2d29-4d30-aeeb-98b5a7e72c5b", "subnet_ids": ["6c9ede67-2d29-4d30-aeeb-98b5a7e72c5b"], "port_id": "651ccfa3-ef53-45d7-a877-f8b5754840bc", "id": "fe537474-e337-4183-87b6-4e943bdc5c69"} 2018-07-19 05:13:48,852 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/fe537474-e337-4183-87b6-4e943bdc5c69/remove_router_interface.json used request id req-cc75e6b8-3a5a-4ae5-be04-a658b1a881eb 2018-07-19 05:13:48,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.36443901062s 2018-07-19 05:13:48,852 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/fe537474-e337-4183-87b6-4e943bdc5c69/remove_router_interface.json used request id req-cc75e6b8-3a5a-4ae5-be04-a658b1a881eb returning object fe537474-e337-4183-87b6-4e943bdc5c69 2018-07-19 05:13:48,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-19 05:13:48,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:49,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-a055a61e-c5ce-4b66-ade8-ca9acd60160c Date: Thu, 19 Jul 2018 05:13:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:04Z", "admin_state_up": true, "updated_at": "2018-07-19T05:13:47Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "ebeae9b4276145be8661198ea73466db", "id": "fe537474-e337-4183-87b6-4e943bdc5c69", "name": "singlevm2-router_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}]} 2018-07-19 05:13:49,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-a055a61e-c5ce-4b66-ade8-ca9acd60160c 2018-07-19 05:13:49,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.355890035629s 2018-07-19 05:13:49,209 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-a055a61e-c5ce-4b66-ade8-ca9acd60160c 2018-07-19 05:13:49,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-19 05:13:49,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/fe537474-e337-4183-87b6-4e943bdc5c69.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}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:53,180 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b8c20ee4-0b05-4314-a423-26d4010fe8aa Content-Length: 0 Date: Thu, 19 Jul 2018 05:13:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:13:53,180 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/fe537474-e337-4183-87b6-4e943bdc5c69.json used request id req-b8c20ee4-0b05-4314-a423-26d4010fe8aa 2018-07-19 05:13:53,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.96970009804s 2018-07-19 05:13:53,181 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/fe537474-e337-4183-87b6-4e943bdc5c69.json used request id req-b8c20ee4-0b05-4314-a423-26d4010fe8aa 2018-07-19 05:13:53,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 05:13:53,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:53,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-f8b6b825-4248-4fc8-8e82-6f431f8df05f Date: Thu, 19 Jul 2018 05:13:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54eb4729-365d-4935-b7a6-4425ba4b48a9","tenant_id":"ebeae9b4276145be8661198ea73466db","created_at":"2018-07-19T05:13:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T05:13:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"ebeae9b4276145be8661198ea73466db","id":"6c9ede67-2d29-4d30-aeeb-98b5a7e72c5b","subnetpool_id":null,"name":"singlevm2-subnet_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}]} 2018-07-19 05:13:53,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-f8b6b825-4248-4fc8-8e82-6f431f8df05f 2018-07-19 05:13:53,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.238846063614s 2018-07-19 05:13:53,420 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-f8b6b825-4248-4fc8-8e82-6f431f8df05f 2018-07-19 05:13:53,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-19 05:13:53,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/6c9ede67-2d29-4d30-aeeb-98b5a7e72c5b.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}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:55,676 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b86af00d-cbb0-483f-acc4-6096dca209e4 Date: Thu, 19 Jul 2018 05:13:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:13:55,677 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6c9ede67-2d29-4d30-aeeb-98b5a7e72c5b.json used request id req-b86af00d-cbb0-483f-acc4-6096dca209e4 2018-07-19 05:13:55,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.25488901138s 2018-07-19 05:13:55,677 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6c9ede67-2d29-4d30-aeeb-98b5a7e72c5b.json used request id req-b86af00d-cbb0-483f-acc4-6096dca209e4 2018-07-19 05:13:55,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:13:55,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:55,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1236 X-Openstack-Request-Id: req-5acfdcf4-60a6-4aa6-9d21-d7ba6f9617e7 Date: Thu, 19 Jul 2018 05:13:55 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"54eb4729-365d-4935-b7a6-4425ba4b48a9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ebeae9b4276145be8661198ea73466db","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:13:55Z","qos_policy_id":null,"name":"singlevm2-net_a81b5fa4-03b5-4467-8209-2ab759df6b5b","admin_state_up":true,"tenant_id":"ebeae9b4276145be8661198ea73466db","created_at":"2018-07-19T05:13:02Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:13:55,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5acfdcf4-60a6-4aa6-9d21-d7ba6f9617e7 2018-07-19 05:13:55,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.28329205513s 2018-07-19 05:13:55,961 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5acfdcf4-60a6-4aa6-9d21-d7ba6f9617e7 2018-07-19 05:13:55,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-19 05:13:55,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/54eb4729-365d-4935-b7a6-4425ba4b48a9.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}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:57,291 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-10c03ba0-914f-49e5-9544-19dcd719e2c9 Date: Thu, 19 Jul 2018 05:13:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:13:57,291 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/54eb4729-365d-4935-b7a6-4425ba4b48a9.json used request id req-10c03ba0-914f-49e5-9544-19dcd719e2c9 2018-07-19 05:13:57,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.32862496376s 2018-07-19 05:13:57,291 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/54eb4729-365d-4935-b7a6-4425ba4b48a9.json used request id req-10c03ba0-914f-49e5-9544-19dcd719e2c9 2018-07-19 05:13:57,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:13:57,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:58,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-4605978b-d9f9-47f9-a990-9ce7c803930b Date: Thu, 19 Jul 2018 05:13:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/be3fe02d-b077-44e7-9a66-1102d61cba6d/snap", "metadata": {}}], "file": "/v2/images/be3fe02d-b077-44e7-9a66-1102d61cba6d/file", "owner": "ebeae9b4276145be8661198ea73466db", "id": "be3fe02d-b077-44e7-9a66-1102d61cba6d", "size": 12716032, "self": "/v2/images/be3fe02d-b077-44e7-9a66-1102d61cba6d", "disk_format": "qcow2", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/be3fe02d-b077-44e7-9a66-1102d61cba6d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:13:15Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T05:13:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:13:58,006 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4605978b-d9f9-47f9-a990-9ce7c803930b 2018-07-19 05:13:58,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.710747003555s 2018-07-19 05:13:58,006 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4605978b-d9f9-47f9-a990-9ce7c803930b 2018-07-19 05:13:58,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-19 05:13:58,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/be3fe02d-b077-44e7-9a66-1102d61cba6d -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}2e885a5938b64003d03533f1678e4a8757d67b61" 2018-07-19 05:13:59,039 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8be39aba-6a17-4208-aeff-dd07b89a8469 Date: Thu, 19 Jul 2018 05:13:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:13:59,039 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/be3fe02d-b077-44e7-9a66-1102d61cba6d used request id req-8be39aba-6a17-4208-aeff-dd07b89a8469 2018-07-19 05:13:59,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.03111886978s 2018-07-19 05:13:59,039 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/be3fe02d-b077-44e7-9a66-1102d61cba6d used request id req-8be39aba-6a17-4208-aeff-dd07b89a8469 2018-07-19 05:13:59,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 05:13:59,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -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}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" 2018-07-19 05:13:59,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13: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-dcfa67f6-8604-444d-add3-3f58f91840cc x-compute-request-id: req-dcfa67f6-8604-444d-add3-3f58f91840cc Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/58382e84-e9c8-49d4-b58d-6f4f7b6d1313", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/58382e84-e9c8-49d4-b58d-6f4f7b6d1313", "rel": "bookmark"}], "ram": 512, "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": "58382e84-e9c8-49d4-b58d-6f4f7b6d1313"}]} 2018-07-19 05:13:59,068 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-dcfa67f6-8604-444d-add3-3f58f91840cc 2018-07-19 05:13:59,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0281620025635s 2018-07-19 05:13:59,068 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-dcfa67f6-8604-444d-add3-3f58f91840cc 2018-07-19 05:13:59,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-19 05:13:59,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/58382e84-e9c8-49d4-b58d-6f4f7b6d1313 -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}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" 2018-07-19 05:13:59,102 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:13: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-c43d6915-0a83-4d0e-acb5-b0eeeada4f87 x-compute-request-id: req-c43d6915-0a83-4d0e-acb5-b0eeeada4f87 Content-Length: 0 Content-Type: application/json 2018-07-19 05:13:59,102 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/58382e84-e9c8-49d4-b58d-6f4f7b6d1313 used request id req-c43d6915-0a83-4d0e-acb5-b0eeeada4f87 2018-07-19 05:13:59,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0327610969543s 2018-07-19 05:13:59,103 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/58382e84-e9c8-49d4-b58d-6f4f7b6d1313 used request id req-c43d6915-0a83-4d0e-acb5-b0eeeada4f87 2018-07-19 05:13:59,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 05:13:59,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -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}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" 2018-07-19 05:13:59,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44301f5d-f6c6-45a3-a1a0-b4916036062a Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "singlevm2-user_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "links": {"self": "http://172.30.9.28:5000/v3/users/8e999f788a65465b80bff01a04701313"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8e999f788a65465b80bff01a04701313", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:13:59,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-44301f5d-f6c6-45a3-a1a0-b4916036062a 2018-07-19 05:13:59,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.12112402916s 2018-07-19 05:13:59,225 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-44301f5d-f6c6-45a3-a1a0-b4916036062a 2018-07-19 05:13:59,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 05:13:59,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/8e999f788a65465b80bff01a04701313 -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}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" 2018-07-19 05:13:59,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-005aa461-d950-4c2d-8542-7c5ffbd2cff5 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_a81b5fa4-03b5-4467-8209-2ab759df6b5b", "links": {"self": "http://172.30.9.28:5000/v3/users/8e999f788a65465b80bff01a04701313"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "8e999f788a65465b80bff01a04701313", "description": null}} 2018-07-19 05:13:59,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/8e999f788a65465b80bff01a04701313 used request id req-005aa461-d950-4c2d-8542-7c5ffbd2cff5 2018-07-19 05:13:59,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.124899148941s 2018-07-19 05:13:59,356 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/8e999f788a65465b80bff01a04701313 used request id req-005aa461-d950-4c2d-8542-7c5ffbd2cff5 2018-07-19 05:13:59,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-19 05:13:59,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/8e999f788a65465b80bff01a04701313 -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}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" 2018-07-19 05:13:59,658 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:13:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c45b6ef6-0275-464a-a7ea-30f6ac8de826 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:13:59,658 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/8e999f788a65465b80bff01a04701313 used request id req-c45b6ef6-0275-464a-a7ea-30f6ac8de826 2018-07-19 05:13:59,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.301949977875s 2018-07-19 05:13:59,659 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/8e999f788a65465b80bff01a04701313 used request id req-c45b6ef6-0275-464a-a7ea-30f6ac8de826 2018-07-19 05:13:59,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 05:13:59,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/projects -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}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" 2018-07-19 05:13:59,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:13:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84af0659-a5b1-488d-93d5-3683f2580879 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf"}, "tags": [], "enabled": true, "id": "808316c313f0491a8efb6e31d026d3bf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "id": "c9003101a9994c308fccde61f611d998", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.28:5000/v3/projects/ebeae9b4276145be8661198ea73466db"}, "tags": [], "enabled": true, "id": "ebeae9b4276145be8661198ea73466db", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_a81b5fa4-03b5-4467-8209-2ab759df6b5b"}]} 2018-07-19 05:13:59,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-84af0659-a5b1-488d-93d5-3683f2580879 2018-07-19 05:13:59,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.117346048355s 2018-07-19 05:13:59,783 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-84af0659-a5b1-488d-93d5-3683f2580879 2018-07-19 05:13:59,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-19 05:13:59,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/ebeae9b4276145be8661198ea73466db -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}b5d65cc33a9a28c2801c6e2cc8b21bf86aa7944e" 2018-07-19 05:14:00,048 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:13:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f33da05-610a-41d1-944b-51a439bfc643 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:14:00,048 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/ebeae9b4276145be8661198ea73466db used request id req-0f33da05-610a-41d1-944b-51a439bfc643 2018-07-19 05:14:00,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.261396884918s 2018-07-19 05:14:00,049 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/ebeae9b4276145be8661198ea73466db used request id req-0f33da05-610a-41d1-944b-51a439bfc643 2018-07-19 05:14:00,105 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-07-19 05:14:00,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 05:14:00,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 05:14:00,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 05:14:00,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 05:14:00,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 05:14:00,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 05:14:00,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 05:14:00,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 05:14:00,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 05:14:00,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 05:14:00,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 05:14:00,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 05:14:00,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 05:14:00,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 05:14:00,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 05:14:00,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 05:14:00,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 05:14:00,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 05:14:00,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 05:14:00,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 05:14:00,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 05:14:00,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 05:14:00,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:14:00,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba57be5c-cc83-441c-b5a3-82c9d87ab301 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:14:00,149 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ba57be5c-cc83-441c-b5a3-82c9d87ab301 2018-07-19 05:14:00,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:14:00,550 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:14:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["LtXFx-DFSrycv_eUkO9Mbg"], "issued_at": "2018-07-19T05:14:00.000000Z"}} 2018-07-19 05:14:00,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:14:00,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -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}da3e32d786095c37282793b87cd473a29cc06d8c" 2018-07-19 05:14:00,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-4ad8d315-d20f-4fde-8ef0-57838623b241 Date: Thu, 19 Jul 2018 05:14:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:14:00,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4ad8d315-d20f-4fde-8ef0-57838623b241 2018-07-19 05:14:00,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.30215883255s 2018-07-19 05:14:00,856 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4ad8d315-d20f-4fde-8ef0-57838623b241 2018-07-19 05:14:00,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:14:00,863 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:14:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61f2401f-0c06-4ca7-9e5b-2d677930b231 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:14:00,863 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-61f2401f-0c06-4ca7-9e5b-2d677930b231 2018-07-19 05:14:00,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 05:14:00,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da3e32d786095c37282793b87cd473a29cc06d8c" 2018-07-19 05:14:00,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccb4e992-349c-40d5-a931-8f76609c260b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/3cb34abc01814999b9e0de391598d4b9"}, "tags": [], "enabled": true, "id": "3cb34abc01814999b9e0de391598d4b9", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-19 05:14:00,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-ccb4e992-349c-40d5-a931-8f76609c260b 2018-07-19 05:14:00,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.113244056702s 2018-07-19 05:14:00,977 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-ccb4e992-349c-40d5-a931-8f76609c260b 2018-07-19 05:14:00,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-19 05:14:00,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/projects -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da3e32d786095c37282793b87cd473a29cc06d8c" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_3821236c-9dff-4d32-82ce-685e5c2e328b"}}' 2018-07-19 05:14:01,122 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:14:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4933682-c2d3-4de0-b4b4-06eeb125f297 Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f"}, "tags": [], "enabled": true, "id": "aededaacc0b14da3b8ce604aa4f6184f", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_3821236c-9dff-4d32-82ce-685e5c2e328b"}} 2018-07-19 05:14:01,122 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f4933682-c2d3-4de0-b4b4-06eeb125f297 2018-07-19 05:14:01,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.138044834137s 2018-07-19 05:14:01,123 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f4933682-c2d3-4de0-b4b4-06eeb125f297 2018-07-19 05:14:01,123 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_ssh', u'tags': [], 'enabled': True, 'id': u'aededaacc0b14da3b8ce604aa4f6184f', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vping_ssh-project_3821236c-9dff-4d32-82ce-685e5c2e328b'}) 2018-07-19 05:14:01,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-19 05:14:01,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da3e32d786095c37282793b87cd473a29cc06d8c" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "774c3f41-6770-4621-9e71-c29219feab8e", "email": null, "name": "vping_ssh-user_3821236c-9dff-4d32-82ce-685e5c2e328b"}}' 2018-07-19 05:14:01,516 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:14:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd5952fd-041e-4fa7-a4a7-260d49fa0519 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_3821236c-9dff-4d32-82ce-685e5c2e328b", "links": {"self": "http://172.30.9.28:5000/v3/users/1861bddfe39946db9717a58565dcd41b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1861bddfe39946db9717a58565dcd41b", "domain_id": "default", "password_expires_at": null}} 2018-07-19 05:14:01,516 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-dd5952fd-041e-4fa7-a4a7-260d49fa0519 2018-07-19 05:14:01,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.386864900589s 2018-07-19 05:14:01,517 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-dd5952fd-041e-4fa7-a4a7-260d49fa0519 2018-07-19 05:14:01,517 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1861bddfe39946db9717a58565dcd41b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_3821236c-9dff-4d32-82ce-685e5c2e328b'}) 2018-07-19 05:14:01,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 05:14:01,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da3e32d786095c37282793b87cd473a29cc06d8c" 2018-07-19 05:14:01,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46ed3eb4-4cd3-4668-966a-71dd35c3b9e2 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:14:01,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-46ed3eb4-4cd3-4668-966a-71dd35c3b9e2 2018-07-19 05:14:01,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105724811554s 2018-07-19 05:14:01,627 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-46ed3eb4-4cd3-4668-966a-71dd35c3b9e2 2018-07-19 05:14:01,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 05:14:01,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da3e32d786095c37282793b87cd473a29cc06d8c" 2018-07-19 05:14:01,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0b22224-3988-4435-94b0-c00d5618a6f1 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:14:01,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f0b22224-3988-4435-94b0-c00d5618a6f1 2018-07-19 05:14:01,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10036110878s 2018-07-19 05:14:01,732 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f0b22224-3988-4435-94b0-c00d5618a6f1 2018-07-19 05:14:01,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 05:14:01,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da3e32d786095c37282793b87cd473a29cc06d8c" 2018-07-19 05:14:01,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-102de258-3905-4249-86a4-c5f86f3d0f7b Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:14:01,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-102de258-3905-4249-86a4-c5f86f3d0f7b 2018-07-19 05:14:01,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.108035087585s 2018-07-19 05:14:01,845 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-102de258-3905-4249-86a4-c5f86f3d0f7b 2018-07-19 05:14:01,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 05:14:01,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -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}da3e32d786095c37282793b87cd473a29cc06d8c" 2018-07-19 05:14:01,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33be822c-30b0-41ef-89b3-21f0ebc9c462 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-19 05:14:01,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-33be822c-30b0-41ef-89b3-21f0ebc9c462 2018-07-19 05:14:01,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.104633808136s 2018-07-19 05:14:01,955 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-33be822c-30b0-41ef-89b3-21f0ebc9c462 2018-07-19 05:14:01,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 05:14:01,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -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}da3e32d786095c37282793b87cd473a29cc06d8c" 2018-07-19 05:14:02,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a434a11-3708-4798-8eda-91ef256c3050 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "vping_ssh-user_3821236c-9dff-4d32-82ce-685e5c2e328b", "links": {"self": "http://172.30.9.28:5000/v3/users/1861bddfe39946db9717a58565dcd41b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1861bddfe39946db9717a58565dcd41b", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:14:02,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2a434a11-3708-4798-8eda-91ef256c3050 2018-07-19 05:14:02,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10947394371s 2018-07-19 05:14:02,066 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2a434a11-3708-4798-8eda-91ef256c3050 2018-07-19 05:14:02,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 05:14:02,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -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}da3e32d786095c37282793b87cd473a29cc06d8c" 2018-07-19 05:14:02,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c553170d-d177-4bfa-a4a7-6ed2cef5d90b Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "id": "c9003101a9994c308fccde61f611d998", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf"}, "tags": [], "enabled": true, "id": "808316c313f0491a8efb6e31d026d3bf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f"}, "tags": [], "enabled": true, "id": "aededaacc0b14da3b8ce604aa4f6184f", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_3821236c-9dff-4d32-82ce-685e5c2e328b"}]} 2018-07-19 05:14:02,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-c553170d-d177-4bfa-a4a7-6ed2cef5d90b 2018-07-19 05:14:02,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.109031915665s 2018-07-19 05:14:02,187 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-c553170d-d177-4bfa-a4a7-6ed2cef5d90b 2018-07-19 05:14:02,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-19 05:14:02,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=1861bddfe39946db9717a58565dcd41b&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=aededaacc0b14da3b8ce604aa4f6184f" -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}da3e32d786095c37282793b87cd473a29cc06d8c" 2018-07-19 05:14:02,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9a5cbc5-d2e8-474b-8dbf-69f2bc4c961c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=1861bddfe39946db9717a58565dcd41b&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=aededaacc0b14da3b8ce604aa4f6184f", "previous": null, "next": null}} 2018-07-19 05:14:02,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=1861bddfe39946db9717a58565dcd41b&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=aededaacc0b14da3b8ce604aa4f6184f used request id req-d9a5cbc5-d2e8-474b-8dbf-69f2bc4c961c 2018-07-19 05:14:02,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.10543012619s 2018-07-19 05:14:02,300 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=1861bddfe39946db9717a58565dcd41b&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=aededaacc0b14da3b8ce604aa4f6184f used request id req-d9a5cbc5-d2e8-474b-8dbf-69f2bc4c961c 2018-07-19 05:14:02,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-19 05:14:02,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f/users/1861bddfe39946db9717a58565dcd41b/roles/fc9a86fe047a4c4693c8f2b41c772941 -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}da3e32d786095c37282793b87cd473a29cc06d8c" 2018-07-19 05:14:02,513 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:14:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22dfbc65-004e-485a-8f3c-c9dd355c4143 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:14:02,513 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f/users/1861bddfe39946db9717a58565dcd41b/roles/fc9a86fe047a4c4693c8f2b41c772941 used request id req-22dfbc65-004e-485a-8f3c-c9dd355c4143 2018-07-19 05:14:02,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.209717035294s 2018-07-19 05:14:02,514 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f/users/1861bddfe39946db9717a58565dcd41b/roles/fc9a86fe047a4c4693c8f2b41c772941 used request id req-22dfbc65-004e-485a-8f3c-c9dd355c4143 2018-07-19 05:14:02,514 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_3821236c-9dff-4d32-82ce-685e5c2e328b', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'aededaacc0b14da3b8ce604aa4f6184f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '774c3f41-6770-4621-9e71-c29219feab8e', 'username': u'vping_ssh-user_3821236c-9dff-4d32-82ce-685e5c2e328b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-19 05:14:02,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 05:14:02,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 05:14:02,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 05:14:02,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 05:14:02,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 05:14:02,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 05:14:02,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 05:14:02,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 05:14:02,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 05:14:02,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 05:14:02,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 05:14:02,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 05:14:02,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 05:14:02,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 05:14:02,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 05:14:02,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 05:14:02,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 05:14:02,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 05:14:02,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 05:14:02,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 05:14:02,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 05:14:02,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 05:14:02,520 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_3821236c-9dff-4d32-82ce-685e5c2e328b', 'password': '774c3f41-6770-4621-9e71-c29219feab8e', 'project_name': 'vping_ssh-project_3821236c-9dff-4d32-82ce-685e5c2e328b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'aededaacc0b14da3b8ce604aa4f6184f', 'project_domain_name': 'Default'} 2018-07-19 05:14:02,520 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-07-19 05:14:02,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:14:02,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15c5eb8d-6e54-4052-be48-ed1863e4112f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:14:02,527 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-15c5eb8d-6e54-4052-be48-ed1863e4112f 2018-07-19 05:14:02,528 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:14:02,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}], "expires_at": "2018-07-19T06:14:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aededaacc0b14da3b8ce604aa4f6184f", "name": "vping_ssh-project_3821236c-9dff-4d32-82ce-685e5c2e328b"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/aededaacc0b14da3b8ce604aa4f6184f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/aededaacc0b14da3b8ce604aa4f6184f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/aededaacc0b14da3b8ce604aa4f6184f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/aededaacc0b14da3b8ce604aa4f6184f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/aededaacc0b14da3b8ce604aa4f6184f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/aededaacc0b14da3b8ce604aa4f6184f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/aededaacc0b14da3b8ce604aa4f6184f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/aededaacc0b14da3b8ce604aa4f6184f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/aededaacc0b14da3b8ce604aa4f6184f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_aededaacc0b14da3b8ce604aa4f6184f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_aededaacc0b14da3b8ce604aa4f6184f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/aededaacc0b14da3b8ce604aa4f6184f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/aededaacc0b14da3b8ce604aa4f6184f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/aededaacc0b14da3b8ce604aa4f6184f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_3821236c-9dff-4d32-82ce-685e5c2e328b", "id": "1861bddfe39946db9717a58565dcd41b"}, "audit_ids": ["16nTax13TfyMc9aAZzjT-w"], "issued_at": "2018-07-19T05:14:02.000000Z"}} 2018-07-19 05:14:02,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-19 05:14:02,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" -d '{"network": {"name": "vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b", "admin_state_up": true}}' 2018-07-19 05:14:03,688 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-1639bd3c-05e3-4079-a0a7-b75c6326d2e7 Date: Thu, 19 Jul 2018 05:14:03 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"1f3d8728-97dc-462d-93cd-75bf68c43db5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aededaacc0b14da3b8ce604aa4f6184f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:14:03Z","is_default":false,"name":"vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b","qos_policy_id":null,"admin_state_up":true,"tenant_id":"aededaacc0b14da3b8ce604aa4f6184f","created_at":"2018-07-19T05:14:03Z","mtu":1450}} 2018-07-19 05:14:03,688 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1639bd3c-05e3-4079-a0a7-b75c6326d2e7 2018-07-19 05:14:03,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.748574972153s 2018-07-19 05:14:03,688 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1639bd3c-05e3-4079-a0a7-b75c6326d2e7 2018-07-19 05:14:03,689 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-19T05:14:03Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'1f3d8728-97dc-462d-93cd-75bf68c43db5', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b', u'admin_state_up': True, u'tenant_id': u'aededaacc0b14da3b8ce604aa4f6184f', u'created_at': u'2018-07-19T05:14:03Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'aededaacc0b14da3b8ce604aa4f6184f', u'l2_adjacency': True}) 2018-07-19 05:14:03,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:14:03,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:03,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1230 X-Openstack-Request-Id: req-ccc7fdfd-5956-4e78-937c-387ed04eba1a Date: Thu, 19 Jul 2018 05:14:03 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"1f3d8728-97dc-462d-93cd-75bf68c43db5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aededaacc0b14da3b8ce604aa4f6184f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:14:03Z","qos_policy_id":null,"name":"vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b","admin_state_up":true,"tenant_id":"aededaacc0b14da3b8ce604aa4f6184f","created_at":"2018-07-19T05:14:03Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:14:03,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ccc7fdfd-5956-4e78-937c-387ed04eba1a 2018-07-19 05:14:03,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.285108089447s 2018-07-19 05:14:03,975 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ccc7fdfd-5956-4e78-937c-387ed04eba1a 2018-07-19 05:14:03,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-19 05:14:03,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" -d '{"subnet": {"name": "vping_ssh-subnet_3821236c-9dff-4d32-82ce-685e5c2e328b", "enable_dhcp": true, "network_id": "1f3d8728-97dc-462d-93cd-75bf68c43db5", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-19 05:14:04,976 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 669 X-Openstack-Request-Id: req-b51a7b4b-be41-407a-a907-434413f06dd0 Date: Thu, 19 Jul 2018 05:14:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f3d8728-97dc-462d-93cd-75bf68c43db5","tenant_id":"aededaacc0b14da3b8ce604aa4f6184f","created_at":"2018-07-19T05:14:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T05:14:04Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"aededaacc0b14da3b8ce604aa4f6184f","id":"f4dfce3b-9c96-4442-9251-72298fcc935f","subnetpool_id":null,"name":"vping_ssh-subnet_3821236c-9dff-4d32-82ce-685e5c2e328b"}} 2018-07-19 05:14:04,976 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b51a7b4b-be41-407a-a907-434413f06dd0 2018-07-19 05:14:04,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.999505996704s 2018-07-19 05:14:04,977 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b51a7b4b-be41-407a-a907-434413f06dd0 2018-07-19 05:14:04,977 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T05:14:04Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'f4dfce3b-9c96-4442-9251-72298fcc935f', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_3821236c-9dff-4d32-82ce-685e5c2e328b', u'enable_dhcp': True, u'network_id': u'1f3d8728-97dc-462d-93cd-75bf68c43db5', u'tenant_id': u'aededaacc0b14da3b8ce604aa4f6184f', u'created_at': u'2018-07-19T05:14:04Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'aededaacc0b14da3b8ce604aa4f6184f'}) 2018-07-19 05:14:04,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-19 05:14:04,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" -d '{"router": {"external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c"}, "name": "vping_ssh-router_3821236c-9dff-4d32-82ce-685e5c2e328b", "admin_state_up": true}}' 2018-07-19 05:14:11,165 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-0e2a0d27-9321-4e6f-92b5-1e6bde54477e Date: Thu, 19 Jul 2018 05:14:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:05Z", "admin_state_up": true, "updated_at": "2018-07-19T05:14:06Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "5d776ca4-fb9c-4809-a15e-71fbc55bab90", "name": "vping_ssh-router_3821236c-9dff-4d32-82ce-685e5c2e328b"}} 2018-07-19 05:14:11,165 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-0e2a0d27-9321-4e6f-92b5-1e6bde54477e 2018-07-19 05:14:11,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.18751096725s 2018-07-19 05:14:11,166 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-0e2a0d27-9321-4e6f-92b5-1e6bde54477e 2018-07-19 05:14:11,166 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T05:14:06Z', u'revision_number': 3, u'id': u'5d776ca4-fb9c-4809-a15e-71fbc55bab90', u'external_gateway_info': {u'network_id': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'2c83d5bd-6837-46dc-ba99-edbcdb9eb558', u'ip_address': u'172.30.9.205'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-router_3821236c-9dff-4d32-82ce-685e5c2e328b', u'admin_state_up': True, u'tenant_id': u'aededaacc0b14da3b8ce604aa4f6184f', u'created_at': u'2018-07-19T05:14:05Z', u'flavor_id': None, u'routes': [], u'project_id': u'aededaacc0b14da3b8ce604aa4f6184f'}) 2018-07-19 05:14:11,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-19 05:14:11,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/5d776ca4-fb9c-4809-a15e-71fbc55bab90/add_router_interface.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" -d '{"subnet_id": "f4dfce3b-9c96-4442-9251-72298fcc935f"}' 2018-07-19 05:14:14,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d8f7a0a0-712b-4656-8e8f-61f454e01c34 Date: Thu, 19 Jul 2018 05:14:14 GMT RESP BODY: {"network_id": "1f3d8728-97dc-462d-93cd-75bf68c43db5", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "subnet_id": "f4dfce3b-9c96-4442-9251-72298fcc935f", "subnet_ids": ["f4dfce3b-9c96-4442-9251-72298fcc935f"], "port_id": "c650905b-5a72-4bc3-9981-d4523b005343", "id": "5d776ca4-fb9c-4809-a15e-71fbc55bab90"} 2018-07-19 05:14:14,057 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5d776ca4-fb9c-4809-a15e-71fbc55bab90/add_router_interface.json used request id req-d8f7a0a0-712b-4656-8e8f-61f454e01c34 2018-07-19 05:14:14,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.89061999321s 2018-07-19 05:14:14,058 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5d776ca4-fb9c-4809-a15e-71fbc55bab90/add_router_interface.json used request id req-d8f7a0a0-712b-4656-8e8f-61f454e01c34 returning object 5d776ca4-fb9c-4809-a15e-71fbc55bab90 2018-07-19 05:14:14,058 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-19 05:14:14,191 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-19 05:14:14,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292 -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-07-19 05:14:14,197 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Thu, 19 Jul 2018 05:14:14 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-19 05:14:14,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:14:14,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:14,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-081655ed-9d7d-4490-8fbf-62facd6d0bc6 Date: Thu, 19 Jul 2018 05:14:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:14:14,426 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-081655ed-9d7d-4490-8fbf-62facd6d0bc6 2018-07-19 05:14:14,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.223717927933s 2018-07-19 05:14:14,426 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-081655ed-9d7d-4490-8fbf-62facd6d0bc6 2018-07-19 05:14:14,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-19 05:14:14,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_3821236c-9dff-4d32-82ce-685e5c2e328b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_3821236c-9dff-4d32-82ce-685e5c2e328b"}' 2018-07-19 05:14:14,705 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a76bbd24-f56a-402e-98a6-e27bf8e4a8c1 Date: Thu, 19 Jul 2018 05:14:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a/file", "owner": "aededaacc0b14da3b8ce604aa4f6184f", "id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "size": null, "self": "/v2/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:14:14Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3821236c-9dff-4d32-82ce-685e5c2e328b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3821236c-9dff-4d32-82ce-685e5c2e328b", "checksum": null, "created_at": "2018-07-19T05:14:14Z", "protected": false} 2018-07-19 05:14:14,706 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a76bbd24-f56a-402e-98a6-e27bf8e4a8c1 2018-07-19 05:14:14,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.272629022598s 2018-07-19 05:14:14,706 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a76bbd24-f56a-402e-98a6-e27bf8e4a8c1 returning object 185aed12-68b1-4710-9ae9-ad8249ad9a2a 2018-07-19 05:14:14,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-19 05:14:14,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a/file -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 "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" -d '' 2018-07-19 05:14:15,857 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-42afda12-6dfb-4ba1-aca9-669b8577e46f Date: Thu, 19 Jul 2018 05:14:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:14:15,857 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a/file used request id req-42afda12-6dfb-4ba1-aca9-669b8577e46f 2018-07-19 05:14:15,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.15067791939s 2018-07-19 05:14:15,858 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a/file used request id req-42afda12-6dfb-4ba1-aca9-669b8577e46f 2018-07-19 05:14:15,858 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_ssh-img_3821236c-9dff-4d32-82ce-685e5c2e328b', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-19T05:14:14Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a/file', u'owner': u'aededaacc0b14da3b8ce604aa4f6184f', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'185aed12-68b1-4710-9ae9-ad8249ad9a2a', u'size': None, u'name': u'vping_ssh-img_3821236c-9dff-4d32-82ce-685e5c2e328b', u'checksum': None, u'self': u'/v2/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-19T05:14:14Z', u'schema': u'/v2/schemas/image'}) 2018-07-19 05:14:15,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-19 05:14:15,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da3e32d786095c37282793b87cd473a29cc06d8c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_3821236c-9dff-4d32-82ce-685e5c2e328b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-19 05:14:16,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14: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-dcc2152b-56bd-4728-b6d3-036f326bbfaf x-compute-request-id: req-dcc2152b-56bd-4728-b6d3-036f326bbfaf Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_3821236c-9dff-4d32-82ce-685e5c2e328b", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}], "ram": 512, "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": "5366932a-d0a8-4d82-9428-fb11870ea952"}} 2018-07-19 05:14:16,148 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-dcc2152b-56bd-4728-b6d3-036f326bbfaf 2018-07-19 05:14:16,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.289165973663s 2018-07-19 05:14:16,148 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-dcc2152b-56bd-4728-b6d3-036f326bbfaf 2018-07-19 05:14:16,149 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_3821236c-9dff-4d32-82ce-685e5c2e328b', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c9003101a9994c308fccde61f611d998', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'5366932a-d0a8-4d82-9428-fb11870ea952', 'swap': 0}) 2018-07-19 05:14:16,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-19 05:14:16,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/5366932a-d0a8-4d82-9428-fb11870ea952/os-extra_specs -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da3e32d786095c37282793b87cd473a29cc06d8c" -d '{"extra_specs": {}}' 2018-07-19 05:14:16,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14: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-0fff0293-9896-45e9-a730-49a98cc95a3b x-compute-request-id: req-0fff0293-9896-45e9-a730-49a98cc95a3b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-19 05:14:16,177 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/5366932a-d0a8-4d82-9428-fb11870ea952/os-extra_specs used request id req-0fff0293-9896-45e9-a730-49a98cc95a3b 2018-07-19 05:14:16,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0270259380341s 2018-07-19 05:14:16,177 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/5366932a-d0a8-4d82-9428-fb11870ea952/os-extra_specs used request id req-0fff0293-9896-45e9-a730-49a98cc95a3b 2018-07-19 05:14:16,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-19 05:14:16,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" -d '{"keypair": {"name": "vping_ssh-kp_3821236c-9dff-4d32-82ce-685e5c2e328b"}}' 2018-07-19 05:14:16,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14: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-d20e8e85-0678-4120-9d67-3b4ebaf32216 x-compute-request-id: req-d20e8e85-0678-4120-9d67-3b4ebaf32216 Content-Encoding: gzip Content-Length: 1801 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJ7SLL5z/RfRlgkWgTKS+eiCZpVI4AsqyOORyxDC2vfPx/GPpsDVuhtB0SoR15BQ86fwvcPzYf1Zbl/XB27smMbGgjQEt5fmia1FihqGxOImzOOCQOEpKiwaAkWLrC2ELEHEI9CLEHPETHI78059IOSFOxIZicyZuAy4gTXD5A/psWwGVxEEgk4nv3bese7k0kZV9toeOdL/+vUosOI3W1byzBnzeomwtLSWjgt9c8rYg/kgmy9oRf+4I6k6DKAU7zjjyKzJ0Kd0RDBWYvInsHY2AqC7YJ9Ie9Grf4zhGA2sb4A0fDx6Vnx3qvzLd6feCwnswmpeIqWYB9rLqHk0JN Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAye0iy+c/0X0ZYJFoEykvnogmaVSOALKsjjkcsQwtr3z8fxj6\nbA1bobQdEqEdeQUPOn8L3D82H9WW5f1wdu7JjGxoI0BLeX5omtRYoahsTiJszjgk\nDhKSosGgJFi6wthCxBxCPQixBzxExyO/NOfSDkhTsSGYnMmbgMuIE1w+QP6bFsBl\ncRBIJOJ7923rHu5NJGVfbaHjnS//r1KLDiN1tW8swZ83qJsLS0lo4LfXPK2IP5IJ\nsvaEX/uCOpOgygFO8448isydCndEQwVmLyJ7B2NgKgu2CfSHvRq3+M4RgNrG+ANH\nw8elZ8d6r8y3en3gsJ7MJqXiKlmAfay6h5NCTQIDAQABAoIBAHUvAj+U70tSrzSE\njgJ4p2L4HlqIMHSlPFC5QjZZG/Y4sYvM4h9szR2Vmj2idKkzz3eiHS7vHCjzWkQU\nhXzv7NVqYDD88hAK1QftbZY7WMcrYTt4ByyHiMOdXKNbPt8ug+itgZ9L+Ph6+Gsd\nCqzYT+XsAW3NUnTC51SiSVD6+kHauAVWEfwfiwQAnwHYIVhdy01JY8Ts7bhRXgiw\nwqSgGJjKfdf2zTRXoOtFAIouPpJCoe4dh6ihADcAW8JNz7DijvH7HvaL8gIX16/8\n0hMkCW1n86xqw9Tg7hT5LWJMxM3J+mubiGKrO7O0p+QxF4UqJcVimPi4Srq0Fc6e\nmgxBH6ECgYEA6dBTxAcnFAAUWR1PMidcUscNmF6N45MxMgUB96wiDbGMfclwpmBe\nlqlU4dpj/MIKOna795SPJC6nsRQEXedASlLBlqOuw2YzUMGyEiPUGU6449+kmVb+\nRYnwBaSvk2x5Qc6DWI/nwscKcnLdxwro5Bgv/zMJKQQI09DR9P/apekCgYEA3RY3\nYSNcHUSm6iB1P4sUPsVtJeqtzkng7ckEJlTT9QYJ7zNGlSNYPUjKSq4bF7Ug/0hY\nWcoSzUS6oLroLYKZmj23+/lrNma5lWS+BVozDoll+hVwuqF/Iji31iJgQqeVI4Zq\nLFGYLycq3w1U9MTWyhNirPhzNBPw1cv/A3aJJsUCgYEAiJLYqxNmfydAu4EERo55\nPhzpUwxAIyNSRB5qtMoGJiuEneDxfS2jcqu8WiSf7P9GzDmYuBg9uGvMJgJEPrma\ncw995sj7h0WGSfCqXDAzbwjttKVo1uzan7Hf0twMdreQ6KCBVlTQkpSDBLEV3HMB\n8GI0fwPHoP6rTVaXnV1p0SkCgYEA2GlBxkUNitzDolQpUQz7wUIRyFbC0TYCBeCJ\nvle0rpi9qrZ/dccGPd79nUJ15Kv5Y8nWKfYil2maYXDzinDXmGKnsO+B4duF99WI\nJ8cWSTl3Z+gK07T3tHDeiq5VmYle9EpDraQlGqr1TSdIrNvtABsfsP72DdkjGrQ3\nqJUkRZ0CgYEAlvrBulLuJu4qsDd2yEfb9D0bTcHYh8BZTyXd2RJfdpp6SN00Y7Fx\nx01X4zdlpodXCp4Bv9gzM2+YfP7iUHlJhOf31hY6+5Lc99nbtflEzRueSh/RyI2a\nC9xxZQ/SrML3sy9RC4ClSN/BQotXOPVkwxiN6UDGxSRHKJ7uwSW8AAM=\n-----END RSA PRIVATE KEY-----\n", "user_id": "1861bddfe39946db9717a58565dcd41b", "name": "vping_ssh-kp_3821236c-9dff-4d32-82ce-685e5c2e328b", "fingerprint": "b7:3d:53:77:33:ba:d0:3d:93:dc:f8:d2:13:f4:e0:50"}} 2018-07-19 05:14:16,540 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-d20e8e85-0678-4120-9d67-3b4ebaf32216 2018-07-19 05:14:16,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.36216711998s 2018-07-19 05:14:16,541 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-d20e8e85-0678-4120-9d67-3b4ebaf32216 2018-07-19 05:14:16,541 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJ7SLL5z/RfRlgkWgTKS+eiCZpVI4AsqyOORyxDC2vfPx/GPpsDVuhtB0SoR15BQ86fwvcPzYf1Zbl/XB27smMbGgjQEt5fmia1FihqGxOImzOOCQOEpKiwaAkWLrC2ELEHEI9CLEHPETHI78059IOSFOxIZicyZuAy4gTXD5A/psWwGVxEEgk4nv3bese7k0kZV9toeOdL/+vUosOI3W1byzBnzeomwtLSWjgt9c8rYg/kgmy9oRf+4I6k6DKAU7zjjyKzJ0Kd0RDBWYvInsHY2AqC7YJ9Ie9Grf4zhGA2sb4A0fDx6Vnx3qvzLd6feCwnswmpeIqWYB9rLqHk0JN Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAye0iy+c/0X0ZYJFoEykvnogmaVSOALKsjjkcsQwtr3z8fxj6\nbA1bobQdEqEdeQUPOn8L3D82H9WW5f1wdu7JjGxoI0BLeX5omtRYoahsTiJszjgk\nDhKSosGgJFi6wthCxBxCPQixBzxExyO/NOfSDkhTsSGYnMmbgMuIE1w+QP6bFsBl\ncRBIJOJ7923rHu5NJGVfbaHjnS//r1KLDiN1tW8swZ83qJsLS0lo4LfXPK2IP5IJ\nsvaEX/uCOpOgygFO8448isydCndEQwVmLyJ7B2NgKgu2CfSHvRq3+M4RgNrG+ANH\nw8elZ8d6r8y3en3gsJ7MJqXiKlmAfay6h5NCTQIDAQABAoIBAHUvAj+U70tSrzSE\njgJ4p2L4HlqIMHSlPFC5QjZZG/Y4sYvM4h9szR2Vmj2idKkzz3eiHS7vHCjzWkQU\nhXzv7NVqYDD88hAK1QftbZY7WMcrYTt4ByyHiMOdXKNbPt8ug+itgZ9L+Ph6+Gsd\nCqzYT+XsAW3NUnTC51SiSVD6+kHauAVWEfwfiwQAnwHYIVhdy01JY8Ts7bhRXgiw\nwqSgGJjKfdf2zTRXoOtFAIouPpJCoe4dh6ihADcAW8JNz7DijvH7HvaL8gIX16/8\n0hMkCW1n86xqw9Tg7hT5LWJMxM3J+mubiGKrO7O0p+QxF4UqJcVimPi4Srq0Fc6e\nmgxBH6ECgYEA6dBTxAcnFAAUWR1PMidcUscNmF6N45MxMgUB96wiDbGMfclwpmBe\nlqlU4dpj/MIKOna795SPJC6nsRQEXedASlLBlqOuw2YzUMGyEiPUGU6449+kmVb+\nRYnwBaSvk2x5Qc6DWI/nwscKcnLdxwro5Bgv/zMJKQQI09DR9P/apekCgYEA3RY3\nYSNcHUSm6iB1P4sUPsVtJeqtzkng7ckEJlTT9QYJ7zNGlSNYPUjKSq4bF7Ug/0hY\nWcoSzUS6oLroLYKZmj23+/lrNma5lWS+BVozDoll+hVwuqF/Iji31iJgQqeVI4Zq\nLFGYLycq3w1U9MTWyhNirPhzNBPw1cv/A3aJJsUCgYEAiJLYqxNmfydAu4EERo55\nPhzpUwxAIyNSRB5qtMoGJiuEneDxfS2jcqu8WiSf7P9GzDmYuBg9uGvMJgJEPrma\ncw995sj7h0WGSfCqXDAzbwjttKVo1uzan7Hf0twMdreQ6KCBVlTQkpSDBLEV3HMB\n8GI0fwPHoP6rTVaXnV1p0SkCgYEA2GlBxkUNitzDolQpUQz7wUIRyFbC0TYCBeCJ\nvle0rpi9qrZ/dccGPd79nUJ15Kv5Y8nWKfYil2maYXDzinDXmGKnsO+B4duF99WI\nJ8cWSTl3Z+gK07T3tHDeiq5VmYle9EpDraQlGqr1TSdIrNvtABsfsP72DdkjGrQ3\nqJUkRZ0CgYEAlvrBulLuJu4qsDd2yEfb9D0bTcHYh8BZTyXd2RJfdpp6SN00Y7Fx\nx01X4zdlpodXCp4Bv9gzM2+YfP7iUHlJhOf31hY6+5Lc99nbtflEzRueSh/RyI2a\nC9xxZQ/SrML3sy9RC4ClSN/BQotXOPVkwxiN6UDGxSRHKJ7uwSW8AAM=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'1861bddfe39946db9717a58565dcd41b', 'name': u'vping_ssh-kp_3821236c-9dff-4d32-82ce-685e5c2e328b', 'created_at': '2018-07-19T05:14:16.541704', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aededaacc0b14da3b8ce604aa4f6184f', 'name': 'vping_ssh-project_3821236c-9dff-4d32-82ce-685e5c2e328b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'b7:3d:53:77:33:ba:d0:3d:93:dc:f8:d2:13:f4:e0:50', 'type': 'ssh', 'id': u'vping_ssh-kp_3821236c-9dff-4d32-82ce-685e5c2e328b'}) 2018-07-19 05:14:16,542 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAye0iy+c/0X0ZYJFoEykvnogmaVSOALKsjjkcsQwtr3z8fxj6 bA1bobQdEqEdeQUPOn8L3D82H9WW5f1wdu7JjGxoI0BLeX5omtRYoahsTiJszjgk DhKSosGgJFi6wthCxBxCPQixBzxExyO/NOfSDkhTsSGYnMmbgMuIE1w+QP6bFsBl cRBIJOJ7923rHu5NJGVfbaHjnS//r1KLDiN1tW8swZ83qJsLS0lo4LfXPK2IP5IJ svaEX/uCOpOgygFO8448isydCndEQwVmLyJ7B2NgKgu2CfSHvRq3+M4RgNrG+ANH w8elZ8d6r8y3en3gsJ7MJqXiKlmAfay6h5NCTQIDAQABAoIBAHUvAj+U70tSrzSE jgJ4p2L4HlqIMHSlPFC5QjZZG/Y4sYvM4h9szR2Vmj2idKkzz3eiHS7vHCjzWkQU hXzv7NVqYDD88hAK1QftbZY7WMcrYTt4ByyHiMOdXKNbPt8ug+itgZ9L+Ph6+Gsd CqzYT+XsAW3NUnTC51SiSVD6+kHauAVWEfwfiwQAnwHYIVhdy01JY8Ts7bhRXgiw wqSgGJjKfdf2zTRXoOtFAIouPpJCoe4dh6ihADcAW8JNz7DijvH7HvaL8gIX16/8 0hMkCW1n86xqw9Tg7hT5LWJMxM3J+mubiGKrO7O0p+QxF4UqJcVimPi4Srq0Fc6e mgxBH6ECgYEA6dBTxAcnFAAUWR1PMidcUscNmF6N45MxMgUB96wiDbGMfclwpmBe lqlU4dpj/MIKOna795SPJC6nsRQEXedASlLBlqOuw2YzUMGyEiPUGU6449+kmVb+ RYnwBaSvk2x5Qc6DWI/nwscKcnLdxwro5Bgv/zMJKQQI09DR9P/apekCgYEA3RY3 YSNcHUSm6iB1P4sUPsVtJeqtzkng7ckEJlTT9QYJ7zNGlSNYPUjKSq4bF7Ug/0hY WcoSzUS6oLroLYKZmj23+/lrNma5lWS+BVozDoll+hVwuqF/Iji31iJgQqeVI4Zq LFGYLycq3w1U9MTWyhNirPhzNBPw1cv/A3aJJsUCgYEAiJLYqxNmfydAu4EERo55 PhzpUwxAIyNSRB5qtMoGJiuEneDxfS2jcqu8WiSf7P9GzDmYuBg9uGvMJgJEPrma cw995sj7h0WGSfCqXDAzbwjttKVo1uzan7Hf0twMdreQ6KCBVlTQkpSDBLEV3HMB 8GI0fwPHoP6rTVaXnV1p0SkCgYEA2GlBxkUNitzDolQpUQz7wUIRyFbC0TYCBeCJ vle0rpi9qrZ/dccGPd79nUJ15Kv5Y8nWKfYil2maYXDzinDXmGKnsO+B4duF99WI J8cWSTl3Z+gK07T3tHDeiq5VmYle9EpDraQlGqr1TSdIrNvtABsfsP72DdkjGrQ3 qJUkRZ0CgYEAlvrBulLuJu4qsDd2yEfb9D0bTcHYh8BZTyXd2RJfdpp6SN00Y7Fx x01X4zdlpodXCp4Bv9gzM2+YfP7iUHlJhOf31hY6+5Lc99nbtflEzRueSh/RyI2a C9xxZQ/SrML3sy9RC4ClSN/BQotXOPVkwxiN6UDGxSRHKJ7uwSW8AAM= -----END RSA PRIVATE KEY----- 2018-07-19 05:14:16,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-19 05:14:16,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-groups.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" -d '{"security_group": {"name": "vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-07-19 05:14:16,932 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-4d068ef2-23ae-4c73-a138-98a02edc48dc Date: Thu, 19 Jul 2018 05:14:16 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:16Z", "updated_at": "2018-07-19T05:14:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:16Z", "revision_number": 0, "id": "07f323c8-101e-467f-b253-24f357f5b26e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:16Z", "security_group_id": "91f72a4f-0431-4f78-a006-2333e9105648", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:16Z", "revision_number": 0, "id": "80c8711b-f6f1-4f73-8858-512dda8ee63b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:16Z", "security_group_id": "91f72a4f-0431-4f78-a006-2333e9105648", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}], "revision_number": 1, "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "91f72a4f-0431-4f78-a006-2333e9105648", "name": "vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b"}} 2018-07-19 05:14:16,932 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-4d068ef2-23ae-4c73-a138-98a02edc48dc 2018-07-19 05:14:16,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.386990070343s 2018-07-19 05:14:16,932 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-4d068ef2-23ae-4c73-a138-98a02edc48dc 2018-07-19 05:14:16,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 05:14:16,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:17,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-f8a1d043-f261-4dae-8ea0-31453b093469 Date: Thu, 19 Jul 2018 05:14:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:03Z", "updated_at": "2018-07-19T05:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "4d9345f1-86f6-4fe7-bc82-6f67566dcf55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "6396e41d-f871-4e63-9f2e-147378dc58cd", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7c146678-66d8-4f49-a14c-8764972243f5", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7f3ea7a1-1075-4fa9-b218-6657a224d4d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}], "revision_number": 1, "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:16Z", "updated_at": "2018-07-19T05:14:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:16Z", "revision_number": 0, "id": "07f323c8-101e-467f-b253-24f357f5b26e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:16Z", "security_group_id": "91f72a4f-0431-4f78-a006-2333e9105648", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:16Z", "revision_number": 0, "id": "80c8711b-f6f1-4f73-8858-512dda8ee63b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:16Z", "security_group_id": "91f72a4f-0431-4f78-a006-2333e9105648", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}], "revision_number": 1, "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "91f72a4f-0431-4f78-a006-2333e9105648", "name": "vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b"}]} 2018-07-19 05:14:17,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-f8a1d043-f261-4dae-8ea0-31453b093469 2018-07-19 05:14:17,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.24400305748s 2018-07-19 05:14:17,181 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-f8a1d043-f261-4dae-8ea0-31453b093469 2018-07-19 05:14:17,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-19 05:14:17,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "91f72a4f-0431-4f78-a006-2333e9105648"}}' 2018-07-19 05:14:17,601 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-8998dd1b-c031-47da-b338-1ce87097007d Date: Thu, 19 Jul 2018 05:14:17 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-19T05:14:17Z", "security_group_id": "91f72a4f-0431-4f78-a006-2333e9105648", "port_range_min": 22, "revision_number": 0, "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:17Z", "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "4dc914f2-3ec1-40c6-88f7-18e4ab8d7e39"}} 2018-07-19 05:14:17,601 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-8998dd1b-c031-47da-b338-1ce87097007d 2018-07-19 05:14:17,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.416996955872s 2018-07-19 05:14:17,602 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-8998dd1b-c031-47da-b338-1ce87097007d 2018-07-19 05:14:17,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 05:14:17,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:17,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-fceb9725-8315-43af-aba7-41e0fd2946fc Date: Thu, 19 Jul 2018 05:14:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:03Z", "updated_at": "2018-07-19T05:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "4d9345f1-86f6-4fe7-bc82-6f67566dcf55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "6396e41d-f871-4e63-9f2e-147378dc58cd", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7c146678-66d8-4f49-a14c-8764972243f5", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7f3ea7a1-1075-4fa9-b218-6657a224d4d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}], "revision_number": 1, "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:16Z", "updated_at": "2018-07-19T05:14:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:16Z", "revision_number": 0, "id": "07f323c8-101e-467f-b253-24f357f5b26e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:16Z", "security_group_id": "91f72a4f-0431-4f78-a006-2333e9105648", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-19T05:14:17Z", "revision_number": 0, "id": "4dc914f2-3ec1-40c6-88f7-18e4ab8d7e39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:17Z", "security_group_id": "91f72a4f-0431-4f78-a006-2333e9105648", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:16Z", "revision_number": 0, "id": "80c8711b-f6f1-4f73-8858-512dda8ee63b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:16Z", "security_group_id": "91f72a4f-0431-4f78-a006-2333e9105648", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}], "revision_number": 2, "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "91f72a4f-0431-4f78-a006-2333e9105648", "name": "vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b"}]} 2018-07-19 05:14:17,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-fceb9725-8315-43af-aba7-41e0fd2946fc 2018-07-19 05:14:17,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.265188932419s 2018-07-19 05:14:17,871 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-fceb9725-8315-43af-aba7-41e0fd2946fc 2018-07-19 05:14:17,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-19 05:14:17,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "91f72a4f-0431-4f78-a006-2333e9105648"}}' 2018-07-19 05:14:18,193 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-0fcd9a1b-31c9-457e-a65e-8b6ab180e9ca Date: Thu, 19 Jul 2018 05:14:18 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:14:18Z", "security_group_id": "91f72a4f-0431-4f78-a006-2333e9105648", "port_range_min": null, "revision_number": 0, "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:18Z", "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "3d26d10d-89fe-4ceb-80e1-780b6c51e975"}} 2018-07-19 05:14:18,193 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-0fcd9a1b-31c9-457e-a65e-8b6ab180e9ca 2018-07-19 05:14:18,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.319190979004s 2018-07-19 05:14:18,194 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-0fcd9a1b-31c9-457e-a65e-8b6ab180e9ca 2018-07-19 05:14:18,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:14:18,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:18,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-a48aa623-c6ae-44e3-a9b3-83599ed612aa Date: Thu, 19 Jul 2018 05:14:18 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1f3d8728-97dc-462d-93cd-75bf68c43db5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aededaacc0b14da3b8ce604aa4f6184f","l2_adjacency":true,"status":"ACTIVE","subnets":["f4dfce3b-9c96-4442-9251-72298fcc935f"],"description":"","tags":[],"updated_at":"2018-07-19T05:14:04Z","qos_policy_id":null,"name":"vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b","admin_state_up":true,"tenant_id":"aededaacc0b14da3b8ce604aa4f6184f","created_at":"2018-07-19T05:14:03Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:14:18,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a48aa623-c6ae-44e3-a9b3-83599ed612aa 2018-07-19 05:14:18,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.304946184158s 2018-07-19 05:14:18,500 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a48aa623-c6ae-44e3-a9b3-83599ed612aa 2018-07-19 05:14:18,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:14:18,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:18,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-c302ed3e-aafd-44e9-97fe-82bcfd2e40b0 Date: Thu, 19 Jul 2018 05:14:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a/snap", "metadata": {}}], "file": "/v2/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a/file", "owner": "aededaacc0b14da3b8ce604aa4f6184f", "id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "size": 12716032, "self": "/v2/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "disk_format": "qcow2", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:14:15Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3821236c-9dff-4d32-82ce-685e5c2e328b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3821236c-9dff-4d32-82ce-685e5c2e328b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T05:14:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:14:18,780 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c302ed3e-aafd-44e9-97fe-82bcfd2e40b0 2018-07-19 05:14:18,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.274859189987s 2018-07-19 05:14:18,780 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c302ed3e-aafd-44e9-97fe-82bcfd2e40b0 2018-07-19 05:14:18,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 05:14:18,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:18,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14: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-f28255d3-fdb0-41de-8c29-405943944579 x-compute-request-id: req-f28255d3-fdb0-41de-8c29-405943944579 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_3821236c-9dff-4d32-82ce-685e5c2e328b", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}], "ram": 512, "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": "5366932a-d0a8-4d82-9428-fb11870ea952"}]} 2018-07-19 05:14:18,811 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-f28255d3-fdb0-41de-8c29-405943944579 2018-07-19 05:14:18,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0280418395996s 2018-07-19 05:14:18,811 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-f28255d3-fdb0-41de-8c29-405943944579 2018-07-19 05:14:18,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-19 05:14:18,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" -d '{"server": {"name": "vping_ssh-vm2_3821236c-9dff-4d32-82ce-685e5c2e328b", "imageRef": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "flavorRef": "5366932a-d0a8-4d82-9428-fb11870ea952", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1f3d8728-97dc-462d-93cd-75bf68c43db5"}], "security_groups": [{"name": "91f72a4f-0431-4f78-a006-2333e9105648"}]}}' 2018-07-19 05:14:22,850 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:14: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-5f79f2ee-7620-4531-a0d2-3f0155fc1928 x-compute-request-id: req-5f79f2ee-7620-4531-a0d2-3f0155fc1928 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "91f72a4f-0431-4f78-a006-2333e9105648"}], "OS-DCF:diskConfig": "MANUAL", "id": "bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "bookmark"}], "adminPass": "HGpSjyXenE86"}} 2018-07-19 05:14:22,850 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-5f79f2ee-7620-4531-a0d2-3f0155fc1928 2018-07-19 05:14:22,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.03782606125s 2018-07-19 05:14:22,851 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-5f79f2ee-7620-4531-a0d2-3f0155fc1928 2018-07-19 05:14:22,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:14:22,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:23,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14: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-2926efea-722b-4f7c-9ea5-4b92962e559c x-compute-request-id: req-2926efea-722b-4f7c-9ea5-4b92962e559c Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "bookmark"}], "image": {"id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "links": [{"href": "http://172.30.9.28:8774/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5366932a-d0a8-4d82-9428-fb11870ea952", "links": [{"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}]}, "id": "bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "user_id": "1861bddfe39946db9717a58565dcd41b", "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-07-19T05:14:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3821236c-9dff-4d32-82ce-685e5c2e328b", "created": "2018-07-19T05:14:22Z", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:14:23,367 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2926efea-722b-4f7c-9ea5-4b92962e559c 2018-07-19 05:14:23,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51608300209s 2018-07-19 05:14:23,368 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2926efea-722b-4f7c-9ea5-4b92962e559c 2018-07-19 05:14:23,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:14:23,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:23,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-2f02b036-acdf-464b-9181-d7fc6f3cb620 Date: Thu, 19 Jul 2018 05:14:23 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1f3d8728-97dc-462d-93cd-75bf68c43db5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aededaacc0b14da3b8ce604aa4f6184f","l2_adjacency":true,"status":"ACTIVE","subnets":["f4dfce3b-9c96-4442-9251-72298fcc935f"],"description":"","tags":[],"updated_at":"2018-07-19T05:14:04Z","qos_policy_id":null,"name":"vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b","admin_state_up":true,"tenant_id":"aededaacc0b14da3b8ce604aa4f6184f","created_at":"2018-07-19T05:14:03Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:14:23,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-2f02b036-acdf-464b-9181-d7fc6f3cb620 2018-07-19 05:14:23,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.114400863647s 2018-07-19 05:14:23,489 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-2f02b036-acdf-464b-9181-d7fc6f3cb620 2018-07-19 05:14:23,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 05:14:23,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:23,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-216405ea-5eb3-49ea-90c1-0e630b765983 Date: Thu, 19 Jul 2018 05:14:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f3d8728-97dc-462d-93cd-75bf68c43db5","tenant_id":"aededaacc0b14da3b8ce604aa4f6184f","created_at":"2018-07-19T05:14:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T05:14:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"aededaacc0b14da3b8ce604aa4f6184f","id":"f4dfce3b-9c96-4442-9251-72298fcc935f","subnetpool_id":null,"name":"vping_ssh-subnet_3821236c-9dff-4d32-82ce-685e5c2e328b"}]} 2018-07-19 05:14:23,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-216405ea-5eb3-49ea-90c1-0e630b765983 2018-07-19 05:14:23,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0486218929291s 2018-07-19 05:14:23,539 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-216405ea-5eb3-49ea-90c1-0e630b765983 2018-07-19 05:14:23,539 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:14:25,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:14:25,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:25,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14: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-68cfc859-dc76-4fc9-b4b6-077411c7e162 x-compute-request-id: req-68cfc859-dc76-4fc9-b4b6-077411c7e162 Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "bookmark"}], "image": {"id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "links": [{"href": "http://172.30.9.28:8774/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5366932a-d0a8-4d82-9428-fb11870ea952", "links": [{"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}]}, "id": "bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "user_id": "1861bddfe39946db9717a58565dcd41b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:14:25Z", "hostId": "d42d76fecff4993fc6e9a4145d28ffda39ce5758087674f509930565", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3821236c-9dff-4d32-82ce-685e5c2e328b", "created": "2018-07-19T05:14:22Z", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:14:25,973 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-68cfc859-dc76-4fc9-b4b6-077411c7e162 2018-07-19 05:14:25,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.430723905563s 2018-07-19 05:14:25,973 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-68cfc859-dc76-4fc9-b4b6-077411c7e162 2018-07-19 05:14:25,977 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:14:27,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:14:27,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:29,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-310804df-7f22-4732-afca-0790826b4236 x-compute-request-id: req-310804df-7f22-4732-afca-0790826b4236 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "bookmark"}], "image": {"id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "links": [{"href": "http://172.30.9.28:8774/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5366932a-d0a8-4d82-9428-fb11870ea952", "links": [{"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}]}, "id": "bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "security_groups": [{"name": "vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b"}], "user_id": "1861bddfe39946db9717a58565dcd41b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:14:25Z", "hostId": "d42d76fecff4993fc6e9a4145d28ffda39ce5758087674f509930565", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3821236c-9dff-4d32-82ce-685e5c2e328b", "created": "2018-07-19T05:14:22Z", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:14:29,305 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-310804df-7f22-4732-afca-0790826b4236 2018-07-19 05:14:29,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.32452702522s 2018-07-19 05:14:29,305 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-310804df-7f22-4732-afca-0790826b4236 2018-07-19 05:14:29,309 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:14:31,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:14:31,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:32,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8b4544b-d7cf-408b-878b-124f70a7c003 x-compute-request-id: req-c8b4544b-d7cf-408b-878b-124f70a7c003 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:41:a1", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "bookmark"}], "image": {"id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "links": [{"href": "http://172.30.9.28:8774/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:14:30.000000", "flavor": {"id": "5366932a-d0a8-4d82-9428-fb11870ea952", "links": [{"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}]}, "id": "bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "security_groups": [{"name": "vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b"}], "user_id": "1861bddfe39946db9717a58565dcd41b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:14:31Z", "hostId": "d42d76fecff4993fc6e9a4145d28ffda39ce5758087674f509930565", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3821236c-9dff-4d32-82ce-685e5c2e328b", "created": "2018-07-19T05:14:22Z", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:14:32,173 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c8b4544b-d7cf-408b-878b-124f70a7c003 2018-07-19 05:14:32,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.861541986465s 2018-07-19 05:14:32,174 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c8b4544b-d7cf-408b-878b-124f70a7c003 2018-07-19 05:14:32,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:14:32,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=bd75675e-f2e9-4d43-8a5d-5e7983c7ab89" -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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:32,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 797 X-Openstack-Request-Id: req-ce38388f-f504-491e-ad2a-c7def89af565 Date: Thu, 19 Jul 2018 05:14:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:14:30Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4dfce3b-9c96-4442-9251-72298fcc935f","ip_address":"192.168.0.10"}],"id":"bc8a1327-9ac1-4adc-a461-4eb8721e6d43","security_groups":["91f72a4f-0431-4f78-a006-2333e9105648"],"mac_address":"fa:16:3e:0f:41:a1","project_id":"aededaacc0b14da3b8ce604aa4f6184f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f3d8728-97dc-462d-93cd-75bf68c43db5","tenant_id":"aededaacc0b14da3b8ce604aa4f6184f","created_at":"2018-07-19T05:14:26Z","binding:vnic_type":"normal","device_id":"bd75675e-f2e9-4d43-8a5d-5e7983c7ab89","ip_allocation":"immediate"}]} 2018-07-19 05:14:32,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=bd75675e-f2e9-4d43-8a5d-5e7983c7ab89 used request id req-ce38388f-f504-491e-ad2a-c7def89af565 2018-07-19 05:14:32,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0623359680176s 2018-07-19 05:14:32,240 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=bd75675e-f2e9-4d43-8a5d-5e7983c7ab89 used request id req-ce38388f-f504-491e-ad2a-c7def89af565 2018-07-19 05:14:32,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:14:32,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=bc8a1327-9ac1-4adc-a461-4eb8721e6d43" -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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:32,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-06839db1-8de7-421e-ba8f-29d1b965e7c9 Date: Thu, 19 Jul 2018 05:14:32 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:14:32,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=bc8a1327-9ac1-4adc-a461-4eb8721e6d43 used request id req-06839db1-8de7-421e-ba8f-29d1b965e7c9 2018-07-19 05:14:32,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.246897220612s 2018-07-19 05:14:32,493 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=bc8a1327-9ac1-4adc-a461-4eb8721e6d43 used request id req-06839db1-8de7-421e-ba8f-29d1b965e7c9 2018-07-19 05:14:32,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:14:32,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:33,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14: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-c8d7232f-0c46-43c5-8479-f3264c3d538b x-compute-request-id: req-c8d7232f-0c46-43c5-8479-f3264c3d538b Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:41:a1", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "bookmark"}], "image": {"id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "links": [{"href": "http://172.30.9.28:8774/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:14:30.000000", "flavor": {"id": "5366932a-d0a8-4d82-9428-fb11870ea952", "links": [{"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}]}, "id": "bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "security_groups": [{"name": "vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b"}], "user_id": "1861bddfe39946db9717a58565dcd41b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:14:31Z", "hostId": "d42d76fecff4993fc6e9a4145d28ffda39ce5758087674f509930565", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3821236c-9dff-4d32-82ce-685e5c2e328b", "created": "2018-07-19T05:14:22Z", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:14:33,265 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c8d7232f-0c46-43c5-8479-f3264c3d538b 2018-07-19 05:14:33,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.771190881729s 2018-07-19 05:14:33,265 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c8d7232f-0c46-43c5-8479-f3264c3d538b 2018-07-19 05:14:33,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:14:33,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=bd75675e-f2e9-4d43-8a5d-5e7983c7ab89" -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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:33,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 797 X-Openstack-Request-Id: req-df4278f4-e8c1-4dda-8388-6a665af6c8af Date: Thu, 19 Jul 2018 05:14:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:14:30Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4dfce3b-9c96-4442-9251-72298fcc935f","ip_address":"192.168.0.10"}],"id":"bc8a1327-9ac1-4adc-a461-4eb8721e6d43","security_groups":["91f72a4f-0431-4f78-a006-2333e9105648"],"mac_address":"fa:16:3e:0f:41:a1","project_id":"aededaacc0b14da3b8ce604aa4f6184f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f3d8728-97dc-462d-93cd-75bf68c43db5","tenant_id":"aededaacc0b14da3b8ce604aa4f6184f","created_at":"2018-07-19T05:14:26Z","binding:vnic_type":"normal","device_id":"bd75675e-f2e9-4d43-8a5d-5e7983c7ab89","ip_allocation":"immediate"}]} 2018-07-19 05:14:33,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=bd75675e-f2e9-4d43-8a5d-5e7983c7ab89 used request id req-df4278f4-e8c1-4dda-8388-6a665af6c8af 2018-07-19 05:14:33,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.25478386879s 2018-07-19 05:14:33,525 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=bd75675e-f2e9-4d43-8a5d-5e7983c7ab89 used request id req-df4278f4-e8c1-4dda-8388-6a665af6c8af 2018-07-19 05:14:33,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:14:33,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=bc8a1327-9ac1-4adc-a461-4eb8721e6d43" -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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:33,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6652050b-5dda-4a82-acce-3b4ac23e6994 Date: Thu, 19 Jul 2018 05:14:33 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:14:33,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=bc8a1327-9ac1-4adc-a461-4eb8721e6d43 used request id req-6652050b-5dda-4a82-acce-3b4ac23e6994 2018-07-19 05:14:33,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0435240268707s 2018-07-19 05:14:33,573 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=bc8a1327-9ac1-4adc-a461-4eb8721e6d43 used request id req-6652050b-5dda-4a82-acce-3b4ac23e6994 2018-07-19 05:14:33,574 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:0f:41:a1', u'version': 4, u'addr': u'192.168.0.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'185aed12-68b1-4710-9ae9-ad8249ad9a2a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-19T05:14:30.000000', 'flavor': Munch({u'id': u'5366932a-d0a8-4d82-9428-fb11870ea952'}), 'az': u'nova', 'id': u'bd75675e-f2e9-4d43-8a5d-5e7983c7ab89', 'security_groups': [Munch({u'name': u'vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'1861bddfe39946db9717a58565dcd41b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aededaacc0b14da3b8ce604aa4f6184f', 'name': 'vping_ssh-project_3821236c-9dff-4d32-82ce-685e5c2e328b', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-19T05:14:30.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-19T05:14:31Z', 'hostId': u'd42d76fecff4993fc6e9a4145d28ffda39ce5758087674f509930565', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.0.10', 'cloud': 'envvars', 'host_id': u'd42d76fecff4993fc6e9a4145d28ffda39ce5758087674f509930565', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-19T05:14:30.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'aededaacc0b14da3b8ce604aa4f6184f', 'name': u'vping_ssh-vm2_3821236c-9dff-4d32-82ce-685e5c2e328b', 'adminPass': None, 'tenant_id': u'aededaacc0b14da3b8ce604aa4f6184f', 'created_at': u'2018-07-19T05:14:22Z', 'created': u'2018-07-19T05:14:22Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-19 05:14:33,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:14:33,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:33,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-9eaa89ca-52e4-4b09-b209-cf9dcd8e5a53 Date: Thu, 19 Jul 2018 05:14:33 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1f3d8728-97dc-462d-93cd-75bf68c43db5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aededaacc0b14da3b8ce604aa4f6184f","l2_adjacency":true,"status":"ACTIVE","subnets":["f4dfce3b-9c96-4442-9251-72298fcc935f"],"description":"","tags":[],"updated_at":"2018-07-19T05:14:04Z","qos_policy_id":null,"name":"vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b","admin_state_up":true,"tenant_id":"aededaacc0b14da3b8ce604aa4f6184f","created_at":"2018-07-19T05:14:03Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:14:33,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-9eaa89ca-52e4-4b09-b209-cf9dcd8e5a53 2018-07-19 05:14:33,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.321864128113s 2018-07-19 05:14:33,897 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-9eaa89ca-52e4-4b09-b209-cf9dcd8e5a53 2018-07-19 05:14:33,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:14:33,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:34,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-c5baa998-77a2-4d91-bb82-4ec8296f6aba Date: Thu, 19 Jul 2018 05:14:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a/snap", "metadata": {}}], "file": "/v2/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a/file", "owner": "aededaacc0b14da3b8ce604aa4f6184f", "id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "size": 12716032, "self": "/v2/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "disk_format": "qcow2", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:14:15Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3821236c-9dff-4d32-82ce-685e5c2e328b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3821236c-9dff-4d32-82ce-685e5c2e328b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T05:14:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:14:34,124 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c5baa998-77a2-4d91-bb82-4ec8296f6aba 2018-07-19 05:14:34,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.222438097s 2018-07-19 05:14:34,124 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c5baa998-77a2-4d91-bb82-4ec8296f6aba 2018-07-19 05:14:34,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 05:14:34,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:34,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0fb2882a-167b-45bd-9c4d-e3f8d0223ef7 x-compute-request-id: req-0fb2882a-167b-45bd-9c4d-e3f8d0223ef7 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_3821236c-9dff-4d32-82ce-685e5c2e328b", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}], "ram": 512, "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": "5366932a-d0a8-4d82-9428-fb11870ea952"}]} 2018-07-19 05:14:34,156 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-0fb2882a-167b-45bd-9c4d-e3f8d0223ef7 2018-07-19 05:14:34,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0302538871765s 2018-07-19 05:14:34,157 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-0fb2882a-167b-45bd-9c4d-e3f8d0223ef7 2018-07-19 05:14:34,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-19 05:14:34,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" -d '{"server": {"name": "vping_ssh-vm_3821236c-9dff-4d32-82ce-685e5c2e328b", "imageRef": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "key_name": "vping_ssh-kp_3821236c-9dff-4d32-82ce-685e5c2e328b", "flavorRef": "5366932a-d0a8-4d82-9428-fb11870ea952", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1f3d8728-97dc-462d-93cd-75bf68c43db5"}], "security_groups": [{"name": "91f72a4f-0431-4f78-a006-2333e9105648"}]}}' 2018-07-19 05:14:36,785 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:14:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f25aace7-55c2-4434-b017-efa75368cd65 x-compute-request-id: req-f25aace7-55c2-4434-b017-efa75368cd65 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "91f72a4f-0431-4f78-a006-2333e9105648"}], "OS-DCF:diskConfig": "MANUAL", "id": "1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "rel": "bookmark"}], "adminPass": "Y6tLv5KKGDic"}} 2018-07-19 05:14:36,785 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-f25aace7-55c2-4434-b017-efa75368cd65 2018-07-19 05:14:36,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.62718391418s 2018-07-19 05:14:36,785 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-f25aace7-55c2-4434-b017-efa75368cd65 2018-07-19 05:14:36,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:14:36,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:38,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95005792-66e7-4d33-b2fa-5cc5ce8ad6a3 x-compute-request-id: req-95005792-66e7-4d33-b2fa-5cc5ce8ad6a3 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "rel": "bookmark"}], "image": {"id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "links": [{"href": "http://172.30.9.28:8774/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5366932a-d0a8-4d82-9428-fb11870ea952", "links": [{"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}]}, "id": "1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "user_id": "1861bddfe39946db9717a58565dcd41b", "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-07-19T05:14:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3821236c-9dff-4d32-82ce-685e5c2e328b", "name": "vping_ssh-vm_3821236c-9dff-4d32-82ce-685e5c2e328b", "created": "2018-07-19T05:14:36Z", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:41:a1", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "bookmark"}], "image": {"id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "links": [{"href": "http://172.30.9.28:8774/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:14:30.000000", "flavor": {"id": "5366932a-d0a8-4d82-9428-fb11870ea952", "links": [{"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}]}, "id": "bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "security_groups": [{"name": "vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b"}], "user_id": "1861bddfe39946db9717a58565dcd41b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:14:31Z", "hostId": "d42d76fecff4993fc6e9a4145d28ffda39ce5758087674f509930565", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3821236c-9dff-4d32-82ce-685e5c2e328b", "created": "2018-07-19T05:14:22Z", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:14:38,021 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-95005792-66e7-4d33-b2fa-5cc5ce8ad6a3 2018-07-19 05:14:38,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.23520517349s 2018-07-19 05:14:38,022 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-95005792-66e7-4d33-b2fa-5cc5ce8ad6a3 2018-07-19 05:14:38,027 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:14:40,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:14:40,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:40,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-673bf300-19b9-48de-9d16-ed185633b8ec x-compute-request-id: req-673bf300-19b9-48de-9d16-ed185633b8ec Content-Encoding: gzip Content-Length: 891 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "rel": "bookmark"}], "image": {"id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "links": [{"href": "http://172.30.9.28:8774/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5366932a-d0a8-4d82-9428-fb11870ea952", "links": [{"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}]}, "id": "1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "user_id": "1861bddfe39946db9717a58565dcd41b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:14:39Z", "hostId": "bbf5b46e4efbf1f16bb73ba5b15b1b35289cc27e59741327ad31bcc3", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3821236c-9dff-4d32-82ce-685e5c2e328b", "name": "vping_ssh-vm_3821236c-9dff-4d32-82ce-685e5c2e328b", "created": "2018-07-19T05:14:36Z", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:41:a1", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "bookmark"}], "image": {"id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "links": [{"href": "http://172.30.9.28:8774/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:14:30.000000", "flavor": {"id": "5366932a-d0a8-4d82-9428-fb11870ea952", "links": [{"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}]}, "id": "bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "security_groups": [{"name": "vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b"}], "user_id": "1861bddfe39946db9717a58565dcd41b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:14:31Z", "hostId": "d42d76fecff4993fc6e9a4145d28ffda39ce5758087674f509930565", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3821236c-9dff-4d32-82ce-685e5c2e328b", "created": "2018-07-19T05:14:22Z", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:14:40,599 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-673bf300-19b9-48de-9d16-ed185633b8ec 2018-07-19 05:14:40,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.569871902466s 2018-07-19 05:14:40,600 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-673bf300-19b9-48de-9d16-ed185633b8ec 2018-07-19 05:14:40,604 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:14:42,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:14:42,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:43,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-268f7efd-fb80-4536-9744-298d1318cb52 x-compute-request-id: req-268f7efd-fb80-4536-9744-298d1318cb52 Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "rel": "bookmark"}], "image": {"id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "links": [{"href": "http://172.30.9.28:8774/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5366932a-d0a8-4d82-9428-fb11870ea952", "links": [{"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}]}, "id": "1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "security_groups": [{"name": "vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b"}], "user_id": "1861bddfe39946db9717a58565dcd41b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:14:40Z", "hostId": "bbf5b46e4efbf1f16bb73ba5b15b1b35289cc27e59741327ad31bcc3", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3821236c-9dff-4d32-82ce-685e5c2e328b", "name": "vping_ssh-vm_3821236c-9dff-4d32-82ce-685e5c2e328b", "created": "2018-07-19T05:14:36Z", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:41:a1", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "bookmark"}], "image": {"id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "links": [{"href": "http://172.30.9.28:8774/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:14:30.000000", "flavor": {"id": "5366932a-d0a8-4d82-9428-fb11870ea952", "links": [{"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}]}, "id": "bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "security_groups": [{"name": "vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b"}], "user_id": "1861bddfe39946db9717a58565dcd41b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:14:31Z", "hostId": "d42d76fecff4993fc6e9a4145d28ffda39ce5758087674f509930565", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3821236c-9dff-4d32-82ce-685e5c2e328b", "created": "2018-07-19T05:14:22Z", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:14:43,989 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-268f7efd-fb80-4536-9744-298d1318cb52 2018-07-19 05:14:43,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.3820950985s 2018-07-19 05:14:43,989 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-268f7efd-fb80-4536-9744-298d1318cb52 2018-07-19 05:14:43,994 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:14:45,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:14:45,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:46,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81e6376d-cf45-4450-a82b-4d8557e9893e x-compute-request-id: req-81e6376d-cf45-4450-a82b-4d8557e9893e Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:5a:9a", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "rel": "bookmark"}], "image": {"id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "links": [{"href": "http://172.30.9.28:8774/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:14:45.000000", "flavor": {"id": "5366932a-d0a8-4d82-9428-fb11870ea952", "links": [{"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}]}, "id": "1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "security_groups": [{"name": "vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b"}], "user_id": "1861bddfe39946db9717a58565dcd41b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:14:45Z", "hostId": "bbf5b46e4efbf1f16bb73ba5b15b1b35289cc27e59741327ad31bcc3", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3821236c-9dff-4d32-82ce-685e5c2e328b", "name": "vping_ssh-vm_3821236c-9dff-4d32-82ce-685e5c2e328b", "created": "2018-07-19T05:14:36Z", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:41:a1", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "bookmark"}], "image": {"id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "links": [{"href": "http://172.30.9.28:8774/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:14:30.000000", "flavor": {"id": "5366932a-d0a8-4d82-9428-fb11870ea952", "links": [{"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}]}, "id": "bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "security_groups": [{"name": "vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b"}], "user_id": "1861bddfe39946db9717a58565dcd41b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:14:31Z", "hostId": "d42d76fecff4993fc6e9a4145d28ffda39ce5758087674f509930565", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3821236c-9dff-4d32-82ce-685e5c2e328b", "created": "2018-07-19T05:14:22Z", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:14:46,648 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-81e6376d-cf45-4450-a82b-4d8557e9893e 2018-07-19 05:14:46,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.651288032532s 2018-07-19 05:14:46,648 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-81e6376d-cf45-4450-a82b-4d8557e9893e 2018-07-19 05:14:46,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:14:46,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9" -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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:46,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-d7c96d0c-ec01-4738-9524-123f8ba88ccc Date: Thu, 19 Jul 2018 05:14:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:14:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4dfce3b-9c96-4442-9251-72298fcc935f","ip_address":"192.168.0.7"}],"id":"abf213a6-f7b7-409c-85c2-c0e45cab6006","security_groups":["91f72a4f-0431-4f78-a006-2333e9105648"],"mac_address":"fa:16:3e:54:5a:9a","project_id":"aededaacc0b14da3b8ce604aa4f6184f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f3d8728-97dc-462d-93cd-75bf68c43db5","tenant_id":"aededaacc0b14da3b8ce604aa4f6184f","created_at":"2018-07-19T05:14:40Z","binding:vnic_type":"normal","device_id":"1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9","ip_allocation":"immediate"}]} 2018-07-19 05:14:46,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9 used request id req-d7c96d0c-ec01-4738-9524-123f8ba88ccc 2018-07-19 05:14:46,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.178945064545s 2018-07-19 05:14:46,833 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9 used request id req-d7c96d0c-ec01-4738-9524-123f8ba88ccc 2018-07-19 05:14:46,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:14:46,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=abf213a6-f7b7-409c-85c2-c0e45cab6006" -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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:46,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-67892598-ed47-4043-a48a-2392841f6de7 Date: Thu, 19 Jul 2018 05:14:46 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:14:46,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=abf213a6-f7b7-409c-85c2-c0e45cab6006 used request id req-67892598-ed47-4043-a48a-2392841f6de7 2018-07-19 05:14:46,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0508668422699s 2018-07-19 05:14:46,889 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=abf213a6-f7b7-409c-85c2-c0e45cab6006 used request id req-67892598-ed47-4043-a48a-2392841f6de7 2018-07-19 05:14:46,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:14:46,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:47,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14: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-451dd16b-e36e-4b36-a064-88452a317afe x-compute-request-id: req-451dd16b-e36e-4b36-a064-88452a317afe Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:5a:9a", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "rel": "bookmark"}], "image": {"id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "links": [{"href": "http://172.30.9.28:8774/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:14:45.000000", "flavor": {"id": "5366932a-d0a8-4d82-9428-fb11870ea952", "links": [{"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}]}, "id": "1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "security_groups": [{"name": "vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b"}], "user_id": "1861bddfe39946db9717a58565dcd41b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:14:45Z", "hostId": "bbf5b46e4efbf1f16bb73ba5b15b1b35289cc27e59741327ad31bcc3", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3821236c-9dff-4d32-82ce-685e5c2e328b", "name": "vping_ssh-vm_3821236c-9dff-4d32-82ce-685e5c2e328b", "created": "2018-07-19T05:14:36Z", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:41:a1", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "bookmark"}], "image": {"id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "links": [{"href": "http://172.30.9.28:8774/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:14:30.000000", "flavor": {"id": "5366932a-d0a8-4d82-9428-fb11870ea952", "links": [{"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}]}, "id": "bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "security_groups": [{"name": "vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b"}], "user_id": "1861bddfe39946db9717a58565dcd41b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:14:31Z", "hostId": "d42d76fecff4993fc6e9a4145d28ffda39ce5758087674f509930565", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3821236c-9dff-4d32-82ce-685e5c2e328b", "created": "2018-07-19T05:14:22Z", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:14:47,961 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-451dd16b-e36e-4b36-a064-88452a317afe 2018-07-19 05:14:47,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.07111096382s 2018-07-19 05:14:47,961 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-451dd16b-e36e-4b36-a064-88452a317afe 2018-07-19 05:14:47,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:14:47,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9" -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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:48,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-68dbfba5-a3a5-4803-a55a-d2d46d1534dd Date: Thu, 19 Jul 2018 05:14:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:14:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4dfce3b-9c96-4442-9251-72298fcc935f","ip_address":"192.168.0.7"}],"id":"abf213a6-f7b7-409c-85c2-c0e45cab6006","security_groups":["91f72a4f-0431-4f78-a006-2333e9105648"],"mac_address":"fa:16:3e:54:5a:9a","project_id":"aededaacc0b14da3b8ce604aa4f6184f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f3d8728-97dc-462d-93cd-75bf68c43db5","tenant_id":"aededaacc0b14da3b8ce604aa4f6184f","created_at":"2018-07-19T05:14:40Z","binding:vnic_type":"normal","device_id":"1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9","ip_allocation":"immediate"}]} 2018-07-19 05:14:48,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9 used request id req-68dbfba5-a3a5-4803-a55a-d2d46d1534dd 2018-07-19 05:14:48,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0628850460052s 2018-07-19 05:14:48,030 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9 used request id req-68dbfba5-a3a5-4803-a55a-d2d46d1534dd 2018-07-19 05:14:48,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:14:48,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=abf213a6-f7b7-409c-85c2-c0e45cab6006" -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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:48,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ea1a7f8c-f3be-423f-9c0f-7fe4012c396b Date: Thu, 19 Jul 2018 05:14:48 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:14:48,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=abf213a6-f7b7-409c-85c2-c0e45cab6006 used request id req-ea1a7f8c-f3be-423f-9c0f-7fe4012c396b 2018-07-19 05:14:48,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0443720817566s 2018-07-19 05:14:48,080 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=abf213a6-f7b7-409c-85c2-c0e45cab6006 used request id req-ea1a7f8c-f3be-423f-9c0f-7fe4012c396b 2018-07-19 05:14:48,080 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:54:5a:9a', u'version': 4, u'addr': u'192.168.0.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'185aed12-68b1-4710-9ae9-ad8249ad9a2a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-19T05:14:45.000000', 'flavor': Munch({u'id': u'5366932a-d0a8-4d82-9428-fb11870ea952'}), 'az': u'nova', 'id': u'1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9', 'security_groups': [Munch({u'name': u'vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'1861bddfe39946db9717a58565dcd41b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aededaacc0b14da3b8ce604aa4f6184f', 'name': 'vping_ssh-project_3821236c-9dff-4d32-82ce-685e5c2e328b', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-19T05:14:45.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-19T05:14:45Z', 'hostId': u'bbf5b46e4efbf1f16bb73ba5b15b1b35289cc27e59741327ad31bcc3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_3821236c-9dff-4d32-82ce-685e5c2e328b', 'public_v6': '', 'private_v4': u'192.168.0.7', 'cloud': 'envvars', 'host_id': u'bbf5b46e4efbf1f16bb73ba5b15b1b35289cc27e59741327ad31bcc3', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-19T05:14:45.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'aededaacc0b14da3b8ce604aa4f6184f', 'name': u'vping_ssh-vm_3821236c-9dff-4d32-82ce-685e5c2e328b', 'adminPass': None, 'tenant_id': u'aededaacc0b14da3b8ce604aa4f6184f', 'created_at': u'2018-07-19T05:14:36Z', 'created': u'2018-07-19T05:14:36Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-19 05:14:48,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:14:48,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:48,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-0c015acf-86fc-4e3e-a421-d74b4a3701fd Date: Thu, 19 Jul 2018 05:14:48 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1f3d8728-97dc-462d-93cd-75bf68c43db5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aededaacc0b14da3b8ce604aa4f6184f","l2_adjacency":true,"status":"ACTIVE","subnets":["f4dfce3b-9c96-4442-9251-72298fcc935f"],"description":"","tags":[],"updated_at":"2018-07-19T05:14:04Z","qos_policy_id":null,"name":"vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b","admin_state_up":true,"tenant_id":"aededaacc0b14da3b8ce604aa4f6184f","created_at":"2018-07-19T05:14:03Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:14:48,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0c015acf-86fc-4e3e-a421-d74b4a3701fd 2018-07-19 05:14:48,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.253252983093s 2018-07-19 05:14:48,337 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0c015acf-86fc-4e3e-a421-d74b4a3701fd 2018-07-19 05:14:48,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:14:48,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9" -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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:48,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-4bcefbb3-ed73-482d-86ab-2c3ef7d611a7 Date: Thu, 19 Jul 2018 05:14:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:14:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4dfce3b-9c96-4442-9251-72298fcc935f","ip_address":"192.168.0.7"}],"id":"abf213a6-f7b7-409c-85c2-c0e45cab6006","security_groups":["91f72a4f-0431-4f78-a006-2333e9105648"],"mac_address":"fa:16:3e:54:5a:9a","project_id":"aededaacc0b14da3b8ce604aa4f6184f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f3d8728-97dc-462d-93cd-75bf68c43db5","tenant_id":"aededaacc0b14da3b8ce604aa4f6184f","created_at":"2018-07-19T05:14:40Z","binding:vnic_type":"normal","device_id":"1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9","ip_allocation":"immediate"}]} 2018-07-19 05:14:48,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9 used request id req-4bcefbb3-ed73-482d-86ab-2c3ef7d611a7 2018-07-19 05:14:48,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0580699443817s 2018-07-19 05:14:48,396 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9 used request id req-4bcefbb3-ed73-482d-86ab-2c3ef7d611a7 2018-07-19 05:14:48,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-19 05:14:48,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" -d '{"floatingip": {"floating_network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "fixed_ip_address": "192.168.0.7", "port_id": "abf213a6-f7b7-409c-85c2-c0e45cab6006"}}' 2018-07-19 05:14:51,210 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 821 X-Openstack-Request-Id: req-2383e87c-8b47-4cb6-9d68-c3b94900be1b Date: Thu, 19 Jul 2018 05:14:51 GMT RESP BODY: {"floatingip": {"router_id": "5d776ca4-fb9c-4809-a15e-71fbc55bab90", "status": "DOWN", "description": "", "tags": [], "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:49Z", "updated_at": "2018-07-19T05:14:49Z", "floating_network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1f3d8728-97dc-462d-93cd-75bf68c43db5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:54:5a:9a", "device_id": "1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9"}, "fixed_ip_address": "192.168.0.7", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_id": "abf213a6-f7b7-409c-85c2-c0e45cab6006", "id": "1acdacea-6e46-4bee-8030-8d83afd48fad", "qos_policy_id": null}} 2018-07-19 05:14:51,211 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-2383e87c-8b47-4cb6-9d68-c3b94900be1b 2018-07-19 05:14:51,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.81376290321s 2018-07-19 05:14:51,211 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-2383e87c-8b47-4cb6-9d68-c3b94900be1b 2018-07-19 05:14:51,215 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'5d776ca4-fb9c-4809-a15e-71fbc55bab90', 'updated_at': u'2018-07-19T05:14:49Z', 'fixed_ip_address': u'192.168.0.7', 'floating_ip_address': u'172.30.9.206', 'revision_number': 0, 'port_id': u'abf213a6-f7b7-409c-85c2-c0e45cab6006', 'id': u'1acdacea-6e46-4bee-8030-8d83afd48fad', 'network': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', 'port': u'abf213a6-f7b7-409c-85c2-c0e45cab6006', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aededaacc0b14da3b8ce604aa4f6184f', 'name': 'vping_ssh-project_3821236c-9dff-4d32-82ce-685e5c2e328b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aededaacc0b14da3b8ce604aa4f6184f', 'status': u'DOWN', 'description': u'', u'tags': [], 'floating_network_id': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'1f3d8728-97dc-462d-93cd-75bf68c43db5', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:54:5a:9a', u'device_id': u'1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'aededaacc0b14da3b8ce604aa4f6184f', 'created_at': u'2018-07-19T05:14:49Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'1f3d8728-97dc-462d-93cd-75bf68c43db5', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:54:5a:9a', u'device_id': u'1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9'}), 'router': u'5d776ca4-fb9c-4809-a15e-71fbc55bab90'}) 2018-07-19 05:14:51,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-19 05:14:51,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9/action -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-19 05:14:51,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b26f9e93-3835-4ebf-93c4-ab0454a6feaa x-compute-request-id: req-b26f9e93-3835-4ebf-93c4-ab0454a6feaa Content-Encoding: gzip Content-Length: 9571 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 492374127 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139125] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140826] pid_max: default: 32768 minimum: 301\n[ 0.141753] ACPI: Core revision 20150930\n[ 0.143156] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144506] Security Framework initialized\n[ 0.145348] Yama: becoming mindful.\n[ 0.146101] AppArmor: AppArmor initialized\n[ 0.146996] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148356] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149670] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150909] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152360] Initializing cgroup subsys io\n[ 0.153195] Initializing cgroup subsys memory\n[ 0.154077] Initializing cgroup subsys devices\n[ 0.154979] Initializing cgroup subsys freezer\n[ 0.155883] Initializing cgroup subsys net_cls\n[ 0.156783] Initializing cgroup subsys perf_event\n[ 0.157718] Initializing cgroup subsys net_prio\n[ 0.158633] Initializing cgroup subsys hugetlb\n[ 0.159523] Initializing cgroup subsys pids\n[ 0.160416] CPU: Physical Processor ID: 0\n[ 0.161932] mce: CPU supports 10 MCE banks\n[ 0.162809] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163838] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178255] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184324] ftrace: allocating 31920 entries in 125 pages\n[ 0.209049] smpboot: Max logical packages: 1\n[ 0.209948] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211341] x2apic enabled\n[ 0.212163] Switched APIC routing to physical x2apic.\n[ 0.213918] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215089] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217219] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219054] KVM setup paravirtual spinlock\n[ 0.220382] x86: Booted up 1 node, 1 CPUs\n[ 0.221210] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222638] devtmpfs: initialized\n[ 0.224367] evm: security.selinux\n[ 0.225085] evm: security.SMACK64\n[ 0.225797] evm: security.SMACK64EXEC\n[ 0.226560] evm: security.SMACK64TRANSMUTE\n[ 0.227385] evm: security.SMACK64MMAP\n[ 0.228150] evm: security.ima\n[ 0.228809] evm: security.capability\n[ 0.229632] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231537] pinctrl core: initialized pinctrl subsystem\n[ 0.232668] RTC time: 5:14:45, date: 07/19/18\n[ 0.233654] NET: Registered protocol family 16\n[ 0.234661] cpuidle: using governor ladder\n[ 0.235498] cpuidle: using governor menu\n[ 0.236298] PCCT header not found.\n[ 0.237078] ACPI: bus type PCI registered\n[ 0.237902] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239174] PCI: Using configuration type 1 for base access\n[ 0.240969] ACPI: Added _OSI(Module Device)\n[ 0.241831] ACPI: Added _OSI(Processor Device)\n[ 0.242709] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243623] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245396] ACPI: Interpreter enabled\n[ 0.246186] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248104] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251881] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253776] ACPI: (supports S0 S5)\n[ 0.254500] ACPI: Using IOAPIC for interrupt routing\n[ 0.255481] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258684] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259864] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261143] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264662] acpiphp: Slot [3] registered\n[ 0.265487] acpiphp: Slot [4] registered\n[ 0.266305] acpiphp: Slot [5] registered\n[ 0.267124] acpiphp: Slot [6] registered\n[ 0.267944] acpiphp: Slot [7] registered\n[ 0.268770] acpiphp: Slot [8] registered\n[ 0.269593] acpiphp: Slot [9] registered\n[ 0.270419] acpiphp: Slot [10] registered\n[ 0.271247] acpiphp: Slot [11] registered\n[ 0.272080] acpiphp: Slot [12] registered\n[ 0.272925] acpiphp: Slot [13] registered\n[ 0.273763] acpiphp: Slot [14] registered\n[ 0.274594] acpiphp: Slot [15] registered\n[ 0.285352] acpiphp: Slot [16] registered\n[ 0.286205] acpiphp: Slot [17] registered\n[ 0.287051] acpiphp: Slot [18] registered\n[ 0.287894] acpiphp: Slot [19] registered\n[ 0.288736] acpiphp: Slot [20] registered\n[ 0.289579] acpiphp: Slot [21] registered\n[ 0.290423] acpiphp: Slot [22] registered\n[ 0.291262] acpiphp: Slot [23] registered\n[ 0.292105] acpiphp: Slot [24] registered\n[ 0.292948] acpiphp: Slot [25] registered\n[ 0.293790] acpiphp: Slot [26] registered\n[ 0.294629] acpiphp: Slot [27] registered\n[ 0.295470] acpiphp: Slot [28] registered\n[ 0.296393] acpiphp: Slot [29] registered\n[ 0.297238] acpiphp: Slot [30] registered\n[ 0.298085] acpiphp: Slot [31] registered\n[ 0.298933] PCI host bridge to bus 0000:00\n[ 0.299773] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301041] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302308] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303807] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305324] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306862] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310270] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311614] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312843] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314170] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317734] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.338662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340193] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.342530] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.344001] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.345448] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.346769] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.348129] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.349234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.350851] vgaarb: loaded\n[ 0.351477] vgaarb: bridge control possible 0000:00:02.0\n[ 0.352738] SCSI subsystem initialized\n[ 0.353677] ACPI: bus type USB registered\n[ 0.354539] usbcore: registered new interface driver usbfs\n[ 0.355618] usbcore: registered new interface driver hub\n[ 0.356681] usbcore: registered new device driver usb\n[ 0.357830] PCI: Using ACPI for IRQ routing\n[ 0.358979] NetLabel: Initializing\n[ 0.359733] NetLabel: domain hash size = 128\n[ 0.360839] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.362049] NetLabel: unlabeled traffic allowed by default\n[ 0.363494] clocksource: Switched to clocksource kvm-clock\n[ 0.371899] AppArmor: AppArmor Filesystem Enabled\n[ 0.373138] pnp: PnP ACPI init\n[ 0.374255] pnp: PnP ACPI: found 5 devices\n[ 0.380792] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.382974] NET: Registered protocol family 2\n[ 0.384253] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.385927] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387467] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.389006] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390406] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391899] NET: Registered protocol family 1\n[ 0.393002] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394404] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395776] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410148] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424595] Trying to unpack rootfs image as initramfs...\n[ 0.481456] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.483486] Scanning for low memory corruption every 60 seconds\n[ 0.485154] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.486632] audit: initializing netlink subsys (disabled)\n[ 0.487965] audit: type=2000 audit(1531977285.820:1): initialized\n[ 0.489623] Initialise system trusted keyring\n[ 0.490808] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492296] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494758] zbud: loaded\n[ 0.495638] VFS: Disk quotas dquot_6.6.0\n[ 0.496674] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498636] fuse init (API version 7.23)\n[ 0.499772] Key type big_key registered\n[ 0.500782] Allocating IMA MOK and blacklist keyrings.\n[ 0.502260] Key type asymmetric registered\n[ 0.503298] Asymmetric key parser 'x509' registered\n[ 0.504520] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506409] io scheduler noop registered\n[ 0.507405] io scheduler deadline registered (default)\n[ 0.508674] io scheduler cfq registered\n[ 0.509731] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511062] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512683] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514499] ACPI: Power Button [PWRF]\n[ 0.515548] GHES: HEST is not enabled!\n[ 0.529401] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557704] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560081] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586027] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589116] Linux agpgart interface v0.103\n[ 0.592219] brd: module loaded\n[ 0.594068] loop: module loaded\n[ 0.598711] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600535] GPT:90111 != 2097151\n[ 0.601377] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602769] GPT:90111 != 2097151\n[ 0.603611] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604835] vda: vda1 vda15\n[ 0.606342] scsi host0: ata_piix\n[ 0.607283] scsi host1: ata_piix\n[ 0.608174] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.609718] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.611534] libphy: Fixed MDIO Bus: probed\n[ 0.612556] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613749] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616323] PPP generic driver version 2.4.2\n[ 0.617453] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618952] ehci-pci: EHCI PCI platform driver\n[ 0.620047] ehci-platform: EHCI generic platform driver\n[ 0.621295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622718] ohci-pci: OHCI PCI platform driver\n[ 0.623816] ohci-platform: OHCI generic platform driver\n[ 0.625063] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640806] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642612] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643856] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.645292] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646850] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648605] usb usb1: Product: UHCI Host Controller\n[ 0.649762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651189] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652406] hub 1-0:1.0: USB hub found\n[ 0.653374] hub 1-0:1.0: 2 ports detected\n[ 0.654517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657240] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658455] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659760] mousedev: PS/2 mouse device common for all mice\n[ 0.661309] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663587] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664940] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666440] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667962] i2c /dev entries driver\n[ 0.668916] device-mapper: uevent: version 1.0.3\n[ 0.670094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672142] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673866] NET: Registered protocol family 10\n[ 0.675226] NET: Registered protocol family 17\n[ 0.676368] Key type dns_resolver registered\n[ 0.677585] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681174] registered taskstats version 1\n[ 0.682214] Loading compiled-in X.509 certificates\n[ 0.683940] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686272] zswap: loaded using pool lzo/zbud\n[ 0.688124] Key type trusted registered\n[ 0.690076] Key type encrypted registered\n[ 0.691099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692406] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693730] evm: HMAC attrs: 0x1\n[ 0.694842] Magic number: 10:130:214\n[ 0.695912] rtc_cmos 00:00: setting system clock to 2018-07-19 05:14:46 UTC (1531977286)\n[ 0.697931] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699331] EDD information not available.\n[ 0.768808] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781032] Write protecting the kernel read-only data: 14336k\n[ 0.783465] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785686] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.933362] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.7...\nLease of 192.168.0.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.87. iid=i-0000000b\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCp7A9hwBH09diOmKKIYMuTacujaiVepFTmxvivjFWHHweWJ744DX05KZIYlg8WTSsQ/WmBjFAscHGS36zheGLaAp7dh6yNQiu9qVYEVM6Bi2Vntorghv1iBMOTZ1yh816m2sp/FfYOqVydrYkqCIC+GGbSUcIF6dl8KDQ9JRGYBAyTQI5XkbL3VLb9JQQY9RZfnvDKIfBrIt0et9jw+dbMW+ZD3UHr6Rj6u7tXsjQ66Azn2xdwgo/le8uPJovPiHhuj5BCBrfFNuuJyyJVi/ovmOHnbWCa6Tl941hxCx67nd4BBwDxuhGOUN2JXaCwTl1YqH5fp+Nz44BoMoNTYPVp root@vping-ssh-vm-3821236c-9dff-4d32-82ce-685e5c2e328b\nssh-dss AAAAB3NzaC1kc3MAAACBAOO+SMVJYBBAFwHeCIuBAdUzy6I8HibG0wU0cAWGKgUsg7D6H2DJ0sl4R37RPEwU4uq2n6MrGcFcjJHxdTpO8PZZGaKsKcqTRIVOy1coKL16L9ml0os3ZeXDM+nUz+WXqnYGh+bMd91oM0QqxwqDDqxaA1K76sehmi5MHVwOwa+nAAAAFQDuCyWBVrfM604fipQnAPZhOsPZWQAAAIEAoapt/XPWIgm8CEN4TuBWOFxqRE71FwCWGO0twkyX/Gh4uDgLadcav9xyz4wKSuzWXo6ZkyjNR1mlNYAKiMrI9DJKEecUyTbKBTrBPCCjK5xTQbKqT/vUPO4Fd9Vi1S9ho3+061AkADJNiNsH2PKYrRsHxmBPT6YzQgIoBn9snZgAAACAEuqe2Bn1/pBNI7+WksLHnenLmtmrEy9qFctlV+0I7oqw7CRjPQ4CV5saXsoKozu9KuKlRQU+v7hlYbaUIGGOZIQyPwFLhKnVUz6mTv2Ygi3qggIPWsOd8Z4wpzcHLthbWeNrwdqp2JyUas93dlXbLuvZeMSKBu/QzQvpselKJic= root@vping-ssh-vm-3821236c-9dff-4d32-82ce-685e5c2e328b\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.7,24,fe80::f816:3eff:fe54:5a9a/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.1 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.7 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-3821236c-9dff-4d32-82ce-685e5c2e328b\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.30 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-3821236c-9dff-4d32-82ce-685e5c2e328b login: /dev/root resized successfully [took 0.27s]\n"} 2018-07-19 05:14:51,926 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9/action used request id req-b26f9e93-3835-4ebf-93c4-ab0454a6feaa 2018-07-19 05:14:51,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.710725069046s 2018-07-19 05:14:51,927 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9/action used request id req-b26f9e93-3835-4ebf-93c4-ab0454a6feaa 2018-07-19 05:14:51,927 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 492374127 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.139125] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.140826] pid_max: default: 32768 minimum: 301 [ 0.141753] ACPI: Core revision 20150930 [ 0.143156] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144506] Security Framework initialized [ 0.145348] Yama: becoming mindful. [ 0.146101] AppArmor: AppArmor initialized [ 0.146996] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148356] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149670] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150909] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152360] Initializing cgroup subsys io [ 0.153195] Initializing cgroup subsys memory [ 0.154077] Initializing cgroup subsys devices [ 0.154979] Initializing cgroup subsys freezer [ 0.155883] Initializing cgroup subsys net_cls [ 0.156783] Initializing cgroup subsys perf_event [ 0.157718] Initializing cgroup subsys net_prio [ 0.158633] Initializing cgroup subsys hugetlb [ 0.159523] Initializing cgroup subsys pids [ 0.160416] CPU: Physical Processor ID: 0 [ 0.161932] mce: CPU supports 10 MCE banks [ 0.162809] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163838] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.178255] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.184324] ftrace: allocating 31920 entries in 125 pages [ 0.209049] smpboot: Max logical packages: 1 [ 0.209948] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.211341] x2apic enabled [ 0.212163] Switched APIC routing to physical x2apic. [ 0.213918] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.215089] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.217219] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.219054] KVM setup paravirtual spinlock [ 0.220382] x86: Booted up 1 node, 1 CPUs [ 0.221210] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.222638] devtmpfs: initialized [ 0.224367] evm: security.selinux [ 0.225085] evm: security.SMACK64 [ 0.225797] evm: security.SMACK64EXEC [ 0.226560] evm: security.SMACK64TRANSMUTE [ 0.227385] evm: security.SMACK64MMAP [ 0.228150] evm: security.ima [ 0.228809] evm: security.capability [ 0.229632] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.231537] pinctrl core: initialized pinctrl subsystem [ 0.232668] RTC time: 5:14:45, date: 07/19/18 [ 0.233654] NET: Registered protocol family 16 [ 0.234661] cpuidle: using governor ladder [ 0.235498] cpuidle: using governor menu [ 0.236298] PCCT header not found. [ 0.237078] ACPI: bus type PCI registered [ 0.237902] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.239174] PCI: Using configuration type 1 for base access [ 0.240969] ACPI: Added _OSI(Module Device) [ 0.241831] ACPI: Added _OSI(Processor Device) [ 0.242709] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.243623] ACPI: Added _OSI(Processor Aggregator Device) [ 0.245396] ACPI: Interpreter enabled [ 0.246186] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.248104] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.249991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.251881] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.253776] ACPI: (supports S0 S5) [ 0.254500] ACPI: Using IOAPIC for interrupt routing [ 0.255481] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.258684] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.259864] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.261143] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.262373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.264662] acpiphp: Slot [3] registered [ 0.265487] acpiphp: Slot [4] registered [ 0.266305] acpiphp: Slot [5] registered [ 0.267124] acpiphp: Slot [6] registered [ 0.267944] acpiphp: Slot [7] registered [ 0.268770] acpiphp: Slot [8] registered [ 0.269593] acpiphp: Slot [9] registered [ 0.270419] acpiphp: Slot [10] registered [ 0.271247] acpiphp: Slot [11] registered [ 0.272080] acpiphp: Slot [12] registered [ 0.272925] acpiphp: Slot [13] registered [ 0.273763] acpiphp: Slot [14] registered [ 0.274594] acpiphp: Slot [15] registered [ 0.285352] acpiphp: Slot [16] registered [ 0.286205] acpiphp: Slot [17] registered [ 0.287051] acpiphp: Slot [18] registered [ 0.287894] acpiphp: Slot [19] registered [ 0.288736] acpiphp: Slot [20] registered [ 0.289579] acpiphp: Slot [21] registered [ 0.290423] acpiphp: Slot [22] registered [ 0.291262] acpiphp: Slot [23] registered [ 0.292105] acpiphp: Slot [24] registered [ 0.292948] acpiphp: Slot [25] registered [ 0.293790] acpiphp: Slot [26] registered [ 0.294629] acpiphp: Slot [27] registered [ 0.295470] acpiphp: Slot [28] registered [ 0.296393] acpiphp: Slot [29] registered [ 0.297238] acpiphp: Slot [30] registered [ 0.298085] acpiphp: Slot [31] registered [ 0.298933] PCI host bridge to bus 0000:00 [ 0.299773] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.301041] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.302308] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.303807] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.305324] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.306862] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.310270] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311614] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312843] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314170] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.317734] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.338662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.340193] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.342530] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.344001] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.345448] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.346769] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.348129] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.349234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.350851] vgaarb: loaded [ 0.351477] vgaarb: bridge control possible 0000:00:02.0 [ 0.352738] SCSI subsystem initialized [ 0.353677] ACPI: bus type USB registered [ 0.354539] usbcore: registered new interface driver usbfs [ 0.355618] usbcore: registered new interface driver hub [ 0.356681] usbcore: registered new device driver usb [ 0.357830] PCI: Using ACPI for IRQ routing [ 0.358979] NetLabel: Initializing [ 0.359733] NetLabel: domain hash size = 128 [ 0.360839] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.362049] NetLabel: unlabeled traffic allowed by default [ 0.363494] clocksource: Switched to clocksource kvm-clock [ 0.371899] AppArmor: AppArmor Filesystem Enabled [ 0.373138] pnp: PnP ACPI init [ 0.374255] pnp: PnP ACPI: found 5 devices [ 0.380792] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.382974] NET: Registered protocol family 2 [ 0.384253] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.385927] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.387467] TCP: Hash tables configured (established 4096 bind 4096) [ 0.389006] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.390406] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.391899] NET: Registered protocol family 1 [ 0.393002] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394404] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395776] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.410148] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.424595] Trying to unpack rootfs image as initramfs... [ 0.481456] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.483486] Scanning for low memory corruption every 60 seconds [ 0.485154] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.486632] audit: initializing netlink subsys (disabled) [ 0.487965] audit: type=2000 audit(1531977285.820:1): initialized [ 0.489623] Initialise system trusted keyring [ 0.490808] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.492296] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494758] zbud: loaded [ 0.495638] VFS: Disk quotas dquot_6.6.0 [ 0.496674] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498636] fuse init (API version 7.23) [ 0.499772] Key type big_key registered [ 0.500782] Allocating IMA MOK and blacklist keyrings. [ 0.502260] Key type asymmetric registered [ 0.503298] Asymmetric key parser 'x509' registered [ 0.504520] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.506409] io scheduler noop registered [ 0.507405] io scheduler deadline registered (default) [ 0.508674] io scheduler cfq registered [ 0.509731] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.511062] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512683] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.514499] ACPI: Power Button [PWRF] [ 0.515548] GHES: HEST is not enabled! [ 0.529401] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557704] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.560081] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.586027] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.589116] Linux agpgart interface v0.103 [ 0.592219] brd: module loaded [ 0.594068] loop: module loaded [ 0.598711] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.600535] GPT:90111 != 2097151 [ 0.601377] GPT:Alternate GPT header not at the end of the disk. [ 0.602769] GPT:90111 != 2097151 [ 0.603611] GPT: Use GNU Parted to correct GPT errors. [ 0.604835] vda: vda1 vda15 [ 0.606342] scsi host0: ata_piix [ 0.607283] scsi host1: ata_piix [ 0.608174] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.609718] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.611534] libphy: Fixed MDIO Bus: probed [ 0.612556] tun: Universal TUN/TAP device driver, 1.6 [ 0.613749] tun: (C) 1999-2004 Max Krasnyansky [ 0.616323] PPP generic driver version 2.4.2 [ 0.617453] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.618952] ehci-pci: EHCI PCI platform driver [ 0.620047] ehci-platform: EHCI generic platform driver [ 0.621295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622718] ohci-pci: OHCI PCI platform driver [ 0.623816] ohci-platform: OHCI generic platform driver [ 0.625063] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639541] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640806] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642612] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643856] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.645292] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646850] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648605] usb usb1: Product: UHCI Host Controller [ 0.649762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.651189] usb usb1: SerialNumber: 0000:00:01.2 [ 0.652406] hub 1-0:1.0: USB hub found [ 0.653374] hub 1-0:1.0: 2 ports detected [ 0.654517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.657240] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.658455] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.659760] mousedev: PS/2 mouse device common for all mice [ 0.661309] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.663587] rtc_cmos 00:00: RTC can wake from S4 [ 0.664940] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.666440] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667962] i2c /dev entries driver [ 0.668916] device-mapper: uevent: version 1.0.3 [ 0.670094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672142] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673866] NET: Registered protocol family 10 [ 0.675226] NET: Registered protocol family 17 [ 0.676368] Key type dns_resolver registered [ 0.677585] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678967] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681174] registered taskstats version 1 [ 0.682214] Loading compiled-in X.509 certificates [ 0.683940] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.686272] zswap: loaded using pool lzo/zbud [ 0.688124] Key type trusted registered [ 0.690076] Key type encrypted registered [ 0.691099] AppArmor: AppArmor sha1 policy hashing enabled [ 0.692406] ima: No TPM chip found, activating TPM-bypass! [ 0.693730] evm: HMAC attrs: 0x1 [ 0.694842] Magic number: 10:130:214 [ 0.695912] rtc_cmos 00:00: setting system clock to 2018-07-19 05:14:46 UTC (1531977286) [ 0.697931] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699331] EDD information not available. [ 0.768808] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781032] Write protecting the kernel read-only data: 14336k [ 0.783465] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.785686] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.73 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.933362] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.7... Lease of 192.168.0.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.87. iid=i-0000000b failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCp7A9hwBH09diOmKKIYMuTacujaiVepFTmxvivjFWHHweWJ744DX05KZIYlg8WTSsQ/WmBjFAscHGS36zheGLaAp7dh6yNQiu9qVYEVM6Bi2Vntorghv1iBMOTZ1yh816m2sp/FfYOqVydrYkqCIC+GGbSUcIF6dl8KDQ9JRGYBAyTQI5XkbL3VLb9JQQY9RZfnvDKIfBrIt0et9jw+dbMW+ZD3UHr6Rj6u7tXsjQ66Azn2xdwgo/le8uPJovPiHhuj5BCBrfFNuuJyyJVi/ovmOHnbWCa6Tl941hxCx67nd4BBwDxuhGOUN2JXaCwTl1YqH5fp+Nz44BoMoNTYPVp root@vping-ssh-vm-3821236c-9dff-4d32-82ce-685e5c2e328b ssh-dss AAAAB3NzaC1kc3MAAACBAOO+SMVJYBBAFwHeCIuBAdUzy6I8HibG0wU0cAWGKgUsg7D6H2DJ0sl4R37RPEwU4uq2n6MrGcFcjJHxdTpO8PZZGaKsKcqTRIVOy1coKL16L9ml0os3ZeXDM+nUz+WXqnYGh+bMd91oM0QqxwqDDqxaA1K76sehmi5MHVwOwa+nAAAAFQDuCyWBVrfM604fipQnAPZhOsPZWQAAAIEAoapt/XPWIgm8CEN4TuBWOFxqRE71FwCWGO0twkyX/Gh4uDgLadcav9xyz4wKSuzWXo6ZkyjNR1mlNYAKiMrI9DJKEecUyTbKBTrBPCCjK5xTQbKqT/vUPO4Fd9Vi1S9ho3+061AkADJNiNsH2PKYrRsHxmBPT6YzQgIoBn9snZgAAACAEuqe2Bn1/pBNI7+WksLHnenLmtmrEy9qFctlV+0I7oqw7CRjPQ4CV5saXsoKozu9KuKlRQU+v7hlYbaUIGGOZIQyPwFLhKnVUz6mTv2Ygi3qggIPWsOd8Z4wpzcHLthbWeNrwdqp2JyUas93dlXbLuvZeMSKBu/QzQvpselKJic= root@vping-ssh-vm-3821236c-9dff-4d32-82ce-685e5c2e328b -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.7,24,fe80::f816:3eff:fe54:5a9a/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.1 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.7 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-3821236c-9dff-4d32-82ce-685e5c2e328b launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.30 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-3821236c-9dff-4d32-82ce-685e5c2e328b login: /dev/root resized successfully [took 0.27s] 2018-07-19 05:14:52,786 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6425390L 2018-07-19 05:14:52,786 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-19 05:14:52,787 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-19 05:14:52,787 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-19 05:14:52,788 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-19 05:14:52,788 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-19 05:14:52,788 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-19 05:14:52,788 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-19 05:14:52,789 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-19 05:14:52,789 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-19 05:14:52,807 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-19 05:14:52,807 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-19 05:14:52,818 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.206: 2996b089024fb76002f2c44cbdee54e8 2018-07-19 05:14:52,819 - paramiko.transport - DEBUG - Trying discovered key b73d537733bad03d93dcf8d213f4e050 in /tmp/tmpCYxKBA 2018-07-19 05:14:52,846 - paramiko.transport - DEBUG - userauth is OK 2018-07-19 05:14:52,852 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-19 05:14:52,884 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-19 05:14:52,885 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-19 05:14:52,885 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-19 05:14:52,887 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-19 05:14:52,930 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-19 05:14:52,930 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - output: PING 192.168.0.10 (192.168.0.10): 56 data bytes 64 bytes from 192.168.0.10: seq=0 ttl=64 time=41.108 ms --- 192.168.0.10 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 41.108/41.108/41.108 ms 2018-07-19 05:14:52,933 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-19 05:14:53,039 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-19 05:14:53,040 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:50 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-19 05:14:53,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-19 05:14:53,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89 -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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:53,219 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:14:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dba026bd-69f0-4199-adfe-83521ec7da0c x-compute-request-id: req-dba026bd-69f0-4199-adfe-83521ec7da0c Content-Type: application/json 2018-07-19 05:14:53,219 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89 used request id req-dba026bd-69f0-4199-adfe-83521ec7da0c 2018-07-19 05:14:53,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.17436504364s 2018-07-19 05:14:53,219 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89 used request id req-dba026bd-69f0-4199-adfe-83521ec7da0c 2018-07-19 05:14:53,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:14:53,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:53,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14: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-84439a05-935d-4ffa-934f-42e573210074 x-compute-request-id: req-84439a05-935d-4ffa-934f-42e573210074 Content-Encoding: gzip Content-Length: 899 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:5a:9a", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:5a:9a", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "rel": "bookmark"}], "image": {"id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "links": [{"href": "http://172.30.9.28:8774/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:14:45.000000", "flavor": {"id": "5366932a-d0a8-4d82-9428-fb11870ea952", "links": [{"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}]}, "id": "1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "security_groups": [{"name": "vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b"}], "user_id": "1861bddfe39946db9717a58565dcd41b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:14:45Z", "hostId": "bbf5b46e4efbf1f16bb73ba5b15b1b35289cc27e59741327ad31bcc3", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3821236c-9dff-4d32-82ce-685e5c2e328b", "name": "vping_ssh-vm_3821236c-9dff-4d32-82ce-685e5c2e328b", "created": "2018-07-19T05:14:36Z", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:41:a1", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "rel": "bookmark"}], "image": {"id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "links": [{"href": "http://172.30.9.28:8774/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:14:30.000000", "flavor": {"id": "5366932a-d0a8-4d82-9428-fb11870ea952", "links": [{"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}]}, "id": "bd75675e-f2e9-4d43-8a5d-5e7983c7ab89", "security_groups": [{"name": "vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b"}], "user_id": "1861bddfe39946db9717a58565dcd41b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:14:53Z", "hostId": "d42d76fecff4993fc6e9a4145d28ffda39ce5758087674f509930565", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3821236c-9dff-4d32-82ce-685e5c2e328b", "created": "2018-07-19T05:14:22Z", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:14:53,897 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-84439a05-935d-4ffa-934f-42e573210074 2018-07-19 05:14:53,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.677428007126s 2018-07-19 05:14:53,898 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-84439a05-935d-4ffa-934f-42e573210074 2018-07-19 05:14:53,900 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:14:55,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:14:55,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:56,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd1b040d-57d1-4312-8e1d-86397e68f6cf x-compute-request-id: req-bd1b040d-57d1-4312-8e1d-86397e68f6cf Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:5a:9a", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:5a:9a", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "rel": "bookmark"}], "image": {"id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "links": [{"href": "http://172.30.9.28:8774/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:14:45.000000", "flavor": {"id": "5366932a-d0a8-4d82-9428-fb11870ea952", "links": [{"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}]}, "id": "1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "security_groups": [{"name": "vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b"}], "user_id": "1861bddfe39946db9717a58565dcd41b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:14:45Z", "hostId": "bbf5b46e4efbf1f16bb73ba5b15b1b35289cc27e59741327ad31bcc3", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3821236c-9dff-4d32-82ce-685e5c2e328b", "name": "vping_ssh-vm_3821236c-9dff-4d32-82ce-685e5c2e328b", "created": "2018-07-19T05:14:36Z", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:14:56,615 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bd1b040d-57d1-4312-8e1d-86397e68f6cf 2018-07-19 05:14:56,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.710862159729s 2018-07-19 05:14:56,616 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bd1b040d-57d1-4312-8e1d-86397e68f6cf 2018-07-19 05:14:56,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-19 05:14:56,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/1acdacea-6e46-4bee-8030-8d83afd48fad.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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:58,077 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-38595de2-3104-4172-817a-8a8bd960b67c Content-Length: 0 Date: Thu, 19 Jul 2018 05:14:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:14:58,078 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/1acdacea-6e46-4bee-8030-8d83afd48fad.json used request id req-38595de2-3104-4172-817a-8a8bd960b67c 2018-07-19 05:14:58,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.45773696899s 2018-07-19 05:14:58,078 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/1acdacea-6e46-4bee-8030-8d83afd48fad.json used request id req-38595de2-3104-4172-817a-8a8bd960b67c 2018-07-19 05:14:58,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:14:58,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:58,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-29ce177b-9693-4445-b107-14b877b3d1ee Date: Thu, 19 Jul 2018 05:14:58 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:14:58,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-29ce177b-9693-4445-b107-14b877b3d1ee 2018-07-19 05:14:58,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0806548595428s 2018-07-19 05:14:58,164 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-29ce177b-9693-4445-b107-14b877b3d1ee 2018-07-19 05:14:58,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-19 05:14:58,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9 -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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:58,481 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:14:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-53d5da83-75c2-429d-8184-986d552602b3 x-compute-request-id: req-53d5da83-75c2-429d-8184-986d552602b3 Content-Type: application/json 2018-07-19 05:14:58,481 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9 used request id req-53d5da83-75c2-429d-8184-986d552602b3 2018-07-19 05:14:58,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.315294981003s 2018-07-19 05:14:58,481 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9 used request id req-53d5da83-75c2-429d-8184-986d552602b3 2018-07-19 05:14:58,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:14:58,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:14:59,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:14: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-a117aa53-145c-4032-802f-2ced278161aa x-compute-request-id: req-a117aa53-145c-4032-802f-2ced278161aa Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:5a:9a", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:5a:9a", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "rel": "bookmark"}], "image": {"id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "links": [{"href": "http://172.30.9.28:8774/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:14:45.000000", "flavor": {"id": "5366932a-d0a8-4d82-9428-fb11870ea952", "links": [{"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}]}, "id": "1cc58897-a5d7-4c10-8bd4-c2c9fcd834b9", "security_groups": [{"name": "vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b"}], "user_id": "1861bddfe39946db9717a58565dcd41b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:14:58Z", "hostId": "bbf5b46e4efbf1f16bb73ba5b15b1b35289cc27e59741327ad31bcc3", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3821236c-9dff-4d32-82ce-685e5c2e328b", "name": "vping_ssh-vm_3821236c-9dff-4d32-82ce-685e5c2e328b", "created": "2018-07-19T05:14:36Z", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:14:59,081 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a117aa53-145c-4032-802f-2ced278161aa 2018-07-19 05:14:59,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.599320888519s 2018-07-19 05:14:59,081 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a117aa53-145c-4032-802f-2ced278161aa 2018-07-19 05:14:59,083 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:15:01,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:15:01,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:15:01,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15: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-6cb62746-af77-489c-86dd-0e55b93ce66f x-compute-request-id: req-6cb62746-af77-489c-86dd-0e55b93ce66f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-19 05:15:01,162 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6cb62746-af77-489c-86dd-0e55b93ce66f 2018-07-19 05:15:01,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0765869617462s 2018-07-19 05:15:01,163 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6cb62746-af77-489c-86dd-0e55b93ce66f 2018-07-19 05:15:01,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 05:15:01,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:15:01,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-ca4f6fbd-0de9-480c-9c6c-2dc9dfda09b5 Date: Thu, 19 Jul 2018 05:15:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:03Z", "updated_at": "2018-07-19T05:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "4d9345f1-86f6-4fe7-bc82-6f67566dcf55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "6396e41d-f871-4e63-9f2e-147378dc58cd", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7c146678-66d8-4f49-a14c-8764972243f5", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7f3ea7a1-1075-4fa9-b218-6657a224d4d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}], "revision_number": 1, "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:16Z", "updated_at": "2018-07-19T05:14:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:16Z", "revision_number": 0, "id": "07f323c8-101e-467f-b253-24f357f5b26e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:16Z", "security_group_id": "91f72a4f-0431-4f78-a006-2333e9105648", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:18Z", "revision_number": 0, "id": "3d26d10d-89fe-4ceb-80e1-780b6c51e975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:18Z", "security_group_id": "91f72a4f-0431-4f78-a006-2333e9105648", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-19T05:14:17Z", "revision_number": 0, "id": "4dc914f2-3ec1-40c6-88f7-18e4ab8d7e39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:17Z", "security_group_id": "91f72a4f-0431-4f78-a006-2333e9105648", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:16Z", "revision_number": 0, "id": "80c8711b-f6f1-4f73-8858-512dda8ee63b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:16Z", "security_group_id": "91f72a4f-0431-4f78-a006-2333e9105648", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}], "revision_number": 3, "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "91f72a4f-0431-4f78-a006-2333e9105648", "name": "vping_ssh-sg_3821236c-9dff-4d32-82ce-685e5c2e328b"}]} 2018-07-19 05:15:01,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-ca4f6fbd-0de9-480c-9c6c-2dc9dfda09b5 2018-07-19 05:15:01,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0649530887604s 2018-07-19 05:15:01,231 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-ca4f6fbd-0de9-480c-9c6c-2dc9dfda09b5 2018-07-19 05:15:01,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-19 05:15:01,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/91f72a4f-0431-4f78-a006-2333e9105648.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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:15:01,615 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0bef5c7d-dd66-41e0-b413-8e35f08cdfc7 Content-Length: 0 Date: Thu, 19 Jul 2018 05:15:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:15:01,615 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/91f72a4f-0431-4f78-a006-2333e9105648.json used request id req-0bef5c7d-dd66-41e0-b413-8e35f08cdfc7 2018-07-19 05:15:01,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.38053393364s 2018-07-19 05:15:01,615 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/91f72a4f-0431-4f78-a006-2333e9105648.json used request id req-0bef5c7d-dd66-41e0-b413-8e35f08cdfc7 2018-07-19 05:15:01,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-19 05:15:01,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_3821236c-9dff-4d32-82ce-685e5c2e328b -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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:15:01,662 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:15: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-eeaef385-eb69-4980-914a-92d9fbd2fccb x-compute-request-id: req-eeaef385-eb69-4980-914a-92d9fbd2fccb Content-Length: 0 Content-Type: application/json 2018-07-19 05:15:01,663 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_3821236c-9dff-4d32-82ce-685e5c2e328b used request id req-eeaef385-eb69-4980-914a-92d9fbd2fccb 2018-07-19 05:15:01,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0471308231354s 2018-07-19 05:15:01,663 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_3821236c-9dff-4d32-82ce-685e5c2e328b used request id req-eeaef385-eb69-4980-914a-92d9fbd2fccb 2018-07-19 05:15:01,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-19 05:15:01,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/5d776ca4-fb9c-4809-a15e-71fbc55bab90/remove_router_interface.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" -d '{"subnet_id": "f4dfce3b-9c96-4442-9251-72298fcc935f"}' 2018-07-19 05:15:03,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a7f9a98d-3101-4911-922d-490c01070599 Date: Thu, 19 Jul 2018 05:15:03 GMT RESP BODY: {"network_id": "1f3d8728-97dc-462d-93cd-75bf68c43db5", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "subnet_id": "f4dfce3b-9c96-4442-9251-72298fcc935f", "subnet_ids": ["f4dfce3b-9c96-4442-9251-72298fcc935f"], "port_id": "c650905b-5a72-4bc3-9981-d4523b005343", "id": "5d776ca4-fb9c-4809-a15e-71fbc55bab90"} 2018-07-19 05:15:03,935 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5d776ca4-fb9c-4809-a15e-71fbc55bab90/remove_router_interface.json used request id req-a7f9a98d-3101-4911-922d-490c01070599 2018-07-19 05:15:03,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.27114200592s 2018-07-19 05:15:03,935 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5d776ca4-fb9c-4809-a15e-71fbc55bab90/remove_router_interface.json used request id req-a7f9a98d-3101-4911-922d-490c01070599 returning object 5d776ca4-fb9c-4809-a15e-71fbc55bab90 2018-07-19 05:15:03,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-19 05:15:03,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:15:04,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-c7b700a2-10be-4c91-87f1-585811134338 Date: Thu, 19 Jul 2018 05:15:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:05Z", "admin_state_up": true, "updated_at": "2018-07-19T05:15:02Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "5d776ca4-fb9c-4809-a15e-71fbc55bab90", "name": "vping_ssh-router_3821236c-9dff-4d32-82ce-685e5c2e328b"}]} 2018-07-19 05:15:04,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-c7b700a2-10be-4c91-87f1-585811134338 2018-07-19 05:15:04,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.270802974701s 2018-07-19 05:15:04,207 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-c7b700a2-10be-4c91-87f1-585811134338 2018-07-19 05:15:04,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-19 05:15:04,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/5d776ca4-fb9c-4809-a15e-71fbc55bab90.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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:15:08,071 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-adcfc162-6fb9-4a7d-a1af-32773754517b Content-Length: 0 Date: Thu, 19 Jul 2018 05:15:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:15:08,071 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/5d776ca4-fb9c-4809-a15e-71fbc55bab90.json used request id req-adcfc162-6fb9-4a7d-a1af-32773754517b 2018-07-19 05:15:08,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.86268520355s 2018-07-19 05:15:08,071 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/5d776ca4-fb9c-4809-a15e-71fbc55bab90.json used request id req-adcfc162-6fb9-4a7d-a1af-32773754517b 2018-07-19 05:15:08,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 05:15:08,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:15:08,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-94ddf0b1-71db-4fef-b361-7aff36411115 Date: Thu, 19 Jul 2018 05:15:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f3d8728-97dc-462d-93cd-75bf68c43db5","tenant_id":"aededaacc0b14da3b8ce604aa4f6184f","created_at":"2018-07-19T05:14:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T05:14:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"aededaacc0b14da3b8ce604aa4f6184f","id":"f4dfce3b-9c96-4442-9251-72298fcc935f","subnetpool_id":null,"name":"vping_ssh-subnet_3821236c-9dff-4d32-82ce-685e5c2e328b"}]} 2018-07-19 05:15:08,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-94ddf0b1-71db-4fef-b361-7aff36411115 2018-07-19 05:15:08,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0578558444977s 2018-07-19 05:15:08,130 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-94ddf0b1-71db-4fef-b361-7aff36411115 2018-07-19 05:15:08,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-19 05:15:08,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/f4dfce3b-9c96-4442-9251-72298fcc935f.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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:15:10,584 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c5e3d5ae-99df-46b4-81b0-da2b5387be0b Date: Thu, 19 Jul 2018 05:15:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:15:10,585 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/f4dfce3b-9c96-4442-9251-72298fcc935f.json used request id req-c5e3d5ae-99df-46b4-81b0-da2b5387be0b 2018-07-19 05:15:10,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.45300579071s 2018-07-19 05:15:10,585 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/f4dfce3b-9c96-4442-9251-72298fcc935f.json used request id req-c5e3d5ae-99df-46b4-81b0-da2b5387be0b 2018-07-19 05:15:10,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:15:10,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:15:10,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1236 X-Openstack-Request-Id: req-b9920c4b-e5a9-4200-ab58-eb138bc26939 Date: Thu, 19 Jul 2018 05:15:10 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"1f3d8728-97dc-462d-93cd-75bf68c43db5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aededaacc0b14da3b8ce604aa4f6184f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:15:10Z","qos_policy_id":null,"name":"vping_ssh-net_3821236c-9dff-4d32-82ce-685e5c2e328b","admin_state_up":true,"tenant_id":"aededaacc0b14da3b8ce604aa4f6184f","created_at":"2018-07-19T05:14:03Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:15:10,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b9920c4b-e5a9-4200-ab58-eb138bc26939 2018-07-19 05:15:10,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116661071777s 2018-07-19 05:15:10,703 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b9920c4b-e5a9-4200-ab58-eb138bc26939 2018-07-19 05:15:10,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-19 05:15:10,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/1f3d8728-97dc-462d-93cd-75bf68c43db5.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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:15:12,253 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0a52e4d6-9785-4653-b9c6-6611124bf699 Date: Thu, 19 Jul 2018 05:15:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:15:12,253 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/1f3d8728-97dc-462d-93cd-75bf68c43db5.json used request id req-0a52e4d6-9785-4653-b9c6-6611124bf699 2018-07-19 05:15:12,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.54910993576s 2018-07-19 05:15:12,253 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/1f3d8728-97dc-462d-93cd-75bf68c43db5.json used request id req-0a52e4d6-9785-4653-b9c6-6611124bf699 2018-07-19 05:15:12,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:15:12,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:15:12,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-561bd955-b248-4b53-8508-73c929ed5a05 Date: Thu, 19 Jul 2018 05:15:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a/snap", "metadata": {}}], "file": "/v2/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a/file", "owner": "aededaacc0b14da3b8ce604aa4f6184f", "id": "185aed12-68b1-4710-9ae9-ad8249ad9a2a", "size": 12716032, "self": "/v2/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a", "disk_format": "qcow2", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:14:15Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3821236c-9dff-4d32-82ce-685e5c2e328b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3821236c-9dff-4d32-82ce-685e5c2e328b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T05:14:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:15:12,483 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-561bd955-b248-4b53-8508-73c929ed5a05 2018-07-19 05:15:12,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.225908041s 2018-07-19 05:15:12,484 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-561bd955-b248-4b53-8508-73c929ed5a05 2018-07-19 05:15:12,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-19 05:15:12,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a -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}437e00c32cb9a0832f0c667880bafc3fe2a2f11f" 2018-07-19 05:15:13,067 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d2db50ed-74f2-48a7-a53a-5c39f1dfa0d1 Date: Thu, 19 Jul 2018 05:15:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:15:13,067 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a used request id req-d2db50ed-74f2-48a7-a53a-5c39f1dfa0d1 2018-07-19 05:15:13,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.581924915314s 2018-07-19 05:15:13,068 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/185aed12-68b1-4710-9ae9-ad8249ad9a2a used request id req-d2db50ed-74f2-48a7-a53a-5c39f1dfa0d1 2018-07-19 05:15:13,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 05:15:13,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -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}da3e32d786095c37282793b87cd473a29cc06d8c" 2018-07-19 05:15:13,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15: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-e4ee4eb3-5f77-4750-adf7-f368be54d12f x-compute-request-id: req-e4ee4eb3-5f77-4750-adf7-f368be54d12f Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_3821236c-9dff-4d32-82ce-685e5c2e328b", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5366932a-d0a8-4d82-9428-fb11870ea952", "rel": "bookmark"}], "ram": 512, "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": "5366932a-d0a8-4d82-9428-fb11870ea952"}]} 2018-07-19 05:15:13,099 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-e4ee4eb3-5f77-4750-adf7-f368be54d12f 2018-07-19 05:15:13,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0307109355927s 2018-07-19 05:15:13,099 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-e4ee4eb3-5f77-4750-adf7-f368be54d12f 2018-07-19 05:15:13,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-19 05:15:13,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/5366932a-d0a8-4d82-9428-fb11870ea952 -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}da3e32d786095c37282793b87cd473a29cc06d8c" 2018-07-19 05:15:13,138 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:15: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-d4a81119-c2e8-463b-9386-d81fcafcaa5b x-compute-request-id: req-d4a81119-c2e8-463b-9386-d81fcafcaa5b Content-Length: 0 Content-Type: application/json 2018-07-19 05:15:13,138 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/5366932a-d0a8-4d82-9428-fb11870ea952 used request id req-d4a81119-c2e8-463b-9386-d81fcafcaa5b 2018-07-19 05:15:13,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0376379489899s 2018-07-19 05:15:13,138 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/5366932a-d0a8-4d82-9428-fb11870ea952 used request id req-d4a81119-c2e8-463b-9386-d81fcafcaa5b 2018-07-19 05:15:13,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 05:15:13,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -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}da3e32d786095c37282793b87cd473a29cc06d8c" 2018-07-19 05:15:13,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6666abc9-549d-487a-a347-7ffaeaa14744 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "vping_ssh-user_3821236c-9dff-4d32-82ce-685e5c2e328b", "links": {"self": "http://172.30.9.28:5000/v3/users/1861bddfe39946db9717a58565dcd41b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1861bddfe39946db9717a58565dcd41b", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:15:13,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-6666abc9-549d-487a-a347-7ffaeaa14744 2018-07-19 05:15:13,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.119234085083s 2018-07-19 05:15:13,258 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-6666abc9-549d-487a-a347-7ffaeaa14744 2018-07-19 05:15:13,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 05:15:13,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/1861bddfe39946db9717a58565dcd41b -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}da3e32d786095c37282793b87cd473a29cc06d8c" 2018-07-19 05:15:13,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0236e05-e870-44df-a137-4adcf3deed66 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_3821236c-9dff-4d32-82ce-685e5c2e328b", "links": {"self": "http://172.30.9.28:5000/v3/users/1861bddfe39946db9717a58565dcd41b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "1861bddfe39946db9717a58565dcd41b", "description": null}} 2018-07-19 05:15:13,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/1861bddfe39946db9717a58565dcd41b used request id req-f0236e05-e870-44df-a137-4adcf3deed66 2018-07-19 05:15:13,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.124370098114s 2018-07-19 05:15:13,389 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/1861bddfe39946db9717a58565dcd41b used request id req-f0236e05-e870-44df-a137-4adcf3deed66 2018-07-19 05:15:13,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-19 05:15:13,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/1861bddfe39946db9717a58565dcd41b -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}da3e32d786095c37282793b87cd473a29cc06d8c" 2018-07-19 05:15:13,612 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:15:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-347c67b4-1694-4178-816b-79e16eb857bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:15:13,612 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/1861bddfe39946db9717a58565dcd41b used request id req-347c67b4-1694-4178-816b-79e16eb857bc 2018-07-19 05:15:13,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.222353935242s 2018-07-19 05:15:13,612 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/1861bddfe39946db9717a58565dcd41b used request id req-347c67b4-1694-4178-816b-79e16eb857bc 2018-07-19 05:15:13,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 05:15:13,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/projects -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}da3e32d786095c37282793b87cd473a29cc06d8c" 2018-07-19 05:15:13,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dd74fda-9367-407a-9d92-508abe2690f2 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf"}, "tags": [], "enabled": true, "id": "808316c313f0491a8efb6e31d026d3bf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f"}, "tags": [], "enabled": true, "id": "aededaacc0b14da3b8ce604aa4f6184f", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_3821236c-9dff-4d32-82ce-685e5c2e328b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "id": "c9003101a9994c308fccde61f611d998", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-19 05:15:13,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-5dd74fda-9367-407a-9d92-508abe2690f2 2018-07-19 05:15:13,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0989501476288s 2018-07-19 05:15:13,717 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-5dd74fda-9367-407a-9d92-508abe2690f2 2018-07-19 05:15:13,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-19 05:15:13,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f -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}da3e32d786095c37282793b87cd473a29cc06d8c" 2018-07-19 05:15:13,970 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:15:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21d99c14-b11a-43a7-ae5f-7b97b8f2ca43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:15:13,970 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f used request id req-21d99c14-b11a-43a7-ae5f-7b97b8f2ca43 2018-07-19 05:15:13,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.24876999855s 2018-07-19 05:15:13,971 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f used request id req-21d99c14-b11a-43a7-ae5f-7b97b8f2ca43 2018-07-19 05:15:14,035 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-07-19 05:15:14,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 05:15:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 05:15:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 05:15:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 05:15:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 05:15:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 05:15:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 05:15:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 05:15:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 05:15:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 05:15:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 05:15:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 05:15:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 05:15:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 05:15:14,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 05:15:14,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 05:15:14,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 05:15:14,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 05:15:14,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 05:15:14,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 05:15:14,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 05:15:14,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 05:15:14,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:15:14,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddc0d019-58ca-4da3-a9cc-49fe632f63c8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:15:14,084 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ddc0d019-58ca-4da3-a9cc-49fe632f63c8 2018-07-19 05:15:14,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:15:14,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:15:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["l_9t7OUzSTiwQX-I3DO5GA"], "issued_at": "2018-07-19T05:15:14.000000Z"}} 2018-07-19 05:15:14,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:15:14,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -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}a3762ab7d2186e51224bc7afc91744699b1c5f7d" 2018-07-19 05:15:14,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-a14264a7-4e82-4766-8055-24b4749f5078 Date: Thu, 19 Jul 2018 05:15:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:15:14,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a14264a7-4e82-4766-8055-24b4749f5078 2018-07-19 05:15:14,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.279014110565s 2018-07-19 05:15:14,763 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a14264a7-4e82-4766-8055-24b4749f5078 2018-07-19 05:15:14,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:15:14,772 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:15:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1d3a3e7-7746-493b-919a-84f0de681927 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:15:14,772 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-c1d3a3e7-7746-493b-919a-84f0de681927 2018-07-19 05:15:14,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 05:15:14,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3762ab7d2186e51224bc7afc91744699b1c5f7d" 2018-07-19 05:15:14,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47c0be4d-79af-4637-8dd2-57097ede89c4 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/3cb34abc01814999b9e0de391598d4b9"}, "tags": [], "enabled": true, "id": "3cb34abc01814999b9e0de391598d4b9", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-19 05:15:14,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-47c0be4d-79af-4637-8dd2-57097ede89c4 2018-07-19 05:15:14,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.188300132751s 2018-07-19 05:15:14,962 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-47c0be4d-79af-4637-8dd2-57097ede89c4 2018-07-19 05:15:14,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-19 05:15:14,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/projects -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a3762ab7d2186e51224bc7afc91744699b1c5f7d" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_5281ca88-f56c-4d4e-ae12-b89675b4d07d"}}' 2018-07-19 05:15:15,161 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:15:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b873a5a-1688-4512-95d9-4fabd731bc4d Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.28:5000/v3/projects/9c9c2561f2114860acaf537a0d638f0a"}, "tags": [], "enabled": true, "id": "9c9c2561f2114860acaf537a0d638f0a", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_5281ca88-f56c-4d4e-ae12-b89675b4d07d"}} 2018-07-19 05:15:15,162 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-7b873a5a-1688-4512-95d9-4fabd731bc4d 2018-07-19 05:15:15,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.193457126617s 2018-07-19 05:15:15,162 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-7b873a5a-1688-4512-95d9-4fabd731bc4d 2018-07-19 05:15:15,163 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_userdata', u'tags': [], 'enabled': True, 'id': u'9c9c2561f2114860acaf537a0d638f0a', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vping_userdata-project_5281ca88-f56c-4d4e-ae12-b89675b4d07d'}) 2018-07-19 05:15:15,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-19 05:15:15,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a3762ab7d2186e51224bc7afc91744699b1c5f7d" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "dbacd90d-4da6-4810-937f-b863ccceb5ac", "email": null, "name": "vping_userdata-user_5281ca88-f56c-4d4e-ae12-b89675b4d07d"}}' 2018-07-19 05:15:15,604 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:15:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71aabf57-c47c-48dc-94cd-1dcf65d8bdf9 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "links": {"self": "http://172.30.9.28:5000/v3/users/d2575b9d382044bbb2047469919a752b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d2575b9d382044bbb2047469919a752b", "domain_id": "default", "password_expires_at": null}} 2018-07-19 05:15:15,605 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-71aabf57-c47c-48dc-94cd-1dcf65d8bdf9 2018-07-19 05:15:15,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.435606002808s 2018-07-19 05:15:15,605 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-71aabf57-c47c-48dc-94cd-1dcf65d8bdf9 2018-07-19 05:15:15,606 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd2575b9d382044bbb2047469919a752b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_5281ca88-f56c-4d4e-ae12-b89675b4d07d'}) 2018-07-19 05:15:15,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 05:15:15,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3762ab7d2186e51224bc7afc91744699b1c5f7d" 2018-07-19 05:15:15,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6506e563-c523-49a8-94d4-884da5abce12 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:15:15,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6506e563-c523-49a8-94d4-884da5abce12 2018-07-19 05:15:15,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.108240127563s 2018-07-19 05:15:15,718 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6506e563-c523-49a8-94d4-884da5abce12 2018-07-19 05:15:15,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 05:15:15,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3762ab7d2186e51224bc7afc91744699b1c5f7d" 2018-07-19 05:15:15,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df1988a2-97ef-44b8-874a-ed13ec706154 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:15:15,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-df1988a2-97ef-44b8-874a-ed13ec706154 2018-07-19 05:15:15,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103781938553s 2018-07-19 05:15:15,827 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-df1988a2-97ef-44b8-874a-ed13ec706154 2018-07-19 05:15:15,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 05:15:15,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3762ab7d2186e51224bc7afc91744699b1c5f7d" 2018-07-19 05:15:15,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d00cabc-cd41-4c7c-8e24-996348bc2530 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:15:15,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3d00cabc-cd41-4c7c-8e24-996348bc2530 2018-07-19 05:15:15,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.108526945114s 2018-07-19 05:15:15,941 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3d00cabc-cd41-4c7c-8e24-996348bc2530 2018-07-19 05:15:15,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 05:15:15,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -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}a3762ab7d2186e51224bc7afc91744699b1c5f7d" 2018-07-19 05:15:16,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c87c1c7c-e4d2-4efc-8674-116c3a24071e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-19 05:15:16,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-c87c1c7c-e4d2-4efc-8674-116c3a24071e 2018-07-19 05:15:16,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.10684800148s 2018-07-19 05:15:16,053 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-c87c1c7c-e4d2-4efc-8674-116c3a24071e 2018-07-19 05:15:16,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 05:15:16,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -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}a3762ab7d2186e51224bc7afc91744699b1c5f7d" 2018-07-19 05:15:16,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1001af7b-f645-4345-8f1f-97cb9d843652 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "links": {"self": "http://172.30.9.28:5000/v3/users/d2575b9d382044bbb2047469919a752b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d2575b9d382044bbb2047469919a752b", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:15:16,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-1001af7b-f645-4345-8f1f-97cb9d843652 2018-07-19 05:15:16,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114291906357s 2018-07-19 05:15:16,168 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-1001af7b-f645-4345-8f1f-97cb9d843652 2018-07-19 05:15:16,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 05:15:16,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -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}a3762ab7d2186e51224bc7afc91744699b1c5f7d" 2018-07-19 05:15:16,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c32a8f0d-3f37-4750-9f73-3990cc536ee2 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "id": "c9003101a9994c308fccde61f611d998", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf"}, "tags": [], "enabled": true, "id": "808316c313f0491a8efb6e31d026d3bf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.28:5000/v3/projects/9c9c2561f2114860acaf537a0d638f0a"}, "tags": [], "enabled": true, "id": "9c9c2561f2114860acaf537a0d638f0a", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_5281ca88-f56c-4d4e-ae12-b89675b4d07d"}]} 2018-07-19 05:15:16,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-c32a8f0d-3f37-4750-9f73-3990cc536ee2 2018-07-19 05:15:16,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.118806838989s 2018-07-19 05:15:16,299 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-c32a8f0d-3f37-4750-9f73-3990cc536ee2 2018-07-19 05:15:16,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-19 05:15:16,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=d2575b9d382044bbb2047469919a752b&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=9c9c2561f2114860acaf537a0d638f0a" -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}a3762ab7d2186e51224bc7afc91744699b1c5f7d" 2018-07-19 05:15:16,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a514b9df-c2d3-4e6b-8447-bc816691267d Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=d2575b9d382044bbb2047469919a752b&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=9c9c2561f2114860acaf537a0d638f0a", "previous": null, "next": null}} 2018-07-19 05:15:16,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=d2575b9d382044bbb2047469919a752b&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=9c9c2561f2114860acaf537a0d638f0a used request id req-a514b9df-c2d3-4e6b-8447-bc816691267d 2018-07-19 05:15:16,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.10728096962s 2018-07-19 05:15:16,414 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=d2575b9d382044bbb2047469919a752b&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=9c9c2561f2114860acaf537a0d638f0a used request id req-a514b9df-c2d3-4e6b-8447-bc816691267d 2018-07-19 05:15:16,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-19 05:15:16,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/9c9c2561f2114860acaf537a0d638f0a/users/d2575b9d382044bbb2047469919a752b/roles/fc9a86fe047a4c4693c8f2b41c772941 -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}a3762ab7d2186e51224bc7afc91744699b1c5f7d" 2018-07-19 05:15:16,573 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:15:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b8ee510-9c2c-4108-ae26-e03d183a183a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:15:16,574 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9c9c2561f2114860acaf537a0d638f0a/users/d2575b9d382044bbb2047469919a752b/roles/fc9a86fe047a4c4693c8f2b41c772941 used request id req-1b8ee510-9c2c-4108-ae26-e03d183a183a 2018-07-19 05:15:16,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.156358957291s 2018-07-19 05:15:16,574 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9c9c2561f2114860acaf537a0d638f0a/users/d2575b9d382044bbb2047469919a752b/roles/fc9a86fe047a4c4693c8f2b41c772941 used request id req-1b8ee510-9c2c-4108-ae26-e03d183a183a 2018-07-19 05:15:16,575 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_5281ca88-f56c-4d4e-ae12-b89675b4d07d', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'9c9c2561f2114860acaf537a0d638f0a', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'dbacd90d-4da6-4810-937f-b863ccceb5ac', 'username': u'vping_userdata-user_5281ca88-f56c-4d4e-ae12-b89675b4d07d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-19 05:15:16,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 05:15:16,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 05:15:16,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 05:15:16,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 05:15:16,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 05:15:16,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 05:15:16,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 05:15:16,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 05:15:16,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 05:15:16,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 05:15:16,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 05:15:16,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 05:15:16,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 05:15:16,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 05:15:16,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 05:15:16,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 05:15:16,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 05:15:16,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 05:15:16,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 05:15:16,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 05:15:16,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 05:15:16,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 05:15:16,580 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_5281ca88-f56c-4d4e-ae12-b89675b4d07d', 'password': 'dbacd90d-4da6-4810-937f-b863ccceb5ac', 'project_name': 'vping_userdata-project_5281ca88-f56c-4d4e-ae12-b89675b4d07d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '9c9c2561f2114860acaf537a0d638f0a', 'project_domain_name': 'Default'} 2018-07-19 05:15:16,580 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-07-19 05:15:16,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:15:16,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8fbbb69-069a-4988-97a8-de6ddcd2ea2e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:15:16,588 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a8fbbb69-069a-4988-97a8-de6ddcd2ea2e 2018-07-19 05:15:16,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:15:16,981 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}], "expires_at": "2018-07-19T06:15:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c9c2561f2114860acaf537a0d638f0a", "name": "vping_userdata-project_5281ca88-f56c-4d4e-ae12-b89675b4d07d"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/9c9c2561f2114860acaf537a0d638f0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/9c9c2561f2114860acaf537a0d638f0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/9c9c2561f2114860acaf537a0d638f0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/9c9c2561f2114860acaf537a0d638f0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/9c9c2561f2114860acaf537a0d638f0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/9c9c2561f2114860acaf537a0d638f0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9c9c2561f2114860acaf537a0d638f0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/9c9c2561f2114860acaf537a0d638f0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/9c9c2561f2114860acaf537a0d638f0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9c9c2561f2114860acaf537a0d638f0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9c9c2561f2114860acaf537a0d638f0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9c9c2561f2114860acaf537a0d638f0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/9c9c2561f2114860acaf537a0d638f0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/9c9c2561f2114860acaf537a0d638f0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "id": "d2575b9d382044bbb2047469919a752b"}, "audit_ids": ["bdbPvl6YSCqcjx14tLj5TA"], "issued_at": "2018-07-19T05:15:16.000000Z"}} 2018-07-19 05:15:16,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-19 05:15:16,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" -d '{"network": {"name": "vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "admin_state_up": true}}' 2018-07-19 05:15:17,730 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 633 X-Openstack-Request-Id: req-3027f372-b177-41cf-aded-e9fc5368ca25 Date: Thu, 19 Jul 2018 05:15:17 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"2091294f-0197-4fcd-bf36-f344393c464b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9c9c2561f2114860acaf537a0d638f0a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:15:17Z","is_default":false,"name":"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d","qos_policy_id":null,"admin_state_up":true,"tenant_id":"9c9c2561f2114860acaf537a0d638f0a","created_at":"2018-07-19T05:15:17Z","mtu":1450}} 2018-07-19 05:15:17,730 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3027f372-b177-41cf-aded-e9fc5368ca25 2018-07-19 05:15:17,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.746067047119s 2018-07-19 05:15:17,731 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3027f372-b177-41cf-aded-e9fc5368ca25 2018-07-19 05:15:17,731 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-19T05:15:17Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'2091294f-0197-4fcd-bf36-f344393c464b', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d', u'admin_state_up': True, u'tenant_id': u'9c9c2561f2114860acaf537a0d638f0a', u'created_at': u'2018-07-19T05:15:17Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9c9c2561f2114860acaf537a0d638f0a', u'l2_adjacency': True}) 2018-07-19 05:15:17,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:15:17,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:18,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-dc7e7cfa-f469-41c5-aacf-252b9190c185 Date: Thu, 19 Jul 2018 05:15:18 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"2091294f-0197-4fcd-bf36-f344393c464b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9c9c2561f2114860acaf537a0d638f0a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:15:17Z","qos_policy_id":null,"name":"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d","admin_state_up":true,"tenant_id":"9c9c2561f2114860acaf537a0d638f0a","created_at":"2018-07-19T05:15:17Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:15:18,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-dc7e7cfa-f469-41c5-aacf-252b9190c185 2018-07-19 05:15:18,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.317519903183s 2018-07-19 05:15:18,050 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-dc7e7cfa-f469-41c5-aacf-252b9190c185 2018-07-19 05:15:18,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-19 05:15:18,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" -d '{"subnet": {"name": "vping_userdata-subnet_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "enable_dhcp": true, "network_id": "2091294f-0197-4fcd-bf36-f344393c464b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-19 05:15:19,026 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a948ebcf-0441-427f-bb03-242ca2681b41 Date: Thu, 19 Jul 2018 05:15:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2091294f-0197-4fcd-bf36-f344393c464b","tenant_id":"9c9c2561f2114860acaf537a0d638f0a","created_at":"2018-07-19T05:15:18Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T05:15:18Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"9c9c2561f2114860acaf537a0d638f0a","id":"266153a4-860c-4e55-bf25-416a6e95044d","subnetpool_id":null,"name":"vping_userdata-subnet_5281ca88-f56c-4d4e-ae12-b89675b4d07d"}} 2018-07-19 05:15:19,026 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-a948ebcf-0441-427f-bb03-242ca2681b41 2018-07-19 05:15:19,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.974770069122s 2018-07-19 05:15:19,026 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-a948ebcf-0441-427f-bb03-242ca2681b41 2018-07-19 05:15:19,027 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T05:15:18Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'266153a4-860c-4e55-bf25-416a6e95044d', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_5281ca88-f56c-4d4e-ae12-b89675b4d07d', u'enable_dhcp': True, u'network_id': u'2091294f-0197-4fcd-bf36-f344393c464b', u'tenant_id': u'9c9c2561f2114860acaf537a0d638f0a', u'created_at': u'2018-07-19T05:15:18Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'9c9c2561f2114860acaf537a0d638f0a'}) 2018-07-19 05:15:19,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-19 05:15:19,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" -d '{"router": {"external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c"}, "name": "vping_userdata-router_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "admin_state_up": true}}' 2018-07-19 05:15:25,651 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-e79b9d08-c097-4ec8-b3c9-2f0a50bd71a6 Date: Thu, 19 Jul 2018 05:15:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "created_at": "2018-07-19T05:15:19Z", "admin_state_up": true, "updated_at": "2018-07-19T05:15:20Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "9c9c2561f2114860acaf537a0d638f0a", "id": "6405315f-a5af-437e-a9ce-9908b3da1f29", "name": "vping_userdata-router_5281ca88-f56c-4d4e-ae12-b89675b4d07d"}} 2018-07-19 05:15:25,651 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-e79b9d08-c097-4ec8-b3c9-2f0a50bd71a6 2018-07-19 05:15:25,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.62407684326s 2018-07-19 05:15:25,652 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-e79b9d08-c097-4ec8-b3c9-2f0a50bd71a6 2018-07-19 05:15:25,652 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T05:15:20Z', u'revision_number': 3, u'id': u'6405315f-a5af-437e-a9ce-9908b3da1f29', u'external_gateway_info': {u'network_id': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'2c83d5bd-6837-46dc-ba99-edbcdb9eb558', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-router_5281ca88-f56c-4d4e-ae12-b89675b4d07d', u'admin_state_up': True, u'tenant_id': u'9c9c2561f2114860acaf537a0d638f0a', u'created_at': u'2018-07-19T05:15:19Z', u'flavor_id': None, u'routes': [], u'project_id': u'9c9c2561f2114860acaf537a0d638f0a'}) 2018-07-19 05:15:25,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-19 05:15:25,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/6405315f-a5af-437e-a9ce-9908b3da1f29/add_router_interface.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" -d '{"subnet_id": "266153a4-860c-4e55-bf25-416a6e95044d"}' 2018-07-19 05:15:28,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a226b0ff-aead-454b-9166-1f9fc0298fdb Date: Thu, 19 Jul 2018 05:15:28 GMT RESP BODY: {"network_id": "2091294f-0197-4fcd-bf36-f344393c464b", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "subnet_id": "266153a4-860c-4e55-bf25-416a6e95044d", "subnet_ids": ["266153a4-860c-4e55-bf25-416a6e95044d"], "port_id": "9e6eac4c-b14d-479b-958e-7a7ce2f518e7", "id": "6405315f-a5af-437e-a9ce-9908b3da1f29"} 2018-07-19 05:15:28,797 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/6405315f-a5af-437e-a9ce-9908b3da1f29/add_router_interface.json used request id req-a226b0ff-aead-454b-9166-1f9fc0298fdb 2018-07-19 05:15:28,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.14448904991s 2018-07-19 05:15:28,798 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/6405315f-a5af-437e-a9ce-9908b3da1f29/add_router_interface.json used request id req-a226b0ff-aead-454b-9166-1f9fc0298fdb returning object 6405315f-a5af-437e-a9ce-9908b3da1f29 2018-07-19 05:15:28,798 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-19 05:15:28,926 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-19 05:15:28,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292 -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-07-19 05:15:28,932 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Thu, 19 Jul 2018 05:15:28 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-19 05:15:28,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:15:28,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:29,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-450aa626-ad0a-4e9b-9230-05ebd3a225bf Date: Thu, 19 Jul 2018 05:15:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:15:29,164 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-450aa626-ad0a-4e9b-9230-05ebd3a225bf 2018-07-19 05:15:29,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.227329015732s 2018-07-19 05:15:29,165 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-450aa626-ad0a-4e9b-9230-05ebd3a225bf 2018-07-19 05:15:29,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-19 05:15:29,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_5281ca88-f56c-4d4e-ae12-b89675b4d07d"}' 2018-07-19 05:15:29,442 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1d4d714f-ceac-4f00-8655-8fffdad0bb71 Date: Thu, 19 Jul 2018 05:15:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af/file", "owner": "9c9c2561f2114860acaf537a0d638f0a", "id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "size": null, "self": "/v2/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:15:29Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "checksum": null, "created_at": "2018-07-19T05:15:29Z", "protected": false} 2018-07-19 05:15:29,443 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-1d4d714f-ceac-4f00-8655-8fffdad0bb71 2018-07-19 05:15:29,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.270304918289s 2018-07-19 05:15:29,443 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-1d4d714f-ceac-4f00-8655-8fffdad0bb71 returning object 6fff2ac5-b62f-4077-8f5e-9abe722c97af 2018-07-19 05:15:29,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-19 05:15:29,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af/file -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 "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" -d '' 2018-07-19 05:15:31,055 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bdaf1c91-eec9-4653-bc60-d5848316d0b8 Date: Thu, 19 Jul 2018 05:15:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:15:31,055 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af/file used request id req-bdaf1c91-eec9-4653-bc60-d5848316d0b8 2018-07-19 05:15:31,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.61112093925s 2018-07-19 05:15:31,055 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af/file used request id req-bdaf1c91-eec9-4653-bc60-d5848316d0b8 2018-07-19 05:15:31,055 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_userdata-img_5281ca88-f56c-4d4e-ae12-b89675b4d07d', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-19T05:15:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af/file', u'owner': u'9c9c2561f2114860acaf537a0d638f0a', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'6fff2ac5-b62f-4077-8f5e-9abe722c97af', u'size': None, u'name': u'vping_userdata-img_5281ca88-f56c-4d4e-ae12-b89675b4d07d', u'checksum': None, u'self': u'/v2/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-19T05:15:29Z', u'schema': u'/v2/schemas/image'}) 2018-07-19 05:15:31,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-19 05:15:31,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a3762ab7d2186e51224bc7afc91744699b1c5f7d" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-19 05:15:31,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bfd0825c-3347-4e87-becb-e6362483ca3d x-compute-request-id: req-bfd0825c-3347-4e87-becb-e6362483ca3d Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}], "ram": 512, "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": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8"}} 2018-07-19 05:15:31,330 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-bfd0825c-3347-4e87-becb-e6362483ca3d 2018-07-19 05:15:31,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.273778915405s 2018-07-19 05:15:31,330 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-bfd0825c-3347-4e87-becb-e6362483ca3d 2018-07-19 05:15:31,331 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_5281ca88-f56c-4d4e-ae12-b89675b4d07d', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c9003101a9994c308fccde61f611d998', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'3719dab5-7742-46c2-9d38-75dd9ee0c1e8', 'swap': 0}) 2018-07-19 05:15:31,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-19 05:15:31,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8/os-extra_specs -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a3762ab7d2186e51224bc7afc91744699b1c5f7d" -d '{"extra_specs": {}}' 2018-07-19 05:15:31,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-54df9fc6-342c-488d-bf86-b0edf14fced2 x-compute-request-id: req-54df9fc6-342c-488d-bf86-b0edf14fced2 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-19 05:15:31,354 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8/os-extra_specs used request id req-54df9fc6-342c-488d-bf86-b0edf14fced2 2018-07-19 05:15:31,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0225429534912s 2018-07-19 05:15:31,355 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8/os-extra_specs used request id req-54df9fc6-342c-488d-bf86-b0edf14fced2 2018-07-19 05:15:31,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:15:31,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:31,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-38768dda-53c9-4fb4-84b9-abfdacbbc590 Date: Thu, 19 Jul 2018 05:15:31 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"2091294f-0197-4fcd-bf36-f344393c464b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c9c2561f2114860acaf537a0d638f0a","l2_adjacency":true,"status":"ACTIVE","subnets":["266153a4-860c-4e55-bf25-416a6e95044d"],"description":"","tags":[],"updated_at":"2018-07-19T05:15:18Z","qos_policy_id":null,"name":"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d","admin_state_up":true,"tenant_id":"9c9c2561f2114860acaf537a0d638f0a","created_at":"2018-07-19T05:15:17Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:15:31,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-38768dda-53c9-4fb4-84b9-abfdacbbc590 2018-07-19 05:15:31,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.312855958939s 2018-07-19 05:15:31,669 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-38768dda-53c9-4fb4-84b9-abfdacbbc590 2018-07-19 05:15:31,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:15:31,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:31,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-058f65b5-0242-45dd-9c97-4cf3c6d3eee5 Date: Thu, 19 Jul 2018 05:15:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af/snap", "metadata": {}}], "file": "/v2/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af/file", "owner": "9c9c2561f2114860acaf537a0d638f0a", "id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "size": 12716032, "self": "/v2/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "disk_format": "qcow2", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:15:30Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T05:15:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:15:31,965 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-058f65b5-0242-45dd-9c97-4cf3c6d3eee5 2018-07-19 05:15:31,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.292006015778s 2018-07-19 05:15:31,965 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-058f65b5-0242-45dd-9c97-4cf3c6d3eee5 2018-07-19 05:15:31,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 05:15:31,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:32,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4effa127-5da7-408d-9e70-ce0d0a35ae4f x-compute-request-id: req-4effa127-5da7-408d-9e70-ce0d0a35ae4f Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}], "ram": 512, "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": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8"}]} 2018-07-19 05:15:32,198 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-4effa127-5da7-408d-9e70-ce0d0a35ae4f 2018-07-19 05:15:32,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.230877876282s 2018-07-19 05:15:32,199 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-4effa127-5da7-408d-9e70-ce0d0a35ae4f 2018-07-19 05:15:32,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-19 05:15:32,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" -d '{"server": {"name": "vping_userdata-vm_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "imageRef": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "flavorRef": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "2091294f-0197-4fcd-bf36-f344393c464b"}]}}' 2018-07-19 05:15:34,862 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:15:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-14bab130-6aac-48bc-a662-4186fd2ddc1d x-compute-request-id: req-14bab130-6aac-48bc-a662-4186fd2ddc1d Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "afc5030f-a11e-47d5-afd6-f0ce8fe53569", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "bookmark"}], "adminPass": "nWFWnQhCy4UQ"}} 2018-07-19 05:15:34,862 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-14bab130-6aac-48bc-a662-4186fd2ddc1d 2018-07-19 05:15:34,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.66144800186s 2018-07-19 05:15:34,862 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-14bab130-6aac-48bc-a662-4186fd2ddc1d 2018-07-19 05:15:34,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:15:34,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:35,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-256886c6-c07b-47ee-a23e-a41a27f2e116 x-compute-request-id: req-256886c6-c07b-47ee-a23e-a41a27f2e116 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "afc5030f-a11e-47d5-afd6-f0ce8fe53569", "user_id": "d2575b9d382044bbb2047469919a752b", "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-07-19T05:15:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:34Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:15:35,355 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-256886c6-c07b-47ee-a23e-a41a27f2e116 2018-07-19 05:15:35,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.491738080978s 2018-07-19 05:15:35,355 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-256886c6-c07b-47ee-a23e-a41a27f2e116 2018-07-19 05:15:35,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:15:35,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:35,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-085bc547-2184-4b93-afc2-c34b76412dde Date: Thu, 19 Jul 2018 05:15:35 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"2091294f-0197-4fcd-bf36-f344393c464b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c9c2561f2114860acaf537a0d638f0a","l2_adjacency":true,"status":"ACTIVE","subnets":["266153a4-860c-4e55-bf25-416a6e95044d"],"description":"","tags":[],"updated_at":"2018-07-19T05:15:18Z","qos_policy_id":null,"name":"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d","admin_state_up":true,"tenant_id":"9c9c2561f2114860acaf537a0d638f0a","created_at":"2018-07-19T05:15:17Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:15:35,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-085bc547-2184-4b93-afc2-c34b76412dde 2018-07-19 05:15:35,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.317254066467s 2018-07-19 05:15:35,680 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-085bc547-2184-4b93-afc2-c34b76412dde 2018-07-19 05:15:35,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 05:15:35,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:35,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-c1909971-c9a4-4585-99a8-cb3f1f403178 Date: Thu, 19 Jul 2018 05:15:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2091294f-0197-4fcd-bf36-f344393c464b","tenant_id":"9c9c2561f2114860acaf537a0d638f0a","created_at":"2018-07-19T05:15:18Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T05:15:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"9c9c2561f2114860acaf537a0d638f0a","id":"266153a4-860c-4e55-bf25-416a6e95044d","subnetpool_id":null,"name":"vping_userdata-subnet_5281ca88-f56c-4d4e-ae12-b89675b4d07d"}]} 2018-07-19 05:15:35,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-c1909971-c9a4-4585-99a8-cb3f1f403178 2018-07-19 05:15:35,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.050439119339s 2018-07-19 05:15:35,731 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-c1909971-c9a4-4585-99a8-cb3f1f403178 2018-07-19 05:15:35,732 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:15:37,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:15:37,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:38,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88edcd07-b869-4399-92bc-772499b7d5ed x-compute-request-id: req-88edcd07-b869-4399-92bc-772499b7d5ed Content-Encoding: gzip Content-Length: 639 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "afc5030f-a11e-47d5-afd6-f0ce8fe53569", "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:15:37Z", "hostId": "fcbae1910defbe34a34a9ff6ea789677ee0500076d34275020c545fa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:34Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:15:38,376 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-88edcd07-b869-4399-92bc-772499b7d5ed 2018-07-19 05:15:38,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.641019105911s 2018-07-19 05:15:38,376 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-88edcd07-b869-4399-92bc-772499b7d5ed 2018-07-19 05:15:38,380 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:15:40,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:15:40,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:41,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7094a172-abea-47cf-b1e5-6a346190bbbc x-compute-request-id: req-7094a172-abea-47cf-b1e5-6a346190bbbc Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "afc5030f-a11e-47d5-afd6-f0ce8fe53569", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:15:39Z", "hostId": "6ddaeafce3f9b83ea89c29466d0efa7a87566a3cb684eff2682c2a43", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:34Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:15:41,123 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7094a172-abea-47cf-b1e5-6a346190bbbc 2018-07-19 05:15:41,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.740188121796s 2018-07-19 05:15:41,123 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7094a172-abea-47cf-b1e5-6a346190bbbc 2018-07-19 05:15:41,126 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:15:43,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:15:43,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:43,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b49df026-74ed-4647-ba14-fc2525a6a59b x-compute-request-id: req-b49df026-74ed-4647-ba14-fc2525a6a59b Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "afc5030f-a11e-47d5-afd6-f0ce8fe53569", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:15:39Z", "hostId": "6ddaeafce3f9b83ea89c29466d0efa7a87566a3cb684eff2682c2a43", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:34Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:15:43,519 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b49df026-74ed-4647-ba14-fc2525a6a59b 2018-07-19 05:15:43,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.390866041183s 2018-07-19 05:15:43,520 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b49df026-74ed-4647-ba14-fc2525a6a59b 2018-07-19 05:15:43,524 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:15:45,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:15:45,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:46,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8454f3e1-cd20-4f25-b388-bb531656f332 x-compute-request-id: req-8454f3e1-cd20-4f25-b388-bb531656f332 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "afc5030f-a11e-47d5-afd6-f0ce8fe53569", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:15:39Z", "hostId": "6ddaeafce3f9b83ea89c29466d0efa7a87566a3cb684eff2682c2a43", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:34Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:15:46,167 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8454f3e1-cd20-4f25-b388-bb531656f332 2018-07-19 05:15:46,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.640157938004s 2018-07-19 05:15:46,167 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8454f3e1-cd20-4f25-b388-bb531656f332 2018-07-19 05:15:46,171 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:15:48,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:15:48,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:48,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15: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-0cb1070a-8ecd-4b33-bb4a-8389df05b1b4 x-compute-request-id: req-0cb1070a-8ecd-4b33-bb4a-8389df05b1b4 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:0b:2f", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:15:45.000000", "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "afc5030f-a11e-47d5-afd6-f0ce8fe53569", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:15:45Z", "hostId": "6ddaeafce3f9b83ea89c29466d0efa7a87566a3cb684eff2682c2a43", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:34Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:15:48,751 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0cb1070a-8ecd-4b33-bb4a-8389df05b1b4 2018-07-19 05:15:48,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.577262163162s 2018-07-19 05:15:48,751 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0cb1070a-8ecd-4b33-bb4a-8389df05b1b4 2018-07-19 05:15:48,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:15:48,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=afc5030f-a11e-47d5-afd6-f0ce8fe53569" -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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:48,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-e43c15e4-f93a-4d50-99a2-45bad90c97a2 Date: Thu, 19 Jul 2018 05:15:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:15:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"266153a4-860c-4e55-bf25-416a6e95044d","ip_address":"192.168.0.7"}],"id":"da8e93c9-6367-4a71-afa6-67266204d05d","security_groups":["e390878d-e177-4208-8ce2-c53da58f3db5"],"mac_address":"fa:16:3e:36:0b:2f","project_id":"9c9c2561f2114860acaf537a0d638f0a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2091294f-0197-4fcd-bf36-f344393c464b","tenant_id":"9c9c2561f2114860acaf537a0d638f0a","created_at":"2018-07-19T05:15:40Z","binding:vnic_type":"normal","device_id":"afc5030f-a11e-47d5-afd6-f0ce8fe53569","ip_allocation":"immediate"}]} 2018-07-19 05:15:48,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=afc5030f-a11e-47d5-afd6-f0ce8fe53569 used request id req-e43c15e4-f93a-4d50-99a2-45bad90c97a2 2018-07-19 05:15:48,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0573561191559s 2018-07-19 05:15:48,813 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=afc5030f-a11e-47d5-afd6-f0ce8fe53569 used request id req-e43c15e4-f93a-4d50-99a2-45bad90c97a2 2018-07-19 05:15:48,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:15:48,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=da8e93c9-6367-4a71-afa6-67266204d05d" -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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:48,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-db6c34cf-241f-46c1-8529-896b0934df36 Date: Thu, 19 Jul 2018 05:15:48 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:15:48,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=da8e93c9-6367-4a71-afa6-67266204d05d used request id req-db6c34cf-241f-46c1-8529-896b0934df36 2018-07-19 05:15:48,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0440239906311s 2018-07-19 05:15:48,863 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=da8e93c9-6367-4a71-afa6-67266204d05d used request id req-db6c34cf-241f-46c1-8529-896b0934df36 2018-07-19 05:15:48,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:15:48,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:49,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15: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-8f3fd9bc-14ca-496f-a84e-0fdf75aa4f00 x-compute-request-id: req-8f3fd9bc-14ca-496f-a84e-0fdf75aa4f00 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:0b:2f", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:15:45.000000", "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "afc5030f-a11e-47d5-afd6-f0ce8fe53569", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:15:45Z", "hostId": "6ddaeafce3f9b83ea89c29466d0efa7a87566a3cb684eff2682c2a43", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:34Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:15:49,696 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8f3fd9bc-14ca-496f-a84e-0fdf75aa4f00 2018-07-19 05:15:49,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.832666873932s 2018-07-19 05:15:49,697 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8f3fd9bc-14ca-496f-a84e-0fdf75aa4f00 2018-07-19 05:15:49,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:15:49,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=afc5030f-a11e-47d5-afd6-f0ce8fe53569" -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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:49,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-9244f413-10dc-4c65-9ed6-31ec29265769 Date: Thu, 19 Jul 2018 05:15:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:15:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"266153a4-860c-4e55-bf25-416a6e95044d","ip_address":"192.168.0.7"}],"id":"da8e93c9-6367-4a71-afa6-67266204d05d","security_groups":["e390878d-e177-4208-8ce2-c53da58f3db5"],"mac_address":"fa:16:3e:36:0b:2f","project_id":"9c9c2561f2114860acaf537a0d638f0a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2091294f-0197-4fcd-bf36-f344393c464b","tenant_id":"9c9c2561f2114860acaf537a0d638f0a","created_at":"2018-07-19T05:15:40Z","binding:vnic_type":"normal","device_id":"afc5030f-a11e-47d5-afd6-f0ce8fe53569","ip_allocation":"immediate"}]} 2018-07-19 05:15:49,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=afc5030f-a11e-47d5-afd6-f0ce8fe53569 used request id req-9244f413-10dc-4c65-9ed6-31ec29265769 2018-07-19 05:15:49,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0592660903931s 2018-07-19 05:15:49,761 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=afc5030f-a11e-47d5-afd6-f0ce8fe53569 used request id req-9244f413-10dc-4c65-9ed6-31ec29265769 2018-07-19 05:15:49,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:15:49,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=da8e93c9-6367-4a71-afa6-67266204d05d" -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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:49,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-cf0b1d94-3086-4d41-ab35-b8149b33901b Date: Thu, 19 Jul 2018 05:15:49 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:15:49,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=da8e93c9-6367-4a71-afa6-67266204d05d used request id req-cf0b1d94-3086-4d41-ab35-b8149b33901b 2018-07-19 05:15:49,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.174207925797s 2018-07-19 05:15:49,941 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=da8e93c9-6367-4a71-afa6-67266204d05d used request id req-cf0b1d94-3086-4d41-ab35-b8149b33901b 2018-07-19 05:15:49,941 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:36:0b:2f', u'version': 4, u'addr': u'192.168.0.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6fff2ac5-b62f-4077-8f5e-9abe722c97af'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-19T05:15:45.000000', 'flavor': Munch({u'id': u'3719dab5-7742-46c2-9d38-75dd9ee0c1e8'}), 'az': u'nova', 'id': u'afc5030f-a11e-47d5-afd6-f0ce8fe53569', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd2575b9d382044bbb2047469919a752b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9c9c2561f2114860acaf537a0d638f0a', 'name': 'vping_userdata-project_5281ca88-f56c-4d4e-ae12-b89675b4d07d', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-19T05:15:45.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-19T05:15:45Z', 'hostId': u'6ddaeafce3f9b83ea89c29466d0efa7a87566a3cb684eff2682c2a43', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.0.7', 'cloud': 'envvars', 'host_id': u'6ddaeafce3f9b83ea89c29466d0efa7a87566a3cb684eff2682c2a43', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-19T05:15:45.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'9c9c2561f2114860acaf537a0d638f0a', 'name': u'vping_userdata-vm_5281ca88-f56c-4d4e-ae12-b89675b4d07d', 'adminPass': None, 'tenant_id': u'9c9c2561f2114860acaf537a0d638f0a', 'created_at': u'2018-07-19T05:15:34Z', 'created': u'2018-07-19T05:15:34Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-19 05:15:49,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:15:49,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:50,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-6a5120a6-4535-4d7b-a932-c773f734b2b3 Date: Thu, 19 Jul 2018 05:15:50 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"2091294f-0197-4fcd-bf36-f344393c464b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c9c2561f2114860acaf537a0d638f0a","l2_adjacency":true,"status":"ACTIVE","subnets":["266153a4-860c-4e55-bf25-416a6e95044d"],"description":"","tags":[],"updated_at":"2018-07-19T05:15:18Z","qos_policy_id":null,"name":"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d","admin_state_up":true,"tenant_id":"9c9c2561f2114860acaf537a0d638f0a","created_at":"2018-07-19T05:15:17Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:15:50,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-6a5120a6-4535-4d7b-a932-c773f734b2b3 2018-07-19 05:15:50,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116312026978s 2018-07-19 05:15:50,059 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-6a5120a6-4535-4d7b-a932-c773f734b2b3 2018-07-19 05:15:50,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:15:50,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:50,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-10a05ef8-be33-4e05-83bc-29a315faa991 Date: Thu, 19 Jul 2018 05:15:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af/snap", "metadata": {}}], "file": "/v2/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af/file", "owner": "9c9c2561f2114860acaf537a0d638f0a", "id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "size": 12716032, "self": "/v2/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "disk_format": "qcow2", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:15:30Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T05:15:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:15:50,296 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-10a05ef8-be33-4e05-83bc-29a315faa991 2018-07-19 05:15:50,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.232064962387s 2018-07-19 05:15:50,296 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-10a05ef8-be33-4e05-83bc-29a315faa991 2018-07-19 05:15:50,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 05:15:50,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:50,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f068ba3-ef9d-4e96-83fc-b1509f94e735 x-compute-request-id: req-0f068ba3-ef9d-4e96-83fc-b1509f94e735 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}], "ram": 512, "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": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8"}]} 2018-07-19 05:15:50,329 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-0f068ba3-ef9d-4e96-83fc-b1509f94e735 2018-07-19 05:15:50,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0307629108429s 2018-07-19 05:15:50,329 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-0f068ba3-ef9d-4e96-83fc-b1509f94e735 2018-07-19 05:15:50,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-19 05:15:50,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" -d '{"server": {"name": "vping_userdata-vm2_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "imageRef": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "flavorRef": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMC43IDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "2091294f-0197-4fcd-bf36-f344393c464b"}]}}' 2018-07-19 05:15:52,804 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:15:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-de2f94e6-0b12-4c19-b896-495ad8d240d6 x-compute-request-id: req-de2f94e6-0b12-4c19-b896-495ad8d240d6 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5f77d7dd-edbd-4a87-bcca-6bb542689be7", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "bookmark"}], "adminPass": "qRHUPwNkjEi2"}} 2018-07-19 05:15:52,804 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-de2f94e6-0b12-4c19-b896-495ad8d240d6 2018-07-19 05:15:52,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.47373604774s 2018-07-19 05:15:52,805 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-de2f94e6-0b12-4c19-b896-495ad8d240d6 2018-07-19 05:15:52,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:15:52,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:53,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c497cbb5-4605-49cd-a76e-631bd849c494 x-compute-request-id: req-c497cbb5-4605-49cd-a76e-631bd849c494 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "5f77d7dd-edbd-4a87-bcca-6bb542689be7", "user_id": "d2575b9d382044bbb2047469919a752b", "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-07-19T05:15:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:52Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:0b:2f", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:15:45.000000", "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "afc5030f-a11e-47d5-afd6-f0ce8fe53569", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:15:45Z", "hostId": "6ddaeafce3f9b83ea89c29466d0efa7a87566a3cb684eff2682c2a43", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:34Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:15:53,291 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c497cbb5-4605-49cd-a76e-631bd849c494 2018-07-19 05:15:53,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.486150979996s 2018-07-19 05:15:53,292 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c497cbb5-4605-49cd-a76e-631bd849c494 2018-07-19 05:15:53,298 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:15:55,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:15:55,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:55,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15: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-fac305c0-221f-4804-8080-ea8dae49bb21 x-compute-request-id: req-fac305c0-221f-4804-8080-ea8dae49bb21 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "5f77d7dd-edbd-4a87-bcca-6bb542689be7", "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:15:55Z", "hostId": "fcbae1910defbe34a34a9ff6ea789677ee0500076d34275020c545fa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:52Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:0b:2f", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:15:45.000000", "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "afc5030f-a11e-47d5-afd6-f0ce8fe53569", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:15:45Z", "hostId": "6ddaeafce3f9b83ea89c29466d0efa7a87566a3cb684eff2682c2a43", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:34Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:15:55,869 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fac305c0-221f-4804-8080-ea8dae49bb21 2018-07-19 05:15:55,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.567966938019s 2018-07-19 05:15:55,869 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fac305c0-221f-4804-8080-ea8dae49bb21 2018-07-19 05:15:55,874 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:15:57,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:15:57,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:15:58,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:15: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-c7a69db9-19b0-4b24-b918-760e0e13996f x-compute-request-id: req-c7a69db9-19b0-4b24-b918-760e0e13996f Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "5f77d7dd-edbd-4a87-bcca-6bb542689be7", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:15:55Z", "hostId": "fcbae1910defbe34a34a9ff6ea789677ee0500076d34275020c545fa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:52Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:0b:2f", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:15:45.000000", "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "afc5030f-a11e-47d5-afd6-f0ce8fe53569", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:15:45Z", "hostId": "6ddaeafce3f9b83ea89c29466d0efa7a87566a3cb684eff2682c2a43", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:34Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:15:58,934 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c7a69db9-19b0-4b24-b918-760e0e13996f 2018-07-19 05:15:58,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05684804916s 2018-07-19 05:15:58,934 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c7a69db9-19b0-4b24-b918-760e0e13996f 2018-07-19 05:15:58,939 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:16:00,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:16:00,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:01,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16: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-43c62582-68e0-41eb-8e91-b10feceb95f7 x-compute-request-id: req-43c62582-68e0-41eb-8e91-b10feceb95f7 Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "5f77d7dd-edbd-4a87-bcca-6bb542689be7", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:15:55Z", "hostId": "fcbae1910defbe34a34a9ff6ea789677ee0500076d34275020c545fa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:52Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:0b:2f", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:15:45.000000", "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "afc5030f-a11e-47d5-afd6-f0ce8fe53569", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:15:45Z", "hostId": "6ddaeafce3f9b83ea89c29466d0efa7a87566a3cb684eff2682c2a43", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:34Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:16:01,589 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-43c62582-68e0-41eb-8e91-b10feceb95f7 2018-07-19 05:16:01,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.646799087524s 2018-07-19 05:16:01,589 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-43c62582-68e0-41eb-8e91-b10feceb95f7 2018-07-19 05:16:01,593 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:16:03,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:16:03,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:04,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16: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-589f7db7-1354-4979-9362-3ec3d37adaba x-compute-request-id: req-589f7db7-1354-4979-9362-3ec3d37adaba Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:7a:94", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:16:01.000000", "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "5f77d7dd-edbd-4a87-bcca-6bb542689be7", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:16:01Z", "hostId": "fcbae1910defbe34a34a9ff6ea789677ee0500076d34275020c545fa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:52Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:0b:2f", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:15:45.000000", "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "afc5030f-a11e-47d5-afd6-f0ce8fe53569", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:15:45Z", "hostId": "6ddaeafce3f9b83ea89c29466d0efa7a87566a3cb684eff2682c2a43", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:34Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:16:04,444 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-589f7db7-1354-4979-9362-3ec3d37adaba 2018-07-19 05:16:04,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.848171949387s 2018-07-19 05:16:04,445 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-589f7db7-1354-4979-9362-3ec3d37adaba 2018-07-19 05:16:04,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:16:04,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=5f77d7dd-edbd-4a87-bcca-6bb542689be7" -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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:04,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-922b4ae4-c6e3-4199-983d-f93d840d8fc4 Date: Thu, 19 Jul 2018 05:16:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:16:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"266153a4-860c-4e55-bf25-416a6e95044d","ip_address":"192.168.0.5"}],"id":"0da837ce-c24d-49ca-a3e6-f801f615592a","security_groups":["e390878d-e177-4208-8ce2-c53da58f3db5"],"mac_address":"fa:16:3e:7c:7a:94","project_id":"9c9c2561f2114860acaf537a0d638f0a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2091294f-0197-4fcd-bf36-f344393c464b","tenant_id":"9c9c2561f2114860acaf537a0d638f0a","created_at":"2018-07-19T05:15:55Z","binding:vnic_type":"normal","device_id":"5f77d7dd-edbd-4a87-bcca-6bb542689be7","ip_allocation":"immediate"}]} 2018-07-19 05:16:04,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=5f77d7dd-edbd-4a87-bcca-6bb542689be7 used request id req-922b4ae4-c6e3-4199-983d-f93d840d8fc4 2018-07-19 05:16:04,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.05575299263s 2018-07-19 05:16:04,506 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=5f77d7dd-edbd-4a87-bcca-6bb542689be7 used request id req-922b4ae4-c6e3-4199-983d-f93d840d8fc4 2018-07-19 05:16:04,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:16:04,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0da837ce-c24d-49ca-a3e6-f801f615592a" -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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:04,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0ed6bb51-1002-4adf-9aab-ee462c91bda1 Date: Thu, 19 Jul 2018 05:16:04 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:16:04,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0da837ce-c24d-49ca-a3e6-f801f615592a used request id req-0ed6bb51-1002-4adf-9aab-ee462c91bda1 2018-07-19 05:16:04,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.04327917099s 2018-07-19 05:16:04,554 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0da837ce-c24d-49ca-a3e6-f801f615592a used request id req-0ed6bb51-1002-4adf-9aab-ee462c91bda1 2018-07-19 05:16:04,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:16:04,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:05,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25cd4548-0fa6-459a-80a0-2de33e7932c9 x-compute-request-id: req-25cd4548-0fa6-459a-80a0-2de33e7932c9 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:7a:94", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:16:01.000000", "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "5f77d7dd-edbd-4a87-bcca-6bb542689be7", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:16:01Z", "hostId": "fcbae1910defbe34a34a9ff6ea789677ee0500076d34275020c545fa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:52Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:0b:2f", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:15:45.000000", "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "afc5030f-a11e-47d5-afd6-f0ce8fe53569", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:15:45Z", "hostId": "6ddaeafce3f9b83ea89c29466d0efa7a87566a3cb684eff2682c2a43", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:34Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:16:05,160 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-25cd4548-0fa6-459a-80a0-2de33e7932c9 2018-07-19 05:16:05,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.605401039124s 2018-07-19 05:16:05,160 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-25cd4548-0fa6-459a-80a0-2de33e7932c9 2018-07-19 05:16:05,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:16:05,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=5f77d7dd-edbd-4a87-bcca-6bb542689be7" -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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:05,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-fae1355a-db31-46b8-b9b4-569a09c293e4 Date: Thu, 19 Jul 2018 05:16:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:16:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"266153a4-860c-4e55-bf25-416a6e95044d","ip_address":"192.168.0.5"}],"id":"0da837ce-c24d-49ca-a3e6-f801f615592a","security_groups":["e390878d-e177-4208-8ce2-c53da58f3db5"],"mac_address":"fa:16:3e:7c:7a:94","project_id":"9c9c2561f2114860acaf537a0d638f0a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2091294f-0197-4fcd-bf36-f344393c464b","tenant_id":"9c9c2561f2114860acaf537a0d638f0a","created_at":"2018-07-19T05:15:55Z","binding:vnic_type":"normal","device_id":"5f77d7dd-edbd-4a87-bcca-6bb542689be7","ip_allocation":"immediate"}]} 2018-07-19 05:16:05,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=5f77d7dd-edbd-4a87-bcca-6bb542689be7 used request id req-fae1355a-db31-46b8-b9b4-569a09c293e4 2018-07-19 05:16:05,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0551369190216s 2018-07-19 05:16:05,220 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=5f77d7dd-edbd-4a87-bcca-6bb542689be7 used request id req-fae1355a-db31-46b8-b9b4-569a09c293e4 2018-07-19 05:16:05,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:16:05,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0da837ce-c24d-49ca-a3e6-f801f615592a" -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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:05,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e598e289-99b8-427d-beec-8c3c2ed9ed37 Date: Thu, 19 Jul 2018 05:16:05 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:16:05,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0da837ce-c24d-49ca-a3e6-f801f615592a used request id req-e598e289-99b8-427d-beec-8c3c2ed9ed37 2018-07-19 05:16:05,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.24662899971s 2018-07-19 05:16:05,473 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0da837ce-c24d-49ca-a3e6-f801f615592a used request id req-e598e289-99b8-427d-beec-8c3c2ed9ed37 2018-07-19 05:16:05,473 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:7c:7a:94', u'version': 4, u'addr': u'192.168.0.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6fff2ac5-b62f-4077-8f5e-9abe722c97af'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-19T05:16:01.000000', 'flavor': Munch({u'id': u'3719dab5-7742-46c2-9d38-75dd9ee0c1e8'}), 'az': u'nova', 'id': u'5f77d7dd-edbd-4a87-bcca-6bb542689be7', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd2575b9d382044bbb2047469919a752b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9c9c2561f2114860acaf537a0d638f0a', 'name': 'vping_userdata-project_5281ca88-f56c-4d4e-ae12-b89675b4d07d', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-19T05:16:01.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-19T05:16:01Z', 'hostId': u'fcbae1910defbe34a34a9ff6ea789677ee0500076d34275020c545fa', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.0.5', 'cloud': 'envvars', 'host_id': u'fcbae1910defbe34a34a9ff6ea789677ee0500076d34275020c545fa', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-19T05:16:01.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'9c9c2561f2114860acaf537a0d638f0a', 'name': u'vping_userdata-vm2_5281ca88-f56c-4d4e-ae12-b89675b4d07d', 'adminPass': None, 'tenant_id': u'9c9c2561f2114860acaf537a0d638f0a', 'created_at': u'2018-07-19T05:15:52Z', 'created': u'2018-07-19T05:15:52Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-19 05:16:05,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:16:05,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:06,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16: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-fea5ef98-71f5-4e89-9fff-73748c525596 x-compute-request-id: req-fea5ef98-71f5-4e89-9fff-73748c525596 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:7a:94", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:16:01.000000", "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "5f77d7dd-edbd-4a87-bcca-6bb542689be7", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:16:01Z", "hostId": "fcbae1910defbe34a34a9ff6ea789677ee0500076d34275020c545fa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:52Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:0b:2f", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:15:45.000000", "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "afc5030f-a11e-47d5-afd6-f0ce8fe53569", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:15:45Z", "hostId": "6ddaeafce3f9b83ea89c29466d0efa7a87566a3cb684eff2682c2a43", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:34Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:16:06,263 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fea5ef98-71f5-4e89-9fff-73748c525596 2018-07-19 05:16:06,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.789108037949s 2018-07-19 05:16:06,264 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fea5ef98-71f5-4e89-9fff-73748c525596 2018-07-19 05:16:06,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:16:06,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=5f77d7dd-edbd-4a87-bcca-6bb542689be7" -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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:06,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-a4f69724-52d5-4357-aa04-5914dc399d2b Date: Thu, 19 Jul 2018 05:16:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:16:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"266153a4-860c-4e55-bf25-416a6e95044d","ip_address":"192.168.0.5"}],"id":"0da837ce-c24d-49ca-a3e6-f801f615592a","security_groups":["e390878d-e177-4208-8ce2-c53da58f3db5"],"mac_address":"fa:16:3e:7c:7a:94","project_id":"9c9c2561f2114860acaf537a0d638f0a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2091294f-0197-4fcd-bf36-f344393c464b","tenant_id":"9c9c2561f2114860acaf537a0d638f0a","created_at":"2018-07-19T05:15:55Z","binding:vnic_type":"normal","device_id":"5f77d7dd-edbd-4a87-bcca-6bb542689be7","ip_allocation":"immediate"}]} 2018-07-19 05:16:06,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=5f77d7dd-edbd-4a87-bcca-6bb542689be7 used request id req-a4f69724-52d5-4357-aa04-5914dc399d2b 2018-07-19 05:16:06,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0971820354462s 2018-07-19 05:16:06,366 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=5f77d7dd-edbd-4a87-bcca-6bb542689be7 used request id req-a4f69724-52d5-4357-aa04-5914dc399d2b 2018-07-19 05:16:06,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:16:06,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0da837ce-c24d-49ca-a3e6-f801f615592a" -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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:06,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-033e19a3-317e-4c66-bfa0-a911cf4afd4b Date: Thu, 19 Jul 2018 05:16:06 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:16:06,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0da837ce-c24d-49ca-a3e6-f801f615592a used request id req-033e19a3-317e-4c66-bfa0-a911cf4afd4b 2018-07-19 05:16:06,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.233862161636s 2018-07-19 05:16:06,606 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0da837ce-c24d-49ca-a3e6-f801f615592a used request id req-033e19a3-317e-4c66-bfa0-a911cf4afd4b 2018-07-19 05:16:06,606 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-07-19 05:16:07,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:16:07,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:08,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16: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-2bc20ab5-4986-4cd4-a4d6-eb89cd301472 x-compute-request-id: req-2bc20ab5-4986-4cd4-a4d6-eb89cd301472 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:7a:94", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:16:01.000000", "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "5f77d7dd-edbd-4a87-bcca-6bb542689be7", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:16:01Z", "hostId": "fcbae1910defbe34a34a9ff6ea789677ee0500076d34275020c545fa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:52Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:0b:2f", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:15:45.000000", "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "afc5030f-a11e-47d5-afd6-f0ce8fe53569", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:15:45Z", "hostId": "6ddaeafce3f9b83ea89c29466d0efa7a87566a3cb684eff2682c2a43", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:34Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:16:08,393 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2bc20ab5-4986-4cd4-a4d6-eb89cd301472 2018-07-19 05:16:08,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.785876989365s 2018-07-19 05:16:08,394 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2bc20ab5-4986-4cd4-a4d6-eb89cd301472 2018-07-19 05:16:08,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-19 05:16:08,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7/action -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-19 05:16:08,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e321315b-372b-464d-b0c6-3f8e4a90f9e5 x-compute-request-id: req-e321315b-372b-464d-b0c6-3f8e4a90f9e5 Content-Encoding: gzip Content-Length: 9565 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 464489344 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.916 MHz processor\n[ 0.137074] Calibrating delay loop (skipped) preset value.. 6983.83 BogoMIPS (lpj=13967664)\n[ 0.138755] pid_max: default: 32768 minimum: 301\n[ 0.139660] ACPI: Core revision 20150930\n[ 0.141053] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142374] Security Framework initialized\n[ 0.143194] Yama: becoming mindful.\n[ 0.143932] AppArmor: AppArmor initialized\n[ 0.144802] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146144] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148653] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150073] Initializing cgroup subsys io\n[ 0.150893] Initializing cgroup subsys memory\n[ 0.151756] Initializing cgroup subsys devices\n[ 0.152644] Initializing cgroup subsys freezer\n[ 0.153519] Initializing cgroup subsys net_cls\n[ 0.154391] Initializing cgroup subsys perf_event\n[ 0.155305] Initializing cgroup subsys net_prio\n[ 0.156203] Initializing cgroup subsys hugetlb\n[ 0.157079] Initializing cgroup subsys pids\n[ 0.157954] CPU: Physical Processor ID: 0\n[ 0.159444] mce: CPU supports 10 MCE banks\n[ 0.160309] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161312] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177153] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183208] ftrace: allocating 31920 entries in 125 pages\n[ 0.208149] smpboot: Max logical packages: 1\n[ 0.209008] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210360] x2apic enabled\n[ 0.211175] Switched APIC routing to physical x2apic.\n[ 0.212928] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216210] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218033] KVM setup paravirtual spinlock\n[ 0.219334] x86: Booted up 1 node, 1 CPUs\n[ 0.220158] smpboot: Total of 1 processors activated (6983.83 BogoMIPS)\n[ 0.221571] devtmpfs: initialized\n[ 0.223297] evm: security.selinux\n[ 0.224016] evm: security.SMACK64\n[ 0.224716] evm: security.SMACK64EXEC\n[ 0.225468] evm: security.SMACK64TRANSMUTE\n[ 0.226290] evm: security.SMACK64MMAP\n[ 0.227058] evm: security.ima\n[ 0.227711] evm: security.capability\n[ 0.228529] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230397] pinctrl core: initialized pinctrl subsystem\n[ 0.231510] RTC time: 5:16:01, date: 07/19/18\n[ 0.232484] NET: Registered protocol family 16\n[ 0.233481] cpuidle: using governor ladder\n[ 0.234309] cpuidle: using governor menu\n[ 0.235198] PCCT header not found.\n[ 0.236049] ACPI: bus type PCI registered\n[ 0.236871] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238408] PCI: Using configuration type 1 for base access\n[ 0.240518] ACPI: Added _OSI(Module Device)\n[ 0.241573] ACPI: Added _OSI(Processor Device)\n[ 0.242647] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243766] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245813] ACPI: Interpreter enabled\n[ 0.246768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254428] ACPI: (supports S0 S5)\n[ 0.255146] ACPI: Using IOAPIC for interrupt routing\n[ 0.256121] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259326] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260485] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261783] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263014] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265329] acpiphp: Slot [3] registered\n[ 0.266155] acpiphp: Slot [4] registered\n[ 0.267012] acpiphp: Slot [5] registered\n[ 0.267865] acpiphp: Slot [6] registered\n[ 0.268688] acpiphp: Slot [7] registered\n[ 0.269507] acpiphp: Slot [8] registered\n[ 0.270322] acpiphp: Slot [9] registered\n[ 0.271134] acpiphp: Slot [10] registered\n[ 0.271965] acpiphp: Slot [11] registered\n[ 0.272824] acpiphp: Slot [12] registered\n[ 0.273648] acpiphp: Slot [13] registered\n[ 0.274465] acpiphp: Slot [14] registered\n[ 0.275290] acpiphp: Slot [15] registered\n[ 0.286760] acpiphp: Slot [16] registered\n[ 0.287621] acpiphp: Slot [17] registered\n[ 0.288534] acpiphp: Slot [18] registered\n[ 0.289383] acpiphp: Slot [19] registered\n[ 0.290210] acpiphp: Slot [20] registered\n[ 0.291041] acpiphp: Slot [21] registered\n[ 0.291870] acpiphp: Slot [22] registered\n[ 0.292693] acpiphp: Slot [23] registered\n[ 0.293514] acpiphp: Slot [24] registered\n[ 0.294337] acpiphp: Slot [25] registered\n[ 0.295164] acpiphp: Slot [26] registered\n[ 0.295990] acpiphp: Slot [27] registered\n[ 0.296841] acpiphp: Slot [28] registered\n[ 0.297669] acpiphp: Slot [29] registered\n[ 0.298527] acpiphp: Slot [30] registered\n[ 0.299358] acpiphp: Slot [31] registered\n[ 0.300183] PCI host bridge to bus 0000:00\n[ 0.301050] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302287] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303537] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305017] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306493] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308047] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311350] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312719] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314183] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315463] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319008] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320669] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.339007] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.342338] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.343819] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.345203] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.346490] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.347817] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.348947] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.350549] vgaarb: loaded\n[ 0.351176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.352453] SCSI subsystem initialized\n[ 0.353390] ACPI: bus type USB registered\n[ 0.354242] usbcore: registered new interface driver usbfs\n[ 0.355272] usbcore: registered new interface driver hub\n[ 0.356303] usbcore: registered new device driver usb\n[ 0.357434] PCI: Using ACPI for IRQ routing\n[ 0.358608] NetLabel: Initializing\n[ 0.359328] NetLabel: domain hash size = 128\n[ 0.360199] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.361158] NetLabel: unlabeled traffic allowed by default\n[ 0.362337] clocksource: Switched to clocksource kvm-clock\n[ 0.370458] AppArmor: AppArmor Filesystem Enabled\n[ 0.371430] pnp: PnP ACPI init\n[ 0.372382] pnp: PnP ACPI: found 5 devices\n[ 0.378737] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380487] NET: Registered protocol family 2\n[ 0.381532] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.384085] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.385280] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386364] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387581] NET: Registered protocol family 1\n[ 0.388474] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389626] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.390705] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.404777] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.419016] Trying to unpack rootfs image as initramfs...\n[ 0.475730] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.477393] Scanning for low memory corruption every 60 seconds\n[ 0.478797] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.480022] audit: initializing netlink subsys (disabled)\n[ 0.481068] audit: type=2000 audit(1531977361.788:1): initialized\n[ 0.482461] Initialise system trusted keyring\n[ 0.483416] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.484594] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.486737] zbud: loaded\n[ 0.487476] VFS: Disk quotas dquot_6.6.0\n[ 0.488313] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.490042] fuse init (API version 7.23)\n[ 0.490986] Key type big_key registered\n[ 0.491802] Allocating IMA MOK and blacklist keyrings.\n[ 0.493040] Key type asymmetric registered\n[ 0.493881] Asymmetric key parser 'x509' registered\n[ 0.494870] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.496355] io scheduler noop registered\n[ 0.497158] io scheduler deadline registered (default)\n[ 0.498163] io scheduler cfq registered\n[ 0.499026] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.500091] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.501677] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.503158] ACPI: Power Button [PWRF]\n[ 0.504021] GHES: HEST is not enabled!\n[ 0.517705] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.545484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547632] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.571772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.574074] Linux agpgart interface v0.103\n[ 0.576719] brd: module loaded\n[ 0.578418] loop: module loaded\n[ 0.582890] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.584371] GPT:90111 != 2097151\n[ 0.585220] GPT:Alternate GPT header not at the end of the disk.\n[ 0.586368] GPT:90111 != 2097151\n[ 0.587064] GPT: Use GNU Parted to correct GPT errors.\n[ 0.588052] vda: vda1 vda15\n[ 0.589295] scsi host0: ata_piix\n[ 0.590095] scsi host1: ata_piix\n[ 0.590839] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.592086] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.593595] libphy: Fixed MDIO Bus: probed\n[ 0.594440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.595417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.597816] PPP generic driver version 2.4.2\n[ 0.598755] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.601807] ehci-pci: EHCI PCI platform driver\n[ 0.602888] ehci-platform: EHCI generic platform driver\n[ 0.603947] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.605105] ohci-pci: OHCI PCI platform driver\n[ 0.606009] ohci-platform: OHCI generic platform driver\n[ 0.607048] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.621450] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.622498] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.624016] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.625062] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.626249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.627515] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.628970] usb usb1: Product: UHCI Host Controller\n[ 0.629924] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.631090] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.632161] hub 1-0:1.0: USB hub found\n[ 0.632972] hub 1-0:1.0: 2 ports detected\n[ 0.633959] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.636172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.637163] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.638248] mousedev: PS/2 mouse device common for all mice\n[ 0.639602] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.641496] rtc_cmos 00:00: RTC can wake from S4\n[ 0.642658] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643885] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.645107] i2c /dev entries driver\n[ 0.645915] device-mapper: uevent: version 1.0.3\n[ 0.646917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.648610] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.650153] NET: Registered protocol family 10\n[ 0.651629] NET: Registered protocol family 17\n[ 0.652562] Key type dns_resolver registered\n[ 0.653616] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.654755] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.656611] registered taskstats version 1\n[ 0.657524] Loading compiled-in X.509 certificates\n[ 0.659153] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661074] zswap: loaded using pool lzo/zbud\n[ 0.662789] Key type trusted registered\n[ 0.664566] Key type encrypted registered\n[ 0.665406] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.666491] ima: No TPM chip found, activating TPM-bypass!\n[ 0.667567] evm: HMAC attrs: 0x1\n[ 0.668560] Magic number: 10:680:264\n[ 0.669444] rtc_cmos 00:00: setting system clock to 2018-07-19 05:16:02 UTC (1531977362)\n[ 0.671119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.672260] EDD information not available.\n[ 0.751761] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764167] Write protecting the kernel read-only data: 14336k\n[ 0.766702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.769143] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.928294] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.5...\nLease of 192.168.0.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.87. iid=i-00000011\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n/dev/root resized successfully [took 0.46s]\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.916 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCF+LFVtuZFnt8srjwGA74sM+Gji5ZiOwGLRQHviqHuWzKeyUVAQbBXiIYjIy/ZGQ5sVbeO4vEB+kBTZQzjyxtGytI5/Sv9ZJ7YD6UGmL2HJdEQdt1PT7Ee9h1uot71ITxDBdnWK7HoolR6UUwRoIbwxJPSiJ9z/CpYLD/qbqCRaSslJpLNM4tv7Jm+ywDKcxGxgIXeikcyokx2O+G5xuEqOS9guR4ynj16OFxgvsffl+HEE0lxBkLlYh2g5e91ozqDVYzAjW4lzdiqjUArtDx+6MaIdl/d5B8oJpNAoANc6D+MvaHIPV5EFo9n5LQIlB5PpNlDTRpMd/H+90jGMLap root@vping-userdata-vm2-5281ca88-f56c-4d4e-ae12-b89675b4d07d\nssh-dss AAAAB3NzaC1kc3MAAACBAN3XmXOSGSZw48ZCVJiZBHziFVot2NASISVCItoHLRyd7VFty1B8dcFdMAY+2y8kCUPBe73w2nZfE97ltnQLyknqU3HSBI7c+5fTq338HMMstgCGdFD/8Pxr9aoWnfvuZ2+6pF1nEo59EbqsX3QnhoGHBLEVPox1/a/1Tftx8IybAAAAFQC/zBnrtXtqvvFBxfm49fE3RZWvswAAAIBGZ/N/gLNGwhw16UOtEHldQc+vNmbZ1EXFCw5nOej3xh0Na4i6iTnVjwDcS1bYMOizHVYGeJKAXmke8pnrWTPcPPuVEmKKYWZm62bmAZ/8pBQDTefZ1TFStPT9Nbw25uIR4QWnKTMH7AZMs9quFUX7kFcp4LEwFLcQaniLQ7gPCQAAAIEA1DhjEMqrzMCpA1BR99X38BwmDcgmNbKh362a5Yl4kvDN963j8HLIvztUEKEv3klnLVCtmt8jrCPxkIYftxrAPajbVpFXHYIxQV1pLUSBP0/ro8hY6qLRBQipLaCSQwTsFNeAVxNh81MqUM+wtzaeuhBRAPhTrdCkmdTTjYDNJyI= root@vping-userdata-vm2-5281ca88-f56c-4d4e-ae12-b89675b4d07d\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.5,24,fe80::f816:3eff:fe7c:7a94/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.1 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.5 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000011\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-5281ca88-f56c-4d4e-ae12-b89675b4d07d\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=5.14 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-userdata-vm2-5281ca88-f56c-4d4e-ae12-b89675b4d07d login: "} 2018-07-19 05:16:08,510 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7/action used request id req-e321315b-372b-464d-b0c6-3f8e4a90f9e5 2018-07-19 05:16:08,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.113651990891s 2018-07-19 05:16:08,511 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7/action used request id req-e321315b-372b-464d-b0c6-3f8e4a90f9e5 2018-07-19 05:16:08,511 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 464489344 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.916 MHz processor [ 0.137074] Calibrating delay loop (skipped) preset value.. 6983.83 BogoMIPS (lpj=13967664) [ 0.138755] pid_max: default: 32768 minimum: 301 [ 0.139660] ACPI: Core revision 20150930 [ 0.141053] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142374] Security Framework initialized [ 0.143194] Yama: becoming mindful. [ 0.143932] AppArmor: AppArmor initialized [ 0.144802] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.146144] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.147431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148653] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150073] Initializing cgroup subsys io [ 0.150893] Initializing cgroup subsys memory [ 0.151756] Initializing cgroup subsys devices [ 0.152644] Initializing cgroup subsys freezer [ 0.153519] Initializing cgroup subsys net_cls [ 0.154391] Initializing cgroup subsys perf_event [ 0.155305] Initializing cgroup subsys net_prio [ 0.156203] Initializing cgroup subsys hugetlb [ 0.157079] Initializing cgroup subsys pids [ 0.157954] CPU: Physical Processor ID: 0 [ 0.159444] mce: CPU supports 10 MCE banks [ 0.160309] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161312] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.177153] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.183208] ftrace: allocating 31920 entries in 125 pages [ 0.208149] smpboot: Max logical packages: 1 [ 0.209008] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.210360] x2apic enabled [ 0.211175] Switched APIC routing to physical x2apic. [ 0.212928] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.214072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.216210] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.218033] KVM setup paravirtual spinlock [ 0.219334] x86: Booted up 1 node, 1 CPUs [ 0.220158] smpboot: Total of 1 processors activated (6983.83 BogoMIPS) [ 0.221571] devtmpfs: initialized [ 0.223297] evm: security.selinux [ 0.224016] evm: security.SMACK64 [ 0.224716] evm: security.SMACK64EXEC [ 0.225468] evm: security.SMACK64TRANSMUTE [ 0.226290] evm: security.SMACK64MMAP [ 0.227058] evm: security.ima [ 0.227711] evm: security.capability [ 0.228529] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.230397] pinctrl core: initialized pinctrl subsystem [ 0.231510] RTC time: 5:16:01, date: 07/19/18 [ 0.232484] NET: Registered protocol family 16 [ 0.233481] cpuidle: using governor ladder [ 0.234309] cpuidle: using governor menu [ 0.235198] PCCT header not found. [ 0.236049] ACPI: bus type PCI registered [ 0.236871] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.238408] PCI: Using configuration type 1 for base access [ 0.240518] ACPI: Added _OSI(Module Device) [ 0.241573] ACPI: Added _OSI(Processor Device) [ 0.242647] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.243766] ACPI: Added _OSI(Processor Aggregator Device) [ 0.245813] ACPI: Interpreter enabled [ 0.246768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.248790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.252558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.254428] ACPI: (supports S0 S5) [ 0.255146] ACPI: Using IOAPIC for interrupt routing [ 0.256121] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.259326] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.260485] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.261783] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.263014] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.265329] acpiphp: Slot [3] registered [ 0.266155] acpiphp: Slot [4] registered [ 0.267012] acpiphp: Slot [5] registered [ 0.267865] acpiphp: Slot [6] registered [ 0.268688] acpiphp: Slot [7] registered [ 0.269507] acpiphp: Slot [8] registered [ 0.270322] acpiphp: Slot [9] registered [ 0.271134] acpiphp: Slot [10] registered [ 0.271965] acpiphp: Slot [11] registered [ 0.272824] acpiphp: Slot [12] registered [ 0.273648] acpiphp: Slot [13] registered [ 0.274465] acpiphp: Slot [14] registered [ 0.275290] acpiphp: Slot [15] registered [ 0.286760] acpiphp: Slot [16] registered [ 0.287621] acpiphp: Slot [17] registered [ 0.288534] acpiphp: Slot [18] registered [ 0.289383] acpiphp: Slot [19] registered [ 0.290210] acpiphp: Slot [20] registered [ 0.291041] acpiphp: Slot [21] registered [ 0.291870] acpiphp: Slot [22] registered [ 0.292693] acpiphp: Slot [23] registered [ 0.293514] acpiphp: Slot [24] registered [ 0.294337] acpiphp: Slot [25] registered [ 0.295164] acpiphp: Slot [26] registered [ 0.295990] acpiphp: Slot [27] registered [ 0.296841] acpiphp: Slot [28] registered [ 0.297669] acpiphp: Slot [29] registered [ 0.298527] acpiphp: Slot [30] registered [ 0.299358] acpiphp: Slot [31] registered [ 0.300183] PCI host bridge to bus 0000:00 [ 0.301050] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302287] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303537] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305017] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.306493] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.308047] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.311350] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.312719] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.314183] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.315463] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319008] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.320669] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.339007] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.340475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.342338] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.343819] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.345203] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.346490] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.347817] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.348947] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.350549] vgaarb: loaded [ 0.351176] vgaarb: bridge control possible 0000:00:02.0 [ 0.352453] SCSI subsystem initialized [ 0.353390] ACPI: bus type USB registered [ 0.354242] usbcore: registered new interface driver usbfs [ 0.355272] usbcore: registered new interface driver hub [ 0.356303] usbcore: registered new device driver usb [ 0.357434] PCI: Using ACPI for IRQ routing [ 0.358608] NetLabel: Initializing [ 0.359328] NetLabel: domain hash size = 128 [ 0.360199] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.361158] NetLabel: unlabeled traffic allowed by default [ 0.362337] clocksource: Switched to clocksource kvm-clock [ 0.370458] AppArmor: AppArmor Filesystem Enabled [ 0.371430] pnp: PnP ACPI init [ 0.372382] pnp: PnP ACPI: found 5 devices [ 0.378737] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.380487] NET: Registered protocol family 2 [ 0.381532] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.382856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.384085] TCP: Hash tables configured (established 4096 bind 4096) [ 0.385280] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.386364] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.387581] NET: Registered protocol family 1 [ 0.388474] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.389626] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.390705] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.404777] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.419016] Trying to unpack rootfs image as initramfs... [ 0.475730] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.477393] Scanning for low memory corruption every 60 seconds [ 0.478797] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.480022] audit: initializing netlink subsys (disabled) [ 0.481068] audit: type=2000 audit(1531977361.788:1): initialized [ 0.482461] Initialise system trusted keyring [ 0.483416] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.484594] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.486737] zbud: loaded [ 0.487476] VFS: Disk quotas dquot_6.6.0 [ 0.488313] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.490042] fuse init (API version 7.23) [ 0.490986] Key type big_key registered [ 0.491802] Allocating IMA MOK and blacklist keyrings. [ 0.493040] Key type asymmetric registered [ 0.493881] Asymmetric key parser 'x509' registered [ 0.494870] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.496355] io scheduler noop registered [ 0.497158] io scheduler deadline registered (default) [ 0.498163] io scheduler cfq registered [ 0.499026] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.500091] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.501677] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.503158] ACPI: Power Button [PWRF] [ 0.504021] GHES: HEST is not enabled! [ 0.517705] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.545484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.547632] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.571772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.574074] Linux agpgart interface v0.103 [ 0.576719] brd: module loaded [ 0.578418] loop: module loaded [ 0.582890] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.584371] GPT:90111 != 2097151 [ 0.585220] GPT:Alternate GPT header not at the end of the disk. [ 0.586368] GPT:90111 != 2097151 [ 0.587064] GPT: Use GNU Parted to correct GPT errors. [ 0.588052] vda: vda1 vda15 [ 0.589295] scsi host0: ata_piix [ 0.590095] scsi host1: ata_piix [ 0.590839] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.592086] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.593595] libphy: Fixed MDIO Bus: probed [ 0.594440] tun: Universal TUN/TAP device driver, 1.6 [ 0.595417] tun: (C) 1999-2004 Max Krasnyansky [ 0.597816] PPP generic driver version 2.4.2 [ 0.598755] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.601807] ehci-pci: EHCI PCI platform driver [ 0.602888] ehci-platform: EHCI generic platform driver [ 0.603947] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.605105] ohci-pci: OHCI PCI platform driver [ 0.606009] ohci-platform: OHCI generic platform driver [ 0.607048] uhci_hcd: USB Universal Host Controller Interface driver [ 0.621450] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.622498] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.624016] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.625062] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.626249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.627515] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.628970] usb usb1: Product: UHCI Host Controller [ 0.629924] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.631090] usb usb1: SerialNumber: 0000:00:01.2 [ 0.632161] hub 1-0:1.0: USB hub found [ 0.632972] hub 1-0:1.0: 2 ports detected [ 0.633959] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.636172] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.637163] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.638248] mousedev: PS/2 mouse device common for all mice [ 0.639602] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.641496] rtc_cmos 00:00: RTC can wake from S4 [ 0.642658] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.643885] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.645107] i2c /dev entries driver [ 0.645915] device-mapper: uevent: version 1.0.3 [ 0.646917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.648610] ledtrig-cpu: registered to indicate activity on CPUs [ 0.650153] NET: Registered protocol family 10 [ 0.651629] NET: Registered protocol family 17 [ 0.652562] Key type dns_resolver registered [ 0.653616] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.654755] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.656611] registered taskstats version 1 [ 0.657524] Loading compiled-in X.509 certificates [ 0.659153] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.661074] zswap: loaded using pool lzo/zbud [ 0.662789] Key type trusted registered [ 0.664566] Key type encrypted registered [ 0.665406] AppArmor: AppArmor sha1 policy hashing enabled [ 0.666491] ima: No TPM chip found, activating TPM-bypass! [ 0.667567] evm: HMAC attrs: 0x1 [ 0.668560] Magic number: 10:680:264 [ 0.669444] rtc_cmos 00:00: setting system clock to 2018-07-19 05:16:02 UTC (1531977362) [ 0.671119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.672260] EDD information not available. [ 0.751761] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.764167] Write protecting the kernel read-only data: 14336k [ 0.766702] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.769143] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.73 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.928294] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.5... Lease of 192.168.0.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.87. iid=i-00000011 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK /dev/root resized successfully [took 0.46s] === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.916 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCF+LFVtuZFnt8srjwGA74sM+Gji5ZiOwGLRQHviqHuWzKeyUVAQbBXiIYjIy/ZGQ5sVbeO4vEB+kBTZQzjyxtGytI5/Sv9ZJ7YD6UGmL2HJdEQdt1PT7Ee9h1uot71ITxDBdnWK7HoolR6UUwRoIbwxJPSiJ9z/CpYLD/qbqCRaSslJpLNM4tv7Jm+ywDKcxGxgIXeikcyokx2O+G5xuEqOS9guR4ynj16OFxgvsffl+HEE0lxBkLlYh2g5e91ozqDVYzAjW4lzdiqjUArtDx+6MaIdl/d5B8oJpNAoANc6D+MvaHIPV5EFo9n5LQIlB5PpNlDTRpMd/H+90jGMLap root@vping-userdata-vm2-5281ca88-f56c-4d4e-ae12-b89675b4d07d ssh-dss AAAAB3NzaC1kc3MAAACBAN3XmXOSGSZw48ZCVJiZBHziFVot2NASISVCItoHLRyd7VFty1B8dcFdMAY+2y8kCUPBe73w2nZfE97ltnQLyknqU3HSBI7c+5fTq338HMMstgCGdFD/8Pxr9aoWnfvuZ2+6pF1nEo59EbqsX3QnhoGHBLEVPox1/a/1Tftx8IybAAAAFQC/zBnrtXtqvvFBxfm49fE3RZWvswAAAIBGZ/N/gLNGwhw16UOtEHldQc+vNmbZ1EXFCw5nOej3xh0Na4i6iTnVjwDcS1bYMOizHVYGeJKAXmke8pnrWTPcPPuVEmKKYWZm62bmAZ/8pBQDTefZ1TFStPT9Nbw25uIR4QWnKTMH7AZMs9quFUX7kFcp4LEwFLcQaniLQ7gPCQAAAIEA1DhjEMqrzMCpA1BR99X38BwmDcgmNbKh362a5Yl4kvDN963j8HLIvztUEKEv3klnLVCtmt8jrCPxkIYftxrAPajbVpFXHYIxQV1pLUSBP0/ro8hY6qLRBQipLaCSQwTsFNeAVxNh81MqUM+wtzaeuhBRAPhTrdCkmdTTjYDNJyI= root@vping-userdata-vm2-5281ca88-f56c-4d4e-ae12-b89675b4d07d -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.5,24,fe80::f816:3eff:fe7c:7a94/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.1 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.5 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000011 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-5281ca88-f56c-4d4e-ae12-b89675b4d07d launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=5.14 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-5281ca88-f56c-4d4e-ae12-b89675b4d07d login: 2018-07-19 05:16:08,512 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-07-19 05:16:08,632 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-19 05:16:08,632 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:52 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-19 05:16:08,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-19 05:16:08,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569 -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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:08,974 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:16:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-836e5ec7-448f-4d9b-b994-a96da212d321 x-compute-request-id: req-836e5ec7-448f-4d9b-b994-a96da212d321 Content-Type: application/json 2018-07-19 05:16:08,974 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569 used request id req-836e5ec7-448f-4d9b-b994-a96da212d321 2018-07-19 05:16:08,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.338764190674s 2018-07-19 05:16:08,974 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569 used request id req-836e5ec7-448f-4d9b-b994-a96da212d321 2018-07-19 05:16:08,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:16:08,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:09,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c76b67d9-7a60-4ef8-8708-5e0b98933b1f x-compute-request-id: req-c76b67d9-7a60-4ef8-8708-5e0b98933b1f Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:7a:94", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:16:01.000000", "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "5f77d7dd-edbd-4a87-bcca-6bb542689be7", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:16:01Z", "hostId": "fcbae1910defbe34a34a9ff6ea789677ee0500076d34275020c545fa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:52Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:0b:2f", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/afc5030f-a11e-47d5-afd6-f0ce8fe53569", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:15:45.000000", "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "afc5030f-a11e-47d5-afd6-f0ce8fe53569", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:16:08Z", "hostId": "6ddaeafce3f9b83ea89c29466d0efa7a87566a3cb684eff2682c2a43", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:34Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:16:09,789 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c76b67d9-7a60-4ef8-8708-5e0b98933b1f 2018-07-19 05:16:09,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.814404010773s 2018-07-19 05:16:09,790 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c76b67d9-7a60-4ef8-8708-5e0b98933b1f 2018-07-19 05:16:09,792 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:16:11,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:16:11,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:11,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16: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-ee2c8671-b5a6-4fc4-9bc9-e484a1ba3859 x-compute-request-id: req-ee2c8671-b5a6-4fc4-9bc9-e484a1ba3859 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:7a:94", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:16:01.000000", "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "5f77d7dd-edbd-4a87-bcca-6bb542689be7", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:16:01Z", "hostId": "fcbae1910defbe34a34a9ff6ea789677ee0500076d34275020c545fa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:52Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:16:11,990 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ee2c8671-b5a6-4fc4-9bc9-e484a1ba3859 2018-07-19 05:16:11,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.195424079895s 2018-07-19 05:16:11,991 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ee2c8671-b5a6-4fc4-9bc9-e484a1ba3859 2018-07-19 05:16:11,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-19 05:16:11,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7 -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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:12,170 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:16:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ef184a70-9d6d-40b7-850a-48741a8d93ea x-compute-request-id: req-ef184a70-9d6d-40b7-850a-48741a8d93ea Content-Type: application/json 2018-07-19 05:16:12,170 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7 used request id req-ef184a70-9d6d-40b7-850a-48741a8d93ea 2018-07-19 05:16:12,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.176826953888s 2018-07-19 05:16:12,170 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7 used request id req-ef184a70-9d6d-40b7-850a-48741a8d93ea 2018-07-19 05:16:12,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:16:12,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:12,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c76621cc-3491-42b1-9faa-dac69617ced9 x-compute-request-id: req-c76621cc-3491-42b1-9faa-dac69617ced9 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:7a:94", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5f77d7dd-edbd-4a87-bcca-6bb542689be7", "rel": "bookmark"}], "image": {"id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "links": [{"href": "http://172.30.9.28:8774/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:16:01.000000", "flavor": {"id": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "links": [{"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}]}, "id": "5f77d7dd-edbd-4a87-bcca-6bb542689be7", "security_groups": [{"name": "default"}], "user_id": "d2575b9d382044bbb2047469919a752b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:16:12Z", "hostId": "fcbae1910defbe34a34a9ff6ea789677ee0500076d34275020c545fa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "created": "2018-07-19T05:15:52Z", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:16:12,773 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c76621cc-3491-42b1-9faa-dac69617ced9 2018-07-19 05:16:12,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.602607011795s 2018-07-19 05:16:12,774 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c76621cc-3491-42b1-9faa-dac69617ced9 2018-07-19 05:16:12,775 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:16:14,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:16:14,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:14,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16: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-425a6242-7fd0-48ef-b1a6-ec0fe9a1ff42 x-compute-request-id: req-425a6242-7fd0-48ef-b1a6-ec0fe9a1ff42 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-19 05:16:14,988 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-425a6242-7fd0-48ef-b1a6-ec0fe9a1ff42 2018-07-19 05:16:14,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.210093021393s 2018-07-19 05:16:14,989 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-425a6242-7fd0-48ef-b1a6-ec0fe9a1ff42 2018-07-19 05:16:14,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-19 05:16:14,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/6405315f-a5af-437e-a9ce-9908b3da1f29/remove_router_interface.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" -d '{"subnet_id": "266153a4-860c-4e55-bf25-416a6e95044d"}' 2018-07-19 05:16:17,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3102928a-4cab-4bf0-a7f4-aa7a17b37201 Date: Thu, 19 Jul 2018 05:16:17 GMT RESP BODY: {"network_id": "2091294f-0197-4fcd-bf36-f344393c464b", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "subnet_id": "266153a4-860c-4e55-bf25-416a6e95044d", "subnet_ids": ["266153a4-860c-4e55-bf25-416a6e95044d"], "port_id": "9e6eac4c-b14d-479b-958e-7a7ce2f518e7", "id": "6405315f-a5af-437e-a9ce-9908b3da1f29"} 2018-07-19 05:16:17,350 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/6405315f-a5af-437e-a9ce-9908b3da1f29/remove_router_interface.json used request id req-3102928a-4cab-4bf0-a7f4-aa7a17b37201 2018-07-19 05:16:17,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.36114311218s 2018-07-19 05:16:17,351 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/6405315f-a5af-437e-a9ce-9908b3da1f29/remove_router_interface.json used request id req-3102928a-4cab-4bf0-a7f4-aa7a17b37201 returning object 6405315f-a5af-437e-a9ce-9908b3da1f29 2018-07-19 05:16:17,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-19 05:16:17,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:17,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-32f99747-4b49-422a-a112-b2d40ccd0e82 Date: Thu, 19 Jul 2018 05:16:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "created_at": "2018-07-19T05:15:19Z", "admin_state_up": true, "updated_at": "2018-07-19T05:16:16Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "9c9c2561f2114860acaf537a0d638f0a", "id": "6405315f-a5af-437e-a9ce-9908b3da1f29", "name": "vping_userdata-router_5281ca88-f56c-4d4e-ae12-b89675b4d07d"}]} 2018-07-19 05:16:17,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-32f99747-4b49-422a-a112-b2d40ccd0e82 2018-07-19 05:16:17,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.331435918808s 2018-07-19 05:16:17,683 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-32f99747-4b49-422a-a112-b2d40ccd0e82 2018-07-19 05:16:17,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-19 05:16:17,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/6405315f-a5af-437e-a9ce-9908b3da1f29.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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:21,312 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6ea71b34-79eb-4133-8a1e-b8173e542a7d Content-Length: 0 Date: Thu, 19 Jul 2018 05:16:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:16:21,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/6405315f-a5af-437e-a9ce-9908b3da1f29.json used request id req-6ea71b34-79eb-4133-8a1e-b8173e542a7d 2018-07-19 05:16:21,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.62772893906s 2018-07-19 05:16:21,313 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/6405315f-a5af-437e-a9ce-9908b3da1f29.json used request id req-6ea71b34-79eb-4133-8a1e-b8173e542a7d 2018-07-19 05:16:21,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 05:16:21,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:21,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-16a9933c-b1ef-4853-b354-8cc809a65817 Date: Thu, 19 Jul 2018 05:16:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2091294f-0197-4fcd-bf36-f344393c464b","tenant_id":"9c9c2561f2114860acaf537a0d638f0a","created_at":"2018-07-19T05:15:18Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T05:15:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"9c9c2561f2114860acaf537a0d638f0a","id":"266153a4-860c-4e55-bf25-416a6e95044d","subnetpool_id":null,"name":"vping_userdata-subnet_5281ca88-f56c-4d4e-ae12-b89675b4d07d"}]} 2018-07-19 05:16:21,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-16a9933c-b1ef-4853-b354-8cc809a65817 2018-07-19 05:16:21,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0610160827637s 2018-07-19 05:16:21,375 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-16a9933c-b1ef-4853-b354-8cc809a65817 2018-07-19 05:16:21,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-19 05:16:21,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/266153a4-860c-4e55-bf25-416a6e95044d.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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:23,613 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-031e91ab-64c3-42f1-8907-3437fdf0b3f2 Date: Thu, 19 Jul 2018 05:16:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:16:23,613 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/266153a4-860c-4e55-bf25-416a6e95044d.json used request id req-031e91ab-64c3-42f1-8907-3437fdf0b3f2 2018-07-19 05:16:23,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.2372200489s 2018-07-19 05:16:23,614 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/266153a4-860c-4e55-bf25-416a6e95044d.json used request id req-031e91ab-64c3-42f1-8907-3437fdf0b3f2 2018-07-19 05:16:23,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:16:23,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:23,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1241 X-Openstack-Request-Id: req-86b01414-3cfc-44d8-8f64-6fb46bae7a03 Date: Thu, 19 Jul 2018 05:16:23 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"2091294f-0197-4fcd-bf36-f344393c464b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c9c2561f2114860acaf537a0d638f0a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:16:23Z","qos_policy_id":null,"name":"vping_userdata-net_5281ca88-f56c-4d4e-ae12-b89675b4d07d","admin_state_up":true,"tenant_id":"9c9c2561f2114860acaf537a0d638f0a","created_at":"2018-07-19T05:15:17Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:16:23,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-86b01414-3cfc-44d8-8f64-6fb46bae7a03 2018-07-19 05:16:23,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110678911209s 2018-07-19 05:16:23,725 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-86b01414-3cfc-44d8-8f64-6fb46bae7a03 2018-07-19 05:16:23,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-19 05:16:23,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/2091294f-0197-4fcd-bf36-f344393c464b.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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:25,504 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4cb91237-fcd9-4ffc-8666-5b44b9a1bed7 Date: Thu, 19 Jul 2018 05:16:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:16:25,504 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/2091294f-0197-4fcd-bf36-f344393c464b.json used request id req-4cb91237-fcd9-4ffc-8666-5b44b9a1bed7 2018-07-19 05:16:25,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.77718997002s 2018-07-19 05:16:25,504 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/2091294f-0197-4fcd-bf36-f344393c464b.json used request id req-4cb91237-fcd9-4ffc-8666-5b44b9a1bed7 2018-07-19 05:16:25,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:16:25,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:25,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-70e0b192-49ab-4e3f-bc78-152f05d93a28 Date: Thu, 19 Jul 2018 05:16:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af/snap", "metadata": {}}], "file": "/v2/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af/file", "owner": "9c9c2561f2114860acaf537a0d638f0a", "id": "6fff2ac5-b62f-4077-8f5e-9abe722c97af", "size": 12716032, "self": "/v2/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af", "disk_format": "qcow2", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:15:30Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T05:15:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:16:25,726 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-70e0b192-49ab-4e3f-bc78-152f05d93a28 2018-07-19 05:16:25,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.217668056488s 2018-07-19 05:16:25,727 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-70e0b192-49ab-4e3f-bc78-152f05d93a28 2018-07-19 05:16:25,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-19 05:16:25,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af -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}38143e11b8c6bf3399399900dd58b12c8338d880" 2018-07-19 05:16:27,233 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f35ba369-a840-42b2-835e-82735bd74298 Date: Thu, 19 Jul 2018 05:16:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:16:27,233 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af used request id req-f35ba369-a840-42b2-835e-82735bd74298 2018-07-19 05:16:27,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.50470495224s 2018-07-19 05:16:27,234 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/6fff2ac5-b62f-4077-8f5e-9abe722c97af used request id req-f35ba369-a840-42b2-835e-82735bd74298 2018-07-19 05:16:27,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 05:16:27,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -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}a3762ab7d2186e51224bc7afc91744699b1c5f7d" 2018-07-19 05:16:27,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5d2bdfe-0e55-401a-81c0-145593ced00f x-compute-request-id: req-e5d2bdfe-0e55-401a-81c0-145593ced00f Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8", "rel": "bookmark"}], "ram": 512, "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": "3719dab5-7742-46c2-9d38-75dd9ee0c1e8"}]} 2018-07-19 05:16:27,263 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-e5d2bdfe-0e55-401a-81c0-145593ced00f 2018-07-19 05:16:27,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0286540985107s 2018-07-19 05:16:27,263 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-e5d2bdfe-0e55-401a-81c0-145593ced00f 2018-07-19 05:16:27,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-19 05:16:27,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8 -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}a3762ab7d2186e51224bc7afc91744699b1c5f7d" 2018-07-19 05:16:27,306 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:16:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ce050106-24a8-4138-bd37-4d4f41ba952f x-compute-request-id: req-ce050106-24a8-4138-bd37-4d4f41ba952f Content-Length: 0 Content-Type: application/json 2018-07-19 05:16:27,306 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8 used request id req-ce050106-24a8-4138-bd37-4d4f41ba952f 2018-07-19 05:16:27,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0418338775635s 2018-07-19 05:16:27,307 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/3719dab5-7742-46c2-9d38-75dd9ee0c1e8 used request id req-ce050106-24a8-4138-bd37-4d4f41ba952f 2018-07-19 05:16:27,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 05:16:27,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -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}a3762ab7d2186e51224bc7afc91744699b1c5f7d" 2018-07-19 05:16:27,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfc5d3f8-0f19-4cea-9b75-e0e1b2c7ebf9 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "links": {"self": "http://172.30.9.28:5000/v3/users/d2575b9d382044bbb2047469919a752b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d2575b9d382044bbb2047469919a752b", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:16:27,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-dfc5d3f8-0f19-4cea-9b75-e0e1b2c7ebf9 2018-07-19 05:16:27,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.122057914734s 2018-07-19 05:16:27,430 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-dfc5d3f8-0f19-4cea-9b75-e0e1b2c7ebf9 2018-07-19 05:16:27,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 05:16:27,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/d2575b9d382044bbb2047469919a752b -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}a3762ab7d2186e51224bc7afc91744699b1c5f7d" 2018-07-19 05:16:27,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3db94695-8e58-48fb-8614-347ce1b8b9ba Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_5281ca88-f56c-4d4e-ae12-b89675b4d07d", "links": {"self": "http://172.30.9.28:5000/v3/users/d2575b9d382044bbb2047469919a752b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "d2575b9d382044bbb2047469919a752b", "description": null}} 2018-07-19 05:16:27,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/d2575b9d382044bbb2047469919a752b used request id req-3db94695-8e58-48fb-8614-347ce1b8b9ba 2018-07-19 05:16:27,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121863126755s 2018-07-19 05:16:27,558 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/d2575b9d382044bbb2047469919a752b used request id req-3db94695-8e58-48fb-8614-347ce1b8b9ba 2018-07-19 05:16:27,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-19 05:16:27,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/d2575b9d382044bbb2047469919a752b -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}a3762ab7d2186e51224bc7afc91744699b1c5f7d" 2018-07-19 05:16:27,875 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:16:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57a90c6d-1f68-4775-b062-c674b5f6818c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:16:27,876 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/d2575b9d382044bbb2047469919a752b used request id req-57a90c6d-1f68-4775-b062-c674b5f6818c 2018-07-19 05:16:27,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.3171479702s 2018-07-19 05:16:27,876 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/d2575b9d382044bbb2047469919a752b used request id req-57a90c6d-1f68-4775-b062-c674b5f6818c 2018-07-19 05:16:27,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 05:16:27,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/projects -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}a3762ab7d2186e51224bc7afc91744699b1c5f7d" 2018-07-19 05:16:27,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1318e4d-ddfa-456b-af6c-d92459d34baa Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf"}, "tags": [], "enabled": true, "id": "808316c313f0491a8efb6e31d026d3bf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.28:5000/v3/projects/9c9c2561f2114860acaf537a0d638f0a"}, "tags": [], "enabled": true, "id": "9c9c2561f2114860acaf537a0d638f0a", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_5281ca88-f56c-4d4e-ae12-b89675b4d07d"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "id": "c9003101a9994c308fccde61f611d998", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-19 05:16:27,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-a1318e4d-ddfa-456b-af6c-d92459d34baa 2018-07-19 05:16:27,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101389884949s 2018-07-19 05:16:27,984 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-a1318e4d-ddfa-456b-af6c-d92459d34baa 2018-07-19 05:16:27,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-19 05:16:27,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/9c9c2561f2114860acaf537a0d638f0a -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}a3762ab7d2186e51224bc7afc91744699b1c5f7d" 2018-07-19 05:16:28,211 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:16:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19c0e589-1b29-4313-8b43-eee4bcd3a6aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:16:28,211 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/9c9c2561f2114860acaf537a0d638f0a used request id req-19c0e589-1b29-4313-8b43-eee4bcd3a6aa 2018-07-19 05:16:28,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.222855091095s 2018-07-19 05:16:28,212 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/9c9c2561f2114860acaf537a0d638f0a used request id req-19c0e589-1b29-4313-8b43-eee4bcd3a6aa 2018-07-19 05:16:28,267 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-07-19 05:16:28,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 05:16:28,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 05:16:28,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 05:16:28,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 05:16:28,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 05:16:28,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 05:16:28,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 05:16:28,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 05:16:28,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 05:16:28,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 05:16:28,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 05:16:28,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 05:16:28,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 05:16:28,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 05:16:28,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 05:16:28,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 05:16:28,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 05:16:28,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 05:16:28,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 05:16:28,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 05:16:28,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 05:16:28,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 05:16:28,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:16:28,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0836ae68-9c7c-4986-b35a-d3963ddda6ef Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:16:28,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0836ae68-9c7c-4986-b35a-d3963ddda6ef 2018-07-19 05:16:28,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:16:28,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:16:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["TndaXg3JSuScYg2iq09rlg"], "issued_at": "2018-07-19T05:16:28.000000Z"}} 2018-07-19 05:16:28,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:16:28,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -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}c4bf5ae169c0f898609b1d57e7573287a5dc323b" 2018-07-19 05:16:29,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-c15173ed-2a95-4c8d-bd9c-93c8cc3032fa Date: Thu, 19 Jul 2018 05:16:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:16:29,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c15173ed-2a95-4c8d-bd9c-93c8cc3032fa 2018-07-19 05:16:29,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.445676088333s 2018-07-19 05:16:29,166 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c15173ed-2a95-4c8d-bd9c-93c8cc3032fa 2018-07-19 05:16:29,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:16:29,176 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:16:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1954dd29-1e45-497e-bb81-c2bddf6904e2 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:16:29,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-1954dd29-1e45-497e-bb81-c2bddf6904e2 2018-07-19 05:16:29,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 05:16:29,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c4bf5ae169c0f898609b1d57e7573287a5dc323b" 2018-07-19 05:16:29,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07a7c3d0-a032-4e97-a994-068bd60c456a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/3cb34abc01814999b9e0de391598d4b9"}, "tags": [], "enabled": true, "id": "3cb34abc01814999b9e0de391598d4b9", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-19 05:16:29,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-07a7c3d0-a032-4e97-a994-068bd60c456a 2018-07-19 05:16:29,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.10623884201s 2018-07-19 05:16:29,283 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-07a7c3d0-a032-4e97-a994-068bd60c456a 2018-07-19 05:16:29,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-19 05:16:29,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/projects -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c4bf5ae169c0f898609b1d57e7573287a5dc323b" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_6a62766d-7aa6-4655-ae12-566aca2b50e5"}}' 2018-07-19 05:16:29,440 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:16:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-decde00a-2e63-4b09-a512-b7764deef639 Content-Length: 368 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.28:5000/v3/projects/c177aa5cc2524471bfe10db6f5893e9b"}, "tags": [], "enabled": true, "id": "c177aa5cc2524471bfe10db6f5893e9b", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_6a62766d-7aa6-4655-ae12-566aca2b50e5"}} 2018-07-19 05:16:29,441 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-decde00a-2e63-4b09-a512-b7764deef639 2018-07-19 05:16:29,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.150903940201s 2018-07-19 05:16:29,441 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-decde00a-2e63-4b09-a512-b7764deef639 2018-07-19 05:16:29,441 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cinder_test', u'tags': [], 'enabled': True, 'id': u'c177aa5cc2524471bfe10db6f5893e9b', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cinder_test-project_6a62766d-7aa6-4655-ae12-566aca2b50e5'}) 2018-07-19 05:16:29,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-19 05:16:29,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c4bf5ae169c0f898609b1d57e7573287a5dc323b" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "ae19211d-2610-4146-9c85-b2528331ac9d", "email": null, "name": "cinder_test-user_6a62766d-7aa6-4655-ae12-566aca2b50e5"}}' 2018-07-19 05:16:29,905 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:16:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9376247-f522-472c-a0fa-51ad3c63a6bf Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_6a62766d-7aa6-4655-ae12-566aca2b50e5", "links": {"self": "http://172.30.9.28:5000/v3/users/790c84b135d141569091fc3f593f9852"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "790c84b135d141569091fc3f593f9852", "domain_id": "default", "password_expires_at": null}} 2018-07-19 05:16:29,905 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-c9376247-f522-472c-a0fa-51ad3c63a6bf 2018-07-19 05:16:29,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.457269906998s 2018-07-19 05:16:29,905 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-c9376247-f522-472c-a0fa-51ad3c63a6bf 2018-07-19 05:16:29,906 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'790c84b135d141569091fc3f593f9852', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_6a62766d-7aa6-4655-ae12-566aca2b50e5'}) 2018-07-19 05:16:29,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 05:16:29,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c4bf5ae169c0f898609b1d57e7573287a5dc323b" 2018-07-19 05:16:30,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbe7cc7a-4ca6-4df6-a11f-2cd6bc27b1c5 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:16:30,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cbe7cc7a-4ca6-4df6-a11f-2cd6bc27b1c5 2018-07-19 05:16:30,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104128837585s 2018-07-19 05:16:30,014 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cbe7cc7a-4ca6-4df6-a11f-2cd6bc27b1c5 2018-07-19 05:16:30,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 05:16:30,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c4bf5ae169c0f898609b1d57e7573287a5dc323b" 2018-07-19 05:16:30,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-651c3aba-6f61-4f7d-aba8-c2c828959798 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:16:30,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-651c3aba-6f61-4f7d-aba8-c2c828959798 2018-07-19 05:16:30,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109861135483s 2018-07-19 05:16:30,130 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-651c3aba-6f61-4f7d-aba8-c2c828959798 2018-07-19 05:16:30,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 05:16:30,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c4bf5ae169c0f898609b1d57e7573287a5dc323b" 2018-07-19 05:16:30,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c0b9015-1638-481d-83da-4aacea5374fd Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:16:30,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2c0b9015-1638-481d-83da-4aacea5374fd 2018-07-19 05:16:30,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.119188070297s 2018-07-19 05:16:30,254 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2c0b9015-1638-481d-83da-4aacea5374fd 2018-07-19 05:16:30,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 05:16:30,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -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}c4bf5ae169c0f898609b1d57e7573287a5dc323b" 2018-07-19 05:16:30,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-347ef801-21c1-4c07-879b-dd8b31a38664 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-19 05:16:30,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-347ef801-21c1-4c07-879b-dd8b31a38664 2018-07-19 05:16:30,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.110748052597s 2018-07-19 05:16:30,371 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-347ef801-21c1-4c07-879b-dd8b31a38664 2018-07-19 05:16:30,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 05:16:30,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -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}c4bf5ae169c0f898609b1d57e7573287a5dc323b" 2018-07-19 05:16:30,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30e5a0a5-919a-41a8-ae0b-112dede3292a Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder_test-user_6a62766d-7aa6-4655-ae12-566aca2b50e5", "links": {"self": "http://172.30.9.28:5000/v3/users/790c84b135d141569091fc3f593f9852"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "790c84b135d141569091fc3f593f9852", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:16:30,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-30e5a0a5-919a-41a8-ae0b-112dede3292a 2018-07-19 05:16:30,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117455005646s 2018-07-19 05:16:30,490 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-30e5a0a5-919a-41a8-ae0b-112dede3292a 2018-07-19 05:16:30,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 05:16:30,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -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}c4bf5ae169c0f898609b1d57e7573287a5dc323b" 2018-07-19 05:16:30,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2b2eab0-7c60-4cdb-b419-06cc88341832 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "id": "c9003101a9994c308fccde61f611d998", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.28:5000/v3/projects/c177aa5cc2524471bfe10db6f5893e9b"}, "tags": [], "enabled": true, "id": "c177aa5cc2524471bfe10db6f5893e9b", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_6a62766d-7aa6-4655-ae12-566aca2b50e5"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf"}, "tags": [], "enabled": true, "id": "808316c313f0491a8efb6e31d026d3bf", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-19 05:16:30,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-b2b2eab0-7c60-4cdb-b419-06cc88341832 2018-07-19 05:16:30,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.110508918762s 2018-07-19 05:16:30,612 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-b2b2eab0-7c60-4cdb-b419-06cc88341832 2018-07-19 05:16:30,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-19 05:16:30,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=790c84b135d141569091fc3f593f9852&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=c177aa5cc2524471bfe10db6f5893e9b" -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}c4bf5ae169c0f898609b1d57e7573287a5dc323b" 2018-07-19 05:16:30,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-222fa07b-72dd-49e0-b1db-c5826326ffaf Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=790c84b135d141569091fc3f593f9852&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=c177aa5cc2524471bfe10db6f5893e9b", "previous": null, "next": null}} 2018-07-19 05:16:30,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=790c84b135d141569091fc3f593f9852&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=c177aa5cc2524471bfe10db6f5893e9b used request id req-222fa07b-72dd-49e0-b1db-c5826326ffaf 2018-07-19 05:16:30,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.107964992523s 2018-07-19 05:16:30,728 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=790c84b135d141569091fc3f593f9852&role.id=fc9a86fe047a4c4693c8f2b41c772941&scope.project.id=c177aa5cc2524471bfe10db6f5893e9b used request id req-222fa07b-72dd-49e0-b1db-c5826326ffaf 2018-07-19 05:16:30,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-19 05:16:30,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/c177aa5cc2524471bfe10db6f5893e9b/users/790c84b135d141569091fc3f593f9852/roles/fc9a86fe047a4c4693c8f2b41c772941 -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}c4bf5ae169c0f898609b1d57e7573287a5dc323b" 2018-07-19 05:16:30,920 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:16:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97b9ffa7-61f4-411d-b04a-13a3b256150d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:16:30,921 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/c177aa5cc2524471bfe10db6f5893e9b/users/790c84b135d141569091fc3f593f9852/roles/fc9a86fe047a4c4693c8f2b41c772941 used request id req-97b9ffa7-61f4-411d-b04a-13a3b256150d 2018-07-19 05:16:30,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.188923835754s 2018-07-19 05:16:30,921 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/c177aa5cc2524471bfe10db6f5893e9b/users/790c84b135d141569091fc3f593f9852/roles/fc9a86fe047a4c4693c8f2b41c772941 used request id req-97b9ffa7-61f4-411d-b04a-13a3b256150d 2018-07-19 05:16:30,922 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_6a62766d-7aa6-4655-ae12-566aca2b50e5', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'c177aa5cc2524471bfe10db6f5893e9b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'ae19211d-2610-4146-9c85-b2528331ac9d', 'username': u'cinder_test-user_6a62766d-7aa6-4655-ae12-566aca2b50e5', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-19 05:16:30,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 05:16:30,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 05:16:30,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 05:16:30,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 05:16:30,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 05:16:30,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 05:16:30,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 05:16:30,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 05:16:30,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 05:16:30,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 05:16:30,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 05:16:30,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 05:16:30,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 05:16:30,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 05:16:30,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 05:16:30,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 05:16:30,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 05:16:30,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 05:16:30,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 05:16:30,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 05:16:30,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 05:16:30,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 05:16:30,927 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_6a62766d-7aa6-4655-ae12-566aca2b50e5', 'password': 'ae19211d-2610-4146-9c85-b2528331ac9d', 'project_name': 'cinder_test-project_6a62766d-7aa6-4655-ae12-566aca2b50e5', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'c177aa5cc2524471bfe10db6f5893e9b', 'project_domain_name': 'Default'} 2018-07-19 05:16:30,927 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-07-19 05:16:30,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:16:30,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37da8f0f-b0f7-43c0-8926-b90a9ababf64 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:16:30,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-37da8f0f-b0f7-43c0-8926-b90a9ababf64 2018-07-19 05:16:30,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:16:31,338 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}], "expires_at": "2018-07-19T06:16:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c177aa5cc2524471bfe10db6f5893e9b", "name": "cinder_test-project_6a62766d-7aa6-4655-ae12-566aca2b50e5"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c177aa5cc2524471bfe10db6f5893e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c177aa5cc2524471bfe10db6f5893e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c177aa5cc2524471bfe10db6f5893e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c177aa5cc2524471bfe10db6f5893e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c177aa5cc2524471bfe10db6f5893e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c177aa5cc2524471bfe10db6f5893e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c177aa5cc2524471bfe10db6f5893e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c177aa5cc2524471bfe10db6f5893e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c177aa5cc2524471bfe10db6f5893e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c177aa5cc2524471bfe10db6f5893e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c177aa5cc2524471bfe10db6f5893e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c177aa5cc2524471bfe10db6f5893e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c177aa5cc2524471bfe10db6f5893e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_6a62766d-7aa6-4655-ae12-566aca2b50e5", "id": "790c84b135d141569091fc3f593f9852"}, "audit_ids": ["pNGJwIgEQaayZwTIdUeT7g"], "issued_at": "2018-07-19T05:16:31.000000Z"}} 2018-07-19 05:16:31,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-19 05:16:31,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" -d '{"network": {"name": "cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5", "admin_state_up": true}}' 2018-07-19 05:16:31,922 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 630 X-Openstack-Request-Id: req-3fd15205-e190-4421-870d-d3cc174eeb4e Date: Thu, 19 Jul 2018 05:16:31 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"98f94041-01c1-4102-9f62-c662e63a4dc1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c177aa5cc2524471bfe10db6f5893e9b","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:16:31Z","is_default":false,"name":"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5","qos_policy_id":null,"admin_state_up":true,"tenant_id":"c177aa5cc2524471bfe10db6f5893e9b","created_at":"2018-07-19T05:16:31Z","mtu":1450}} 2018-07-19 05:16:31,923 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3fd15205-e190-4421-870d-d3cc174eeb4e 2018-07-19 05:16:31,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.579281806946s 2018-07-19 05:16:31,923 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3fd15205-e190-4421-870d-d3cc174eeb4e 2018-07-19 05:16:31,924 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-19T05:16:31Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'98f94041-01c1-4102-9f62-c662e63a4dc1', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5', u'admin_state_up': True, u'tenant_id': u'c177aa5cc2524471bfe10db6f5893e9b', u'created_at': u'2018-07-19T05:16:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'c177aa5cc2524471bfe10db6f5893e9b', u'l2_adjacency': True}) 2018-07-19 05:16:31,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:16:31,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:16:32,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1232 X-Openstack-Request-Id: req-ffc0f310-dc8a-427d-9b30-3e79f547b594 Date: Thu, 19 Jul 2018 05:16:32 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"98f94041-01c1-4102-9f62-c662e63a4dc1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c177aa5cc2524471bfe10db6f5893e9b","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:16:31Z","qos_policy_id":null,"name":"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5","admin_state_up":true,"tenant_id":"c177aa5cc2524471bfe10db6f5893e9b","created_at":"2018-07-19T05:16:31Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:16:32,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ffc0f310-dc8a-427d-9b30-3e79f547b594 2018-07-19 05:16:32,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.305622816086s 2018-07-19 05:16:32,230 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ffc0f310-dc8a-427d-9b30-3e79f547b594 2018-07-19 05:16:32,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-19 05:16:32,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" -d '{"subnet": {"name": "cinder_test-subnet_6a62766d-7aa6-4655-ae12-566aca2b50e5", "enable_dhcp": true, "network_id": "98f94041-01c1-4102-9f62-c662e63a4dc1", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-19 05:16:33,066 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-3d51e736-6da0-44c0-a0e6-27d35176454e Date: Thu, 19 Jul 2018 05:16:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98f94041-01c1-4102-9f62-c662e63a4dc1","tenant_id":"c177aa5cc2524471bfe10db6f5893e9b","created_at":"2018-07-19T05:16:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T05:16:32Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"c177aa5cc2524471bfe10db6f5893e9b","id":"2c40f9ab-bd50-427a-9602-489e1f613bfe","subnetpool_id":null,"name":"cinder_test-subnet_6a62766d-7aa6-4655-ae12-566aca2b50e5"}} 2018-07-19 05:16:33,066 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-3d51e736-6da0-44c0-a0e6-27d35176454e 2018-07-19 05:16:33,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.834853887558s 2018-07-19 05:16:33,067 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-3d51e736-6da0-44c0-a0e6-27d35176454e 2018-07-19 05:16:33,067 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T05:16:32Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'2c40f9ab-bd50-427a-9602-489e1f613bfe', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_6a62766d-7aa6-4655-ae12-566aca2b50e5', u'enable_dhcp': True, u'network_id': u'98f94041-01c1-4102-9f62-c662e63a4dc1', u'tenant_id': u'c177aa5cc2524471bfe10db6f5893e9b', u'created_at': u'2018-07-19T05:16:32Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'c177aa5cc2524471bfe10db6f5893e9b'}) 2018-07-19 05:16:33,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-19 05:16:33,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" -d '{"router": {"external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c"}, "name": "cinder_test-router_6a62766d-7aa6-4655-ae12-566aca2b50e5", "admin_state_up": true}}' 2018-07-19 05:16:39,220 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 698 X-Openstack-Request-Id: req-98253ada-6544-4027-b7c0-e7a3b0b13123 Date: Thu, 19 Jul 2018 05:16:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:34Z", "admin_state_up": true, "updated_at": "2018-07-19T05:16:35Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "a0322c26-5238-42a6-8d5c-b092b5f7c92d", "name": "cinder_test-router_6a62766d-7aa6-4655-ae12-566aca2b50e5"}} 2018-07-19 05:16:39,220 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-98253ada-6544-4027-b7c0-e7a3b0b13123 2018-07-19 05:16:39,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.15256381035s 2018-07-19 05:16:39,221 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-98253ada-6544-4027-b7c0-e7a3b0b13123 2018-07-19 05:16:39,221 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T05:16:35Z', u'revision_number': 3, u'id': u'a0322c26-5238-42a6-8d5c-b092b5f7c92d', u'external_gateway_info': {u'network_id': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'2c83d5bd-6837-46dc-ba99-edbcdb9eb558', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-router_6a62766d-7aa6-4655-ae12-566aca2b50e5', u'admin_state_up': True, u'tenant_id': u'c177aa5cc2524471bfe10db6f5893e9b', u'created_at': u'2018-07-19T05:16:34Z', u'flavor_id': None, u'routes': [], u'project_id': u'c177aa5cc2524471bfe10db6f5893e9b'}) 2018-07-19 05:16:39,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-19 05:16:39,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/a0322c26-5238-42a6-8d5c-b092b5f7c92d/add_router_interface.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" -d '{"subnet_id": "2c40f9ab-bd50-427a-9602-489e1f613bfe"}' 2018-07-19 05:16:42,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3cde42d6-6e1d-4128-8625-b3c488381b31 Date: Thu, 19 Jul 2018 05:16:42 GMT RESP BODY: {"network_id": "98f94041-01c1-4102-9f62-c662e63a4dc1", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "subnet_id": "2c40f9ab-bd50-427a-9602-489e1f613bfe", "subnet_ids": ["2c40f9ab-bd50-427a-9602-489e1f613bfe"], "port_id": "f53b3df2-334b-4efd-a3f8-78a3eb2f7d44", "id": "a0322c26-5238-42a6-8d5c-b092b5f7c92d"} 2018-07-19 05:16:42,266 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a0322c26-5238-42a6-8d5c-b092b5f7c92d/add_router_interface.json used request id req-3cde42d6-6e1d-4128-8625-b3c488381b31 2018-07-19 05:16:42,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.04471993446s 2018-07-19 05:16:42,267 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a0322c26-5238-42a6-8d5c-b092b5f7c92d/add_router_interface.json used request id req-3cde42d6-6e1d-4128-8625-b3c488381b31 returning object a0322c26-5238-42a6-8d5c-b092b5f7c92d 2018-07-19 05:16:42,267 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-19 05:16:42,399 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-19 05:16:42,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292 -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-07-19 05:16:42,406 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Thu, 19 Jul 2018 05:16:42 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-19 05:16:42,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:16:42,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:16:42,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ff041bd6-7fe3-4fc7-9fcd-ab5b790e2d02 Date: Thu, 19 Jul 2018 05:16:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:16:42,639 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ff041bd6-7fe3-4fc7-9fcd-ab5b790e2d02 2018-07-19 05:16:42,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.227920055389s 2018-07-19 05:16:42,639 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ff041bd6-7fe3-4fc7-9fcd-ab5b790e2d02 2018-07-19 05:16:42,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-19 05:16:42,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_6a62766d-7aa6-4655-ae12-566aca2b50e5", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_6a62766d-7aa6-4655-ae12-566aca2b50e5"}' 2018-07-19 05:16:42,878 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 874 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/4875f82a-6135-4218-909b-8611af495981 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2a5bea33-f1bd-41c3-b6dc-188e03250158 Date: Thu, 19 Jul 2018 05:16:42 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/4875f82a-6135-4218-909b-8611af495981/file", "owner": "c177aa5cc2524471bfe10db6f5893e9b", "id": "4875f82a-6135-4218-909b-8611af495981", "size": null, "self": "/v2/images/4875f82a-6135-4218-909b-8611af495981", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:16:42Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_6a62766d-7aa6-4655-ae12-566aca2b50e5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_6a62766d-7aa6-4655-ae12-566aca2b50e5", "checksum": null, "created_at": "2018-07-19T05:16:42Z", "protected": false} 2018-07-19 05:16:42,878 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-2a5bea33-f1bd-41c3-b6dc-188e03250158 2018-07-19 05:16:42,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.231482982635s 2018-07-19 05:16:42,879 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-2a5bea33-f1bd-41c3-b6dc-188e03250158 returning object 4875f82a-6135-4218-909b-8611af495981 2018-07-19 05:16:42,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-19 05:16:42,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/4875f82a-6135-4218-909b-8611af495981/file -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 "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" -d '' 2018-07-19 05:16:43,588 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7ec32eb0-b530-4e22-88cb-e892067e711a Date: Thu, 19 Jul 2018 05:16:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:16:43,588 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/4875f82a-6135-4218-909b-8611af495981/file used request id req-7ec32eb0-b530-4e22-88cb-e892067e711a 2018-07-19 05:16:43,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.709367990494s 2018-07-19 05:16:43,589 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/4875f82a-6135-4218-909b-8611af495981/file used request id req-7ec32eb0-b530-4e22-88cb-e892067e711a 2018-07-19 05:16:43,589 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/cinder_test-img_6a62766d-7aa6-4655-ae12-566aca2b50e5', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-19T05:16:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/4875f82a-6135-4218-909b-8611af495981/file', u'owner': u'c177aa5cc2524471bfe10db6f5893e9b', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'4875f82a-6135-4218-909b-8611af495981', u'size': None, u'name': u'cinder_test-img_6a62766d-7aa6-4655-ae12-566aca2b50e5', u'checksum': None, u'self': u'/v2/images/4875f82a-6135-4218-909b-8611af495981', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-19T05:16:42Z', u'schema': u'/v2/schemas/image'}) 2018-07-19 05:16:43,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-19 05:16:43,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c4bf5ae169c0f898609b1d57e7573287a5dc323b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_6a62766d-7aa6-4655-ae12-566aca2b50e5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-19 05:16:43,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87e3abe7-f28c-4ab3-ba6b-96f6ab309174 x-compute-request-id: req-87e3abe7-f28c-4ab3-ba6b-96f6ab309174 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_6a62766d-7aa6-4655-ae12-566aca2b50e5", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}], "ram": 512, "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": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1"}} 2018-07-19 05:16:43,893 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-87e3abe7-f28c-4ab3-ba6b-96f6ab309174 2018-07-19 05:16:43,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.302906990051s 2018-07-19 05:16:43,893 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-87e3abe7-f28c-4ab3-ba6b-96f6ab309174 2018-07-19 05:16:43,894 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_6a62766d-7aa6-4655-ae12-566aca2b50e5', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c9003101a9994c308fccde61f611d998', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'75a41a33-2e39-4b12-b733-f8b41d6d1ef1', 'swap': 0}) 2018-07-19 05:16:43,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-19 05:16:43,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1/os-extra_specs -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c4bf5ae169c0f898609b1d57e7573287a5dc323b" -d '{"extra_specs": {}}' 2018-07-19 05:16:43,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a6b8edcd-d36c-4cd2-a053-36c456166f3e x-compute-request-id: req-a6b8edcd-d36c-4cd2-a053-36c456166f3e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-19 05:16:43,927 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1/os-extra_specs used request id req-a6b8edcd-d36c-4cd2-a053-36c456166f3e 2018-07-19 05:16:43,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0325038433075s 2018-07-19 05:16:43,928 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1/os-extra_specs used request id req-a6b8edcd-d36c-4cd2-a053-36c456166f3e 2018-07-19 05:16:43,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-19 05:16:43,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" -d '{"keypair": {"name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5"}}' 2018-07-19 05:16:44,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83ec8c93-bdc7-4d16-8fc1-5c2c02701def x-compute-request-id: req-83ec8c93-bdc7-4d16-8fc1-5c2c02701def Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/WNZMe455g1OX4VSylouq4WY2Ch3U2Kinrg/3vD7uuGcMunX7OoVTHkfB+YNfIN/7RCozJct6EtZvK7ZoinFl+CZlhG52idEL4COA84eMn2AWIO5IzJiFpE7tGIMN5yBgGL1QMi1oeDNMdILufrCBDbCnaUYnrdWUeFs8Jea0kgVEOWt3MuSzmR2xkJ2JtVx7QJoH2IfWZnxmkthXLSsxPrD0MEUHRSOjEaeEyXGEEUsOrNIET6Y457BjTWPf8Zj52VW5NdvBG8tkOGz9fS3wrOCp8obekQf4wNv2Yn4HAEPDj/0BcBeWCbsnK84UGdNCp+eploE10sBVKzXigo8Z Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAv1jWTHuOeYNTl+FUspaLquFmNgod1Niop64P97w+7rhnDLp1\n+zqFUx5HwfmDXyDf+0QqMyXLehLWbyu2aIpxZfgmZYRudonRC+AjgPOHjJ9gFiDu\nSMyYhaRO7RiDDecgYBi9UDItaHgzTHSC7n6wgQ2wp2lGJ63VlHhbPCXmtJIFRDlr\ndzLks5kdsZCdibVce0CaB9iH1mZ8ZpLYVy0rMT6w9DBFB0UjoxGnhMlxhBFLDqzS\nBE+mOOewY01j3/GY+dlVuTXbwRvLZDhs/X0t8KzgqfKG3pEH+MDb9mJ+BwBDw4/9\nAXAXlgm7JyvOFBnTQqfnqZaBNdLAVSs14oKPGQIDAQABAoIBAAwNbHIk1jSRMRK/\n/rXBBcsdp3J/8KEXhIgLTrYsBUrEErmahRPt+7fgkGSHct7rEzCgeof+OXLW/OrD\nthmfnsTtfH2oecy9oY098P6OWFtjLoo2SMwNFw5T6yTEBn05sbBb3pDOmE2cRJ7s\nN9MN59A5LIde+ixFps5TRmvjd0SoUfcTVYPkrAvCL9ONuNCo+1K8ecObF9ANexmI\nl8MJ70352GNy9kJPyD7xesQz1FAfiLkSNkXloMUlSYjs3GaJLx9x01K5aaf+Wdix\nYILckXvD3qapAR7v4nUIFtiAjDJNwFuWEyortwst8fGVCIhBb8Q7byAz1DizYYNb\ncRUFhIECgYEA7m5iF2BMQY0WRFnSB4PLVN3QRRLVXHtXhZ4yEf0Ryh1gwPqyVgEQ\nNJCFPWlEJFvFE0v8bScMwDrk0T/e8LseIroAzhDQabuGSwj3raDS0DjQuSdyyhVp\nXJCa4wSgCjfCwW0eAN7qw/YLNFT9raXkL127jSqaMnoZurr4IRRjSbsCgYEAzXJJ\npf9yjE1RgqlCx7xgWzq4+6ZS1VTG1Jx9eDw7+mKt6jBamlsqW0549al/z+OYEoN/\n0IQ2k/WylNSlr3XYEn1Ob4/K4RD+kMmwTP2XPnEUEQb8RzU/ZaUDf9p6uBkKvUsh\nsLVxaAjc9/dz8vSJe9pOYLhaS/jFSaZLnLbkIzsCgYBJCBKPqnVxFrAdW43Ts3DS\nm+axYaVs4HLcgKpBjEyopfr+4UtCwKygDSxitR2kLV/eG0ZEgNONBf0UgwXcotQG\nOwcIF2pfGIt37FVBH6OzF9QHAqhMceaF7d0jcEU9G/tRmAS6q40pXPHto6LYT5nn\nUESkZso4b+H1qlNafo4zBQKBgQDIvOnPQ1iGVCnXlFDG3n37xdXnNO1suogIR9uk\ntp4YGYE6+QIeHgO18WfpCTP0SbpWJJynfffh/EkAeQJm/asg7cTM5t/hp3xEtn0H\nzSSRg2WK+ZtYbGPEikZwD2anKPjAWn/RrIfhkf9uXh+x/VO0a2r3wEmiP7FtNApf\nVqh07wKBgB/DuUaAifj/F80Ye1j0GdLZWVAwZZfNKUSW9Oh/0h4i4bm8w9hsI9Bv\nUkmilPd+ovY7nhREtxPJLQ2nn4CmvKjqSFCk+GDqEJEc5tgXJRFyIGLGBNAxg5Ig\nwqgKS8KYpNm1Pzdk5J3JtOewmU014EpSxkHxUxPpCaKqnUps3Nc1\n-----END RSA PRIVATE KEY-----\n", "user_id": "790c84b135d141569091fc3f593f9852", "name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "fingerprint": "6b:f5:0f:86:0c:1a:ac:52:54:e2:d5:5a:90:6d:93:22"}} 2018-07-19 05:16:44,377 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-83ec8c93-bdc7-4d16-8fc1-5c2c02701def 2018-07-19 05:16:44,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.449054002762s 2018-07-19 05:16:44,378 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-83ec8c93-bdc7-4d16-8fc1-5c2c02701def 2018-07-19 05:16:44,378 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/WNZMe455g1OX4VSylouq4WY2Ch3U2Kinrg/3vD7uuGcMunX7OoVTHkfB+YNfIN/7RCozJct6EtZvK7ZoinFl+CZlhG52idEL4COA84eMn2AWIO5IzJiFpE7tGIMN5yBgGL1QMi1oeDNMdILufrCBDbCnaUYnrdWUeFs8Jea0kgVEOWt3MuSzmR2xkJ2JtVx7QJoH2IfWZnxmkthXLSsxPrD0MEUHRSOjEaeEyXGEEUsOrNIET6Y457BjTWPf8Zj52VW5NdvBG8tkOGz9fS3wrOCp8obekQf4wNv2Yn4HAEPDj/0BcBeWCbsnK84UGdNCp+eploE10sBVKzXigo8Z Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAv1jWTHuOeYNTl+FUspaLquFmNgod1Niop64P97w+7rhnDLp1\n+zqFUx5HwfmDXyDf+0QqMyXLehLWbyu2aIpxZfgmZYRudonRC+AjgPOHjJ9gFiDu\nSMyYhaRO7RiDDecgYBi9UDItaHgzTHSC7n6wgQ2wp2lGJ63VlHhbPCXmtJIFRDlr\ndzLks5kdsZCdibVce0CaB9iH1mZ8ZpLYVy0rMT6w9DBFB0UjoxGnhMlxhBFLDqzS\nBE+mOOewY01j3/GY+dlVuTXbwRvLZDhs/X0t8KzgqfKG3pEH+MDb9mJ+BwBDw4/9\nAXAXlgm7JyvOFBnTQqfnqZaBNdLAVSs14oKPGQIDAQABAoIBAAwNbHIk1jSRMRK/\n/rXBBcsdp3J/8KEXhIgLTrYsBUrEErmahRPt+7fgkGSHct7rEzCgeof+OXLW/OrD\nthmfnsTtfH2oecy9oY098P6OWFtjLoo2SMwNFw5T6yTEBn05sbBb3pDOmE2cRJ7s\nN9MN59A5LIde+ixFps5TRmvjd0SoUfcTVYPkrAvCL9ONuNCo+1K8ecObF9ANexmI\nl8MJ70352GNy9kJPyD7xesQz1FAfiLkSNkXloMUlSYjs3GaJLx9x01K5aaf+Wdix\nYILckXvD3qapAR7v4nUIFtiAjDJNwFuWEyortwst8fGVCIhBb8Q7byAz1DizYYNb\ncRUFhIECgYEA7m5iF2BMQY0WRFnSB4PLVN3QRRLVXHtXhZ4yEf0Ryh1gwPqyVgEQ\nNJCFPWlEJFvFE0v8bScMwDrk0T/e8LseIroAzhDQabuGSwj3raDS0DjQuSdyyhVp\nXJCa4wSgCjfCwW0eAN7qw/YLNFT9raXkL127jSqaMnoZurr4IRRjSbsCgYEAzXJJ\npf9yjE1RgqlCx7xgWzq4+6ZS1VTG1Jx9eDw7+mKt6jBamlsqW0549al/z+OYEoN/\n0IQ2k/WylNSlr3XYEn1Ob4/K4RD+kMmwTP2XPnEUEQb8RzU/ZaUDf9p6uBkKvUsh\nsLVxaAjc9/dz8vSJe9pOYLhaS/jFSaZLnLbkIzsCgYBJCBKPqnVxFrAdW43Ts3DS\nm+axYaVs4HLcgKpBjEyopfr+4UtCwKygDSxitR2kLV/eG0ZEgNONBf0UgwXcotQG\nOwcIF2pfGIt37FVBH6OzF9QHAqhMceaF7d0jcEU9G/tRmAS6q40pXPHto6LYT5nn\nUESkZso4b+H1qlNafo4zBQKBgQDIvOnPQ1iGVCnXlFDG3n37xdXnNO1suogIR9uk\ntp4YGYE6+QIeHgO18WfpCTP0SbpWJJynfffh/EkAeQJm/asg7cTM5t/hp3xEtn0H\nzSSRg2WK+ZtYbGPEikZwD2anKPjAWn/RrIfhkf9uXh+x/VO0a2r3wEmiP7FtNApf\nVqh07wKBgB/DuUaAifj/F80Ye1j0GdLZWVAwZZfNKUSW9Oh/0h4i4bm8w9hsI9Bv\nUkmilPd+ovY7nhREtxPJLQ2nn4CmvKjqSFCk+GDqEJEc5tgXJRFyIGLGBNAxg5Ig\nwqgKS8KYpNm1Pzdk5J3JtOewmU014EpSxkHxUxPpCaKqnUps3Nc1\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'790c84b135d141569091fc3f593f9852', 'name': u'cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5', 'created_at': '2018-07-19T05:16:44.378776', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c177aa5cc2524471bfe10db6f5893e9b', 'name': 'cinder_test-project_6a62766d-7aa6-4655-ae12-566aca2b50e5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'6b:f5:0f:86:0c:1a:ac:52:54:e2:d5:5a:90:6d:93:22', 'type': 'ssh', 'id': u'cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5'}) 2018-07-19 05:16:44,379 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAv1jWTHuOeYNTl+FUspaLquFmNgod1Niop64P97w+7rhnDLp1 +zqFUx5HwfmDXyDf+0QqMyXLehLWbyu2aIpxZfgmZYRudonRC+AjgPOHjJ9gFiDu SMyYhaRO7RiDDecgYBi9UDItaHgzTHSC7n6wgQ2wp2lGJ63VlHhbPCXmtJIFRDlr dzLks5kdsZCdibVce0CaB9iH1mZ8ZpLYVy0rMT6w9DBFB0UjoxGnhMlxhBFLDqzS BE+mOOewY01j3/GY+dlVuTXbwRvLZDhs/X0t8KzgqfKG3pEH+MDb9mJ+BwBDw4/9 AXAXlgm7JyvOFBnTQqfnqZaBNdLAVSs14oKPGQIDAQABAoIBAAwNbHIk1jSRMRK/ /rXBBcsdp3J/8KEXhIgLTrYsBUrEErmahRPt+7fgkGSHct7rEzCgeof+OXLW/OrD thmfnsTtfH2oecy9oY098P6OWFtjLoo2SMwNFw5T6yTEBn05sbBb3pDOmE2cRJ7s N9MN59A5LIde+ixFps5TRmvjd0SoUfcTVYPkrAvCL9ONuNCo+1K8ecObF9ANexmI l8MJ70352GNy9kJPyD7xesQz1FAfiLkSNkXloMUlSYjs3GaJLx9x01K5aaf+Wdix YILckXvD3qapAR7v4nUIFtiAjDJNwFuWEyortwst8fGVCIhBb8Q7byAz1DizYYNb cRUFhIECgYEA7m5iF2BMQY0WRFnSB4PLVN3QRRLVXHtXhZ4yEf0Ryh1gwPqyVgEQ NJCFPWlEJFvFE0v8bScMwDrk0T/e8LseIroAzhDQabuGSwj3raDS0DjQuSdyyhVp XJCa4wSgCjfCwW0eAN7qw/YLNFT9raXkL127jSqaMnoZurr4IRRjSbsCgYEAzXJJ pf9yjE1RgqlCx7xgWzq4+6ZS1VTG1Jx9eDw7+mKt6jBamlsqW0549al/z+OYEoN/ 0IQ2k/WylNSlr3XYEn1Ob4/K4RD+kMmwTP2XPnEUEQb8RzU/ZaUDf9p6uBkKvUsh sLVxaAjc9/dz8vSJe9pOYLhaS/jFSaZLnLbkIzsCgYBJCBKPqnVxFrAdW43Ts3DS m+axYaVs4HLcgKpBjEyopfr+4UtCwKygDSxitR2kLV/eG0ZEgNONBf0UgwXcotQG OwcIF2pfGIt37FVBH6OzF9QHAqhMceaF7d0jcEU9G/tRmAS6q40pXPHto6LYT5nn UESkZso4b+H1qlNafo4zBQKBgQDIvOnPQ1iGVCnXlFDG3n37xdXnNO1suogIR9uk tp4YGYE6+QIeHgO18WfpCTP0SbpWJJynfffh/EkAeQJm/asg7cTM5t/hp3xEtn0H zSSRg2WK+ZtYbGPEikZwD2anKPjAWn/RrIfhkf9uXh+x/VO0a2r3wEmiP7FtNApf Vqh07wKBgB/DuUaAifj/F80Ye1j0GdLZWVAwZZfNKUSW9Oh/0h4i4bm8w9hsI9Bv UkmilPd+ovY7nhREtxPJLQ2nn4CmvKjqSFCk+GDqEJEc5tgXJRFyIGLGBNAxg5Ig wqgKS8KYpNm1Pzdk5J3JtOewmU014EpSxkHxUxPpCaKqnUps3Nc1 -----END RSA PRIVATE KEY----- 2018-07-19 05:16:44,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-19 05:16:44,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-groups.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" -d '{"security_group": {"name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-07-19 05:16:44,800 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-3f6a83a1-9a8b-4aaa-96ab-b46e730f6024 Date: Thu, 19 Jul 2018 05:16:44 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:44Z", "updated_at": "2018-07-19T05:16:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:44Z", "revision_number": 0, "id": "1377ef8e-ea32-4cb3-abf9-873853667534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:44Z", "security_group_id": "e323be05-3b7a-47b5-a24c-0eea534d337e", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:44Z", "revision_number": 0, "id": "5ae248bf-0d42-4e73-8194-49618560a96d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:44Z", "security_group_id": "e323be05-3b7a-47b5-a24c-0eea534d337e", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}], "revision_number": 1, "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "e323be05-3b7a-47b5-a24c-0eea534d337e", "name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}} 2018-07-19 05:16:44,800 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-3f6a83a1-9a8b-4aaa-96ab-b46e730f6024 2018-07-19 05:16:44,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.418172836304s 2018-07-19 05:16:44,800 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-3f6a83a1-9a8b-4aaa-96ab-b46e730f6024 2018-07-19 05:16:44,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 05:16:44,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:16:45,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-c90f77e1-d6c3-4284-883f-f3434482492f Date: Thu, 19 Jul 2018 05:16:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:31Z", "updated_at": "2018-07-19T05:16:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "2293d456-8f24-429b-ab2a-00ef9b42a287", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "7702dd40-729c-4190-8272-b00d48d250b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "ade92de2-cd44-4c2e-8b8f-476d9f2822a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "f4719301-1d4e-44f6-9668-712cb8573946", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}], "revision_number": 1, "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:44Z", "updated_at": "2018-07-19T05:16:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:44Z", "revision_number": 0, "id": "1377ef8e-ea32-4cb3-abf9-873853667534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:44Z", "security_group_id": "e323be05-3b7a-47b5-a24c-0eea534d337e", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:44Z", "revision_number": 0, "id": "5ae248bf-0d42-4e73-8194-49618560a96d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:44Z", "security_group_id": "e323be05-3b7a-47b5-a24c-0eea534d337e", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}], "revision_number": 1, "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "e323be05-3b7a-47b5-a24c-0eea534d337e", "name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}]} 2018-07-19 05:16:45,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-c90f77e1-d6c3-4284-883f-f3434482492f 2018-07-19 05:16:45,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.233478069305s 2018-07-19 05:16:45,039 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-c90f77e1-d6c3-4284-883f-f3434482492f 2018-07-19 05:16:45,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-19 05:16:45,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "e323be05-3b7a-47b5-a24c-0eea534d337e"}}' 2018-07-19 05:16:45,435 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-f83469d6-a88c-42f2-b833-f27d447824b2 Date: Thu, 19 Jul 2018 05:16:45 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-19T05:16:45Z", "security_group_id": "e323be05-3b7a-47b5-a24c-0eea534d337e", "port_range_min": 22, "revision_number": 0, "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:45Z", "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "03144f53-a61b-4206-b3af-a4459ee5251a"}} 2018-07-19 05:16:45,435 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-f83469d6-a88c-42f2-b833-f27d447824b2 2018-07-19 05:16:45,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.392691135406s 2018-07-19 05:16:45,435 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-f83469d6-a88c-42f2-b833-f27d447824b2 2018-07-19 05:16:45,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 05:16:45,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:16:45,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-b17c713b-c21e-406a-9ee5-088b164072a5 Date: Thu, 19 Jul 2018 05:16:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:31Z", "updated_at": "2018-07-19T05:16:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "2293d456-8f24-429b-ab2a-00ef9b42a287", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "7702dd40-729c-4190-8272-b00d48d250b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "ade92de2-cd44-4c2e-8b8f-476d9f2822a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "f4719301-1d4e-44f6-9668-712cb8573946", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}], "revision_number": 1, "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:44Z", "updated_at": "2018-07-19T05:16:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-19T05:16:45Z", "revision_number": 0, "id": "03144f53-a61b-4206-b3af-a4459ee5251a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:45Z", "security_group_id": "e323be05-3b7a-47b5-a24c-0eea534d337e", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:44Z", "revision_number": 0, "id": "1377ef8e-ea32-4cb3-abf9-873853667534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:44Z", "security_group_id": "e323be05-3b7a-47b5-a24c-0eea534d337e", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:44Z", "revision_number": 0, "id": "5ae248bf-0d42-4e73-8194-49618560a96d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:44Z", "security_group_id": "e323be05-3b7a-47b5-a24c-0eea534d337e", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}], "revision_number": 2, "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "e323be05-3b7a-47b5-a24c-0eea534d337e", "name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}]} 2018-07-19 05:16:45,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-b17c713b-c21e-406a-9ee5-088b164072a5 2018-07-19 05:16:45,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.238336801529s 2018-07-19 05:16:45,678 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-b17c713b-c21e-406a-9ee5-088b164072a5 2018-07-19 05:16:45,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-19 05:16:45,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "e323be05-3b7a-47b5-a24c-0eea534d337e"}}' 2018-07-19 05:16:46,147 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-808836af-6ac4-4073-b4b5-0e807dc5b296 Date: Thu, 19 Jul 2018 05:16:46 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:16:45Z", "security_group_id": "e323be05-3b7a-47b5-a24c-0eea534d337e", "port_range_min": null, "revision_number": 0, "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:45Z", "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "2d451924-9306-490e-ba5f-575b367175cd"}} 2018-07-19 05:16:46,147 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-808836af-6ac4-4073-b4b5-0e807dc5b296 2018-07-19 05:16:46,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.466233968735s 2018-07-19 05:16:46,148 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-808836af-6ac4-4073-b4b5-0e807dc5b296 2018-07-19 05:16:46,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:16:46,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:16:46,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-79cd75cf-1ee7-4c3c-8904-797cf10845d0 Date: Thu, 19 Jul 2018 05:16:46 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"98f94041-01c1-4102-9f62-c662e63a4dc1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c177aa5cc2524471bfe10db6f5893e9b","l2_adjacency":true,"status":"ACTIVE","subnets":["2c40f9ab-bd50-427a-9602-489e1f613bfe"],"description":"","tags":[],"updated_at":"2018-07-19T05:16:32Z","qos_policy_id":null,"name":"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5","admin_state_up":true,"tenant_id":"c177aa5cc2524471bfe10db6f5893e9b","created_at":"2018-07-19T05:16:31Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:16:46,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-79cd75cf-1ee7-4c3c-8904-797cf10845d0 2018-07-19 05:16:46,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.297929048538s 2018-07-19 05:16:46,447 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-79cd75cf-1ee7-4c3c-8904-797cf10845d0 2018-07-19 05:16:46,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:16:46,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:16:46,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-eb26142c-9494-4ace-9b14-a5e650795423 Date: Thu, 19 Jul 2018 05:16:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/4875f82a-6135-4218-909b-8611af495981/snap", "metadata": {}}], "file": "/v2/images/4875f82a-6135-4218-909b-8611af495981/file", "owner": "c177aa5cc2524471bfe10db6f5893e9b", "id": "4875f82a-6135-4218-909b-8611af495981", "size": 12716032, "self": "/v2/images/4875f82a-6135-4218-909b-8611af495981", "disk_format": "qcow2", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/4875f82a-6135-4218-909b-8611af495981/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:16:43Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_6a62766d-7aa6-4655-ae12-566aca2b50e5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_6a62766d-7aa6-4655-ae12-566aca2b50e5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T05:16:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:16:46,679 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-eb26142c-9494-4ace-9b14-a5e650795423 2018-07-19 05:16:46,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.227360010147s 2018-07-19 05:16:46,680 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-eb26142c-9494-4ace-9b14-a5e650795423 2018-07-19 05:16:46,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 05:16:46,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:16:46,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64476af8-4455-423c-87ce-dd1f20364db8 x-compute-request-id: req-64476af8-4455-423c-87ce-dd1f20364db8 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_6a62766d-7aa6-4655-ae12-566aca2b50e5", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}], "ram": 512, "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": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1"}]} 2018-07-19 05:16:46,712 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-64476af8-4455-423c-87ce-dd1f20364db8 2018-07-19 05:16:46,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0304298400879s 2018-07-19 05:16:46,713 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-64476af8-4455-423c-87ce-dd1f20364db8 2018-07-19 05:16:46,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-19 05:16:46,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" -d '{"server": {"name": "cinder_test-vm2_6a62766d-7aa6-4655-ae12-566aca2b50e5", "imageRef": "4875f82a-6135-4218-909b-8611af495981", "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "flavorRef": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "max_count": 1, "min_count": 1, "networks": [{"uuid": "98f94041-01c1-4102-9f62-c662e63a4dc1"}], "security_groups": [{"name": "e323be05-3b7a-47b5-a24c-0eea534d337e"}]}}' 2018-07-19 05:16:49,053 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:16:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-048cc3f7-dc22-4c92-8f78-f073d45f5140 x-compute-request-id: req-048cc3f7-dc22-4c92-8f78-f073d45f5140 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "e323be05-3b7a-47b5-a24c-0eea534d337e"}], "OS-DCF:diskConfig": "MANUAL", "id": "f0af62bc-0e00-4a2a-9222-e682803db16d", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "bookmark"}], "adminPass": "K4iMyAqb5znN"}} 2018-07-19 05:16:49,053 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-048cc3f7-dc22-4c92-8f78-f073d45f5140 2018-07-19 05:16:49,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.33930110931s 2018-07-19 05:16:49,054 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-048cc3f7-dc22-4c92-8f78-f073d45f5140 2018-07-19 05:16:49,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:16:49,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:16:49,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68ec4802-b9af-4947-81b5-b3663b658a96 x-compute-request-id: req-68ec4802-b9af-4947-81b5-b3663b658a96 Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "f0af62bc-0e00-4a2a-9222-e682803db16d", "user_id": "790c84b135d141569091fc3f593f9852", "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-07-19T05:16:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm2_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:16:49Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:16:49,353 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-68ec4802-b9af-4947-81b5-b3663b658a96 2018-07-19 05:16:49,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.298175096512s 2018-07-19 05:16:49,353 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-68ec4802-b9af-4947-81b5-b3663b658a96 2018-07-19 05:16:49,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:16:49,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:16:49,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-0adfb44a-fa67-4eda-86c4-efc667b9ac8f Date: Thu, 19 Jul 2018 05:16:49 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"98f94041-01c1-4102-9f62-c662e63a4dc1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c177aa5cc2524471bfe10db6f5893e9b","l2_adjacency":true,"status":"ACTIVE","subnets":["2c40f9ab-bd50-427a-9602-489e1f613bfe"],"description":"","tags":[],"updated_at":"2018-07-19T05:16:32Z","qos_policy_id":null,"name":"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5","admin_state_up":true,"tenant_id":"c177aa5cc2524471bfe10db6f5893e9b","created_at":"2018-07-19T05:16:31Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:16:49,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0adfb44a-fa67-4eda-86c4-efc667b9ac8f 2018-07-19 05:16:49,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.313758850098s 2018-07-19 05:16:49,674 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0adfb44a-fa67-4eda-86c4-efc667b9ac8f 2018-07-19 05:16:49,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 05:16:49,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:16:49,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9d4e27a0-ad5b-431b-8531-0724d8fe974e Date: Thu, 19 Jul 2018 05:16:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98f94041-01c1-4102-9f62-c662e63a4dc1","tenant_id":"c177aa5cc2524471bfe10db6f5893e9b","created_at":"2018-07-19T05:16:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T05:16:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"c177aa5cc2524471bfe10db6f5893e9b","id":"2c40f9ab-bd50-427a-9602-489e1f613bfe","subnetpool_id":null,"name":"cinder_test-subnet_6a62766d-7aa6-4655-ae12-566aca2b50e5"}]} 2018-07-19 05:16:49,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-9d4e27a0-ad5b-431b-8531-0724d8fe974e 2018-07-19 05:16:49,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.248747110367s 2018-07-19 05:16:49,925 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-9d4e27a0-ad5b-431b-8531-0724d8fe974e 2018-07-19 05:16:49,925 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:16:51,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:16:51,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:16:52,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16: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-2cf185de-9299-48d3-9e57-952b729ba775 x-compute-request-id: req-2cf185de-9299-48d3-9e57-952b729ba775 Content-Encoding: gzip Content-Length: 643 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "f0af62bc-0e00-4a2a-9222-e682803db16d", "user_id": "790c84b135d141569091fc3f593f9852", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:16:51Z", "hostId": "e358bfc69224d6b2777b7b2a3465eae056a06fa651dfe8adaa5cecf0", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm2_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:16:49Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:16:52,418 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2cf185de-9299-48d3-9e57-952b729ba775 2018-07-19 05:16:52,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.49133515358s 2018-07-19 05:16:52,418 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2cf185de-9299-48d3-9e57-952b729ba775 2018-07-19 05:16:52,422 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:16:54,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:16:54,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:16:54,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16: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-112b3576-a613-487b-827e-2a14062f5d65 x-compute-request-id: req-112b3576-a613-487b-827e-2a14062f5d65 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "f0af62bc-0e00-4a2a-9222-e682803db16d", "user_id": "790c84b135d141569091fc3f593f9852", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:16:54Z", "hostId": "b245bdda5fa54e7e58dac76f30c5025f51dd2fcf2f1511e77a0db6a6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm2_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:16:49Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:16:54,930 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-112b3576-a613-487b-827e-2a14062f5d65 2018-07-19 05:16:54,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504755973816s 2018-07-19 05:16:54,930 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-112b3576-a613-487b-827e-2a14062f5d65 2018-07-19 05:16:54,934 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:16:56,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:16:56,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:16:57,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16: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-c1bb9160-c13f-4b1f-a30b-b3ae81e299ef x-compute-request-id: req-c1bb9160-c13f-4b1f-a30b-b3ae81e299ef Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "f0af62bc-0e00-4a2a-9222-e682803db16d", "security_groups": [{"name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}], "user_id": "790c84b135d141569091fc3f593f9852", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:16:54Z", "hostId": "b245bdda5fa54e7e58dac76f30c5025f51dd2fcf2f1511e77a0db6a6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm2_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:16:49Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:16:57,513 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c1bb9160-c13f-4b1f-a30b-b3ae81e299ef 2018-07-19 05:16:57,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.576932907104s 2018-07-19 05:16:57,514 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c1bb9160-c13f-4b1f-a30b-b3ae81e299ef 2018-07-19 05:16:57,517 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:16:59,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:16:59,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:00,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:16: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-95333925-4164-4a67-8428-53582ed05bd9 x-compute-request-id: req-95333925-4164-4a67-8428-53582ed05bd9 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:18:ec", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:16:58.000000", "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "f0af62bc-0e00-4a2a-9222-e682803db16d", "security_groups": [{"name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}], "user_id": "790c84b135d141569091fc3f593f9852", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:16:58Z", "hostId": "b245bdda5fa54e7e58dac76f30c5025f51dd2fcf2f1511e77a0db6a6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm2_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:16:49Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:17:00,271 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-95333925-4164-4a67-8428-53582ed05bd9 2018-07-19 05:17:00,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.750915050507s 2018-07-19 05:17:00,271 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-95333925-4164-4a67-8428-53582ed05bd9 2018-07-19 05:17:00,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:17:00,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=f0af62bc-0e00-4a2a-9222-e682803db16d" -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:00,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-04a3d7b7-4dd4-4359-8aa8-aaf8c55b6647 Date: Thu, 19 Jul 2018 05:17:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:16:58Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2c40f9ab-bd50-427a-9602-489e1f613bfe","ip_address":"192.168.0.6"}],"id":"4498094c-2a61-4586-8134-3dd57100fa5e","security_groups":["e323be05-3b7a-47b5-a24c-0eea534d337e"],"mac_address":"fa:16:3e:3c:18:ec","project_id":"c177aa5cc2524471bfe10db6f5893e9b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"98f94041-01c1-4102-9f62-c662e63a4dc1","tenant_id":"c177aa5cc2524471bfe10db6f5893e9b","created_at":"2018-07-19T05:16:55Z","binding:vnic_type":"normal","device_id":"f0af62bc-0e00-4a2a-9222-e682803db16d","ip_allocation":"immediate"}]} 2018-07-19 05:17:00,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=f0af62bc-0e00-4a2a-9222-e682803db16d used request id req-04a3d7b7-4dd4-4359-8aa8-aaf8c55b6647 2018-07-19 05:17:00,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.170657873154s 2018-07-19 05:17:00,446 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=f0af62bc-0e00-4a2a-9222-e682803db16d used request id req-04a3d7b7-4dd4-4359-8aa8-aaf8c55b6647 2018-07-19 05:17:00,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:17:00,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=4498094c-2a61-4586-8134-3dd57100fa5e" -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:00,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-dd8a5281-3261-488f-99fd-ea449fceaf14 Date: Thu, 19 Jul 2018 05:17:00 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:17:00,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=4498094c-2a61-4586-8134-3dd57100fa5e used request id req-dd8a5281-3261-488f-99fd-ea449fceaf14 2018-07-19 05:17:00,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0437188148499s 2018-07-19 05:17:00,495 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=4498094c-2a61-4586-8134-3dd57100fa5e used request id req-dd8a5281-3261-488f-99fd-ea449fceaf14 2018-07-19 05:17:00,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:17:00,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:01,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17: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-44d25947-2920-4c06-8ffe-9f3e33e795c7 x-compute-request-id: req-44d25947-2920-4c06-8ffe-9f3e33e795c7 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:18:ec", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:16:58.000000", "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "f0af62bc-0e00-4a2a-9222-e682803db16d", "security_groups": [{"name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}], "user_id": "790c84b135d141569091fc3f593f9852", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:16:58Z", "hostId": "b245bdda5fa54e7e58dac76f30c5025f51dd2fcf2f1511e77a0db6a6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm2_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:16:49Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:17:01,270 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-44d25947-2920-4c06-8ffe-9f3e33e795c7 2018-07-19 05:17:01,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.774219036102s 2018-07-19 05:17:01,271 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-44d25947-2920-4c06-8ffe-9f3e33e795c7 2018-07-19 05:17:01,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:17:01,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=f0af62bc-0e00-4a2a-9222-e682803db16d" -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:01,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-bcdef6e2-1fc7-4c55-973b-07166e887132 Date: Thu, 19 Jul 2018 05:17:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:16:58Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2c40f9ab-bd50-427a-9602-489e1f613bfe","ip_address":"192.168.0.6"}],"id":"4498094c-2a61-4586-8134-3dd57100fa5e","security_groups":["e323be05-3b7a-47b5-a24c-0eea534d337e"],"mac_address":"fa:16:3e:3c:18:ec","project_id":"c177aa5cc2524471bfe10db6f5893e9b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"98f94041-01c1-4102-9f62-c662e63a4dc1","tenant_id":"c177aa5cc2524471bfe10db6f5893e9b","created_at":"2018-07-19T05:16:55Z","binding:vnic_type":"normal","device_id":"f0af62bc-0e00-4a2a-9222-e682803db16d","ip_allocation":"immediate"}]} 2018-07-19 05:17:01,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=f0af62bc-0e00-4a2a-9222-e682803db16d used request id req-bcdef6e2-1fc7-4c55-973b-07166e887132 2018-07-19 05:17:01,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.055104970932s 2018-07-19 05:17:01,331 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=f0af62bc-0e00-4a2a-9222-e682803db16d used request id req-bcdef6e2-1fc7-4c55-973b-07166e887132 2018-07-19 05:17:01,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:17:01,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=4498094c-2a61-4586-8134-3dd57100fa5e" -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:01,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1a3eb14d-fb59-40c1-8714-a7fad73ae329 Date: Thu, 19 Jul 2018 05:17:01 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:17:01,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=4498094c-2a61-4586-8134-3dd57100fa5e used request id req-1a3eb14d-fb59-40c1-8714-a7fad73ae329 2018-07-19 05:17:01,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.230540037155s 2018-07-19 05:17:01,567 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=4498094c-2a61-4586-8134-3dd57100fa5e used request id req-1a3eb14d-fb59-40c1-8714-a7fad73ae329 2018-07-19 05:17:01,567 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3c:18:ec', u'version': 4, u'addr': u'192.168.0.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'4875f82a-6135-4218-909b-8611af495981'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-19T05:16:58.000000', 'flavor': Munch({u'id': u'75a41a33-2e39-4b12-b733-f8b41d6d1ef1'}), 'az': u'nova', 'id': u'f0af62bc-0e00-4a2a-9222-e682803db16d', 'security_groups': [Munch({u'name': u'cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'790c84b135d141569091fc3f593f9852', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c177aa5cc2524471bfe10db6f5893e9b', 'name': 'cinder_test-project_6a62766d-7aa6-4655-ae12-566aca2b50e5', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-19T05:16:58.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-19T05:16:58Z', 'hostId': u'b245bdda5fa54e7e58dac76f30c5025f51dd2fcf2f1511e77a0db6a6', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5', 'public_v6': '', 'private_v4': u'192.168.0.6', 'cloud': 'envvars', 'host_id': u'b245bdda5fa54e7e58dac76f30c5025f51dd2fcf2f1511e77a0db6a6', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-19T05:16:58.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'c177aa5cc2524471bfe10db6f5893e9b', 'name': u'cinder_test-vm2_6a62766d-7aa6-4655-ae12-566aca2b50e5', 'adminPass': None, 'tenant_id': u'c177aa5cc2524471bfe10db6f5893e9b', 'created_at': u'2018-07-19T05:16:49Z', 'created': u'2018-07-19T05:16:49Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-19 05:17:01,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:17:01,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:01,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-983f3c9f-d1cd-4354-a8f5-73a878e1495c Date: Thu, 19 Jul 2018 05:17:01 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"98f94041-01c1-4102-9f62-c662e63a4dc1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c177aa5cc2524471bfe10db6f5893e9b","l2_adjacency":true,"status":"ACTIVE","subnets":["2c40f9ab-bd50-427a-9602-489e1f613bfe"],"description":"","tags":[],"updated_at":"2018-07-19T05:16:32Z","qos_policy_id":null,"name":"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5","admin_state_up":true,"tenant_id":"c177aa5cc2524471bfe10db6f5893e9b","created_at":"2018-07-19T05:16:31Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:17:01,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-983f3c9f-d1cd-4354-a8f5-73a878e1495c 2018-07-19 05:17:01,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111983060837s 2018-07-19 05:17:01,683 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-983f3c9f-d1cd-4354-a8f5-73a878e1495c 2018-07-19 05:17:01,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:17:01,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=f0af62bc-0e00-4a2a-9222-e682803db16d" -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:01,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-c06dc7a1-2da5-495d-87a9-57a7e92a79df Date: Thu, 19 Jul 2018 05:17:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:16:58Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2c40f9ab-bd50-427a-9602-489e1f613bfe","ip_address":"192.168.0.6"}],"id":"4498094c-2a61-4586-8134-3dd57100fa5e","security_groups":["e323be05-3b7a-47b5-a24c-0eea534d337e"],"mac_address":"fa:16:3e:3c:18:ec","project_id":"c177aa5cc2524471bfe10db6f5893e9b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"98f94041-01c1-4102-9f62-c662e63a4dc1","tenant_id":"c177aa5cc2524471bfe10db6f5893e9b","created_at":"2018-07-19T05:16:55Z","binding:vnic_type":"normal","device_id":"f0af62bc-0e00-4a2a-9222-e682803db16d","ip_allocation":"immediate"}]} 2018-07-19 05:17:01,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=f0af62bc-0e00-4a2a-9222-e682803db16d used request id req-c06dc7a1-2da5-495d-87a9-57a7e92a79df 2018-07-19 05:17:01,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0558619499207s 2018-07-19 05:17:01,740 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=f0af62bc-0e00-4a2a-9222-e682803db16d used request id req-c06dc7a1-2da5-495d-87a9-57a7e92a79df 2018-07-19 05:17:01,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-19 05:17:01,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" -d '{"floatingip": {"floating_network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "fixed_ip_address": "192.168.0.6", "port_id": "4498094c-2a61-4586-8134-3dd57100fa5e"}}' 2018-07-19 05:17:04,263 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 821 X-Openstack-Request-Id: req-b9df367d-d743-4fda-b491-5da071f3be3b Date: Thu, 19 Jul 2018 05:17:04 GMT RESP BODY: {"floatingip": {"router_id": "a0322c26-5238-42a6-8d5c-b092b5f7c92d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:17:02Z", "updated_at": "2018-07-19T05:17:02Z", "floating_network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "98f94041-01c1-4102-9f62-c662e63a4dc1", "device_owner": "compute:nova", "mac_address": "fa:16:3e:3c:18:ec", "device_id": "f0af62bc-0e00-4a2a-9222-e682803db16d"}, "fixed_ip_address": "192.168.0.6", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_id": "4498094c-2a61-4586-8134-3dd57100fa5e", "id": "24a292e8-64cd-4dd0-b919-a9db7b8a28f5", "qos_policy_id": null}} 2018-07-19 05:17:04,263 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-b9df367d-d743-4fda-b491-5da071f3be3b 2018-07-19 05:17:04,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.52230000496s 2018-07-19 05:17:04,264 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-b9df367d-d743-4fda-b491-5da071f3be3b 2018-07-19 05:17:04,267 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'a0322c26-5238-42a6-8d5c-b092b5f7c92d', 'updated_at': u'2018-07-19T05:17:02Z', 'fixed_ip_address': u'192.168.0.6', 'floating_ip_address': u'172.30.9.203', 'revision_number': 0, 'port_id': u'4498094c-2a61-4586-8134-3dd57100fa5e', 'id': u'24a292e8-64cd-4dd0-b919-a9db7b8a28f5', 'network': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', 'port': u'4498094c-2a61-4586-8134-3dd57100fa5e', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c177aa5cc2524471bfe10db6f5893e9b', 'name': 'cinder_test-project_6a62766d-7aa6-4655-ae12-566aca2b50e5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'c177aa5cc2524471bfe10db6f5893e9b', 'status': u'DOWN', 'description': u'', u'tags': [], 'floating_network_id': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'98f94041-01c1-4102-9f62-c662e63a4dc1', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:3c:18:ec', u'device_id': u'f0af62bc-0e00-4a2a-9222-e682803db16d'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'c177aa5cc2524471bfe10db6f5893e9b', 'created_at': u'2018-07-19T05:17:02Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'98f94041-01c1-4102-9f62-c662e63a4dc1', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:3c:18:ec', u'device_id': u'f0af62bc-0e00-4a2a-9222-e682803db16d'}), 'router': u'a0322c26-5238-42a6-8d5c-b092b5f7c92d'}) 2018-07-19 05:17:04,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-19 05:17:04,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d/action -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-19 05:17:04,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bffc65b8-0923-4943-ab9b-51cde52ac686 x-compute-request-id: req-bffc65b8-0923-4943-ab9b-51cde52ac686 Content-Encoding: gzip Content-Length: 9575 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 515986207 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139080] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140763] pid_max: default: 32768 minimum: 301\n[ 0.141669] ACPI: Core revision 20150930\n[ 0.143064] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144397] Security Framework initialized\n[ 0.145225] Yama: becoming mindful.\n[ 0.145967] AppArmor: AppArmor initialized\n[ 0.146839] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148194] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149489] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150717] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152154] Initializing cgroup subsys io\n[ 0.152984] Initializing cgroup subsys memory\n[ 0.153852] Initializing cgroup subsys devices\n[ 0.154740] Initializing cgroup subsys freezer\n[ 0.155624] Initializing cgroup subsys net_cls\n[ 0.156500] Initializing cgroup subsys perf_event\n[ 0.157418] Initializing cgroup subsys net_prio\n[ 0.158319] Initializing cgroup subsys hugetlb\n[ 0.159197] Initializing cgroup subsys pids\n[ 0.160089] CPU: Physical Processor ID: 0\n[ 0.161586] mce: CPU supports 10 MCE banks\n[ 0.162456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163470] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177887] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183952] ftrace: allocating 31920 entries in 125 pages\n[ 0.208892] smpboot: Max logical packages: 1\n[ 0.209761] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211124] x2apic enabled\n[ 0.211934] Switched APIC routing to physical x2apic.\n[ 0.213668] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214805] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216907] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218719] KVM setup paravirtual spinlock\n[ 0.220026] x86: Booted up 1 node, 1 CPUs\n[ 0.220845] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222265] devtmpfs: initialized\n[ 0.223990] evm: security.selinux\n[ 0.224698] evm: security.SMACK64\n[ 0.225389] evm: security.SMACK64EXEC\n[ 0.226142] evm: security.SMACK64TRANSMUTE\n[ 0.226966] evm: security.SMACK64MMAP\n[ 0.227717] evm: security.ima\n[ 0.228361] evm: security.capability\n[ 0.229171] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231046] pinctrl core: initialized pinctrl subsystem\n[ 0.232162] RTC time: 5:16:59, date: 07/19/18\n[ 0.233142] NET: Registered protocol family 16\n[ 0.234137] cpuidle: using governor ladder\n[ 0.234968] cpuidle: using governor menu\n[ 0.235759] PCCT header not found.\n[ 0.236521] ACPI: bus type PCI registered\n[ 0.237342] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238609] PCI: Using configuration type 1 for base access\n[ 0.240387] ACPI: Added _OSI(Module Device)\n[ 0.241240] ACPI: Added _OSI(Processor Device)\n[ 0.242112] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243021] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244779] ACPI: Interpreter enabled\n[ 0.245554] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253014] ACPI: (supports S0 S5)\n[ 0.253727] ACPI: Using IOAPIC for interrupt routing\n[ 0.254686] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259019] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260272] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261479] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.263736] acpiphp: Slot [3] registered\n[ 0.264546] acpiphp: Slot [4] registered\n[ 0.265357] acpiphp: Slot [5] registered\n[ 0.266173] acpiphp: Slot [6] registered\n[ 0.266980] acpiphp: Slot [7] registered\n[ 0.267789] acpiphp: Slot [8] registered\n[ 0.268599] acpiphp: Slot [9] registered\n[ 0.269399] acpiphp: Slot [10] registered\n[ 0.270226] acpiphp: Slot [11] registered\n[ 0.271053] acpiphp: Slot [12] registered\n[ 0.271889] acpiphp: Slot [13] registered\n[ 0.272708] acpiphp: Slot [14] registered\n[ 0.273522] acpiphp: Slot [15] registered\n[ 0.284130] acpiphp: Slot [16] registered\n[ 0.284961] acpiphp: Slot [17] registered\n[ 0.285782] acpiphp: Slot [18] registered\n[ 0.286600] acpiphp: Slot [19] registered\n[ 0.287413] acpiphp: Slot [20] registered\n[ 0.288240] acpiphp: Slot [21] registered\n[ 0.289062] acpiphp: Slot [22] registered\n[ 0.289883] acpiphp: Slot [23] registered\n[ 0.290703] acpiphp: Slot [24] registered\n[ 0.291518] acpiphp: Slot [25] registered\n[ 0.292341] acpiphp: Slot [26] registered\n[ 0.293168] acpiphp: Slot [27] registered\n[ 0.293991] acpiphp: Slot [28] registered\n[ 0.294813] acpiphp: Slot [29] registered\n[ 0.295671] acpiphp: Slot [30] registered\n[ 0.296493] acpiphp: Slot [31] registered\n[ 0.297312] PCI host bridge to bus 0000:00\n[ 0.298130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302049] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303515] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305016] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309542] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310734] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312016] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315555] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317108] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.335329] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.336842] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.338619] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.340053] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.341456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.342745] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.344056] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.345126] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.346687] vgaarb: loaded\n[ 0.347398] vgaarb: bridge control possible 0000:00:02.0\n[ 0.348827] SCSI subsystem initialized\n[ 0.349899] ACPI: bus type USB registered\n[ 0.350930] usbcore: registered new interface driver usbfs\n[ 0.352178] usbcore: registered new interface driver hub\n[ 0.353544] usbcore: registered new device driver usb\n[ 0.354898] PCI: Using ACPI for IRQ routing\n[ 0.356215] NetLabel: Initializing\n[ 0.357189] NetLabel: domain hash size = 128\n[ 0.358214] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359351] NetLabel: unlabeled traffic allowed by default\n[ 0.360723] clocksource: Switched to clocksource kvm-clock\n[ 0.370361] AppArmor: AppArmor Filesystem Enabled\n[ 0.371348] pnp: PnP ACPI init\n[ 0.372314] pnp: PnP ACPI: found 5 devices\n[ 0.378640] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380366] NET: Registered protocol family 2\n[ 0.381431] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.383975] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.385206] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386307] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387490] NET: Registered protocol family 1\n[ 0.388377] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389490] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.390586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.404660] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.418806] Trying to unpack rootfs image as initramfs...\n[ 0.474978] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.476672] Scanning for low memory corruption every 60 seconds\n[ 0.478052] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.479236] audit: initializing netlink subsys (disabled)\n[ 0.480276] audit: type=2000 audit(1531977419.658:1): initialized\n[ 0.481662] Initialise system trusted keyring\n[ 0.482632] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483810] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485951] zbud: loaded\n[ 0.486691] VFS: Disk quotas dquot_6.6.0\n[ 0.487519] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.489155] fuse init (API version 7.23)\n[ 0.490077] Key type big_key registered\n[ 0.490895] Allocating IMA MOK and blacklist keyrings.\n[ 0.492143] Key type asymmetric registered\n[ 0.492996] Asymmetric key parser 'x509' registered\n[ 0.493974] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.495459] io scheduler noop registered\n[ 0.496270] io scheduler deadline registered (default)\n[ 0.497285] io scheduler cfq registered\n[ 0.498151] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.499208] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500489] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501958] ACPI: Power Button [PWRF]\n[ 0.502822] GHES: HEST is not enabled!\n[ 0.516571] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.546214] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.549169] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.573233] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.575630] Linux agpgart interface v0.103\n[ 0.578408] brd: module loaded\n[ 0.580109] loop: module loaded\n[ 0.584334] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.585821] GPT:90111 != 2097151\n[ 0.586509] GPT:Alternate GPT header not at the end of the disk.\n[ 0.587620] GPT:90111 != 2097151\n[ 0.588303] GPT: Use GNU Parted to correct GPT errors.\n[ 0.589302] vda: vda1 vda15\n[ 0.590630] scsi host0: ata_piix\n[ 0.591426] scsi host1: ata_piix\n[ 0.592167] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.593415] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.594939] libphy: Fixed MDIO Bus: probed\n[ 0.595775] tun: Universal TUN/TAP device driver, 1.6\n[ 0.596752] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.599099] PPP generic driver version 2.4.2\n[ 0.600262] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.601518] ehci-pci: EHCI PCI platform driver\n[ 0.602417] ehci-platform: EHCI generic platform driver\n[ 0.603431] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.604644] ohci-pci: OHCI PCI platform driver\n[ 0.605551] ohci-platform: OHCI generic platform driver\n[ 0.606571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620741] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621769] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.623252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.624291] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625479] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626742] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.628185] usb usb1: Product: UHCI Host Controller\n[ 0.629139] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.630300] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631309] hub 1-0:1.0: USB hub found\n[ 0.632122] hub 1-0:1.0: 2 ports detected\n[ 0.633093] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635261] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636239] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637314] mousedev: PS/2 mouse device common for all mice\n[ 0.638617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640495] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641727] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.642951] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644170] i2c /dev entries driver\n[ 0.644979] device-mapper: uevent: version 1.0.3\n[ 0.645971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647647] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649097] NET: Registered protocol family 10\n[ 0.650273] NET: Registered protocol family 17\n[ 0.651203] Key type dns_resolver registered\n[ 0.652234] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653369] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655207] registered taskstats version 1\n[ 0.656083] Loading compiled-in X.509 certificates\n[ 0.657591] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659495] zswap: loaded using pool lzo/zbud\n[ 0.661183] Key type trusted registered\n[ 0.662982] Key type encrypted registered\n[ 0.663836] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.664909] ima: No TPM chip found, activating TPM-bypass!\n[ 0.665987] evm: HMAC attrs: 0x1\n[ 0.666962] Magic number: 10:680:264\n[ 0.667834] rtc_cmos 00:00: setting system clock to 2018-07-19 05:16:59 UTC (1531977419)\n[ 0.669490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.670635] EDD information not available.\n[ 0.754086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.765882] Write protecting the kernel read-only data: 14336k\n[ 0.768066] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.769947] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.815080] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.6...\nLease of 192.168.0.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.86. iid=i-00000014\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCPUfSrTY7JvrjuHN6kBn0F9BlaWcjjs0ZmJwx/q4Lsic+MBojjZHFfbaPwx/aR1kRYhGFIwJ2oqLan4KJbkdsVhx1zD8caJ5W9hNZss8yH3RLThjDMIXpPwbPWz4cYk+/jd8JqkYJAF9zH5Q02dz3tkM59LaPs8JH+eMqwHnufSncrXxlNXHsyZEoUJ3ekgVtpq2KIcLBfMIJDu0y9iWAECOwCQjDs8ygwc/EAY2CDj4L4H8bYHGXwbogMyNMQBl1+/jzexAvc4R2r/0CekWJRFj5krcdJE47FBpC5ScB3UMoC69R7tlt2ymjxjruCYUduJd1HRDdaY4HGtfXzEWt7 root@cinder-test-vm2-6a62766d-7aa6-4655-ae12-566aca2b50e5\nssh-dss AAAAB3NzaC1kc3MAAACBAKeZkJD6MpSg8qPWL2EJ9zkCYAj3bF1qDcYQq4UBc+YnhsEyUPb34fyA54R3j154bxViTr4OdqHr6oE+OgXizWFwDPgn0IgQQfvRB6jnuVb1oTaMdHxrkxFxEo0KeslFhYTnp6mkAXzDgnrr7dNx88b9HLYRgoYLN4eia/Utw4TlAAAAFQC3mX+xEzC+Bu6cXlVpPfZzcCfM7wAAAIEAhm/ILix2RIs7ZTmRMqBE6EO1XO66bAz5Jr4DXuTVIk4EH6RmmXjsVCnQosFeq9r37fLxevvvf3bByjJniUy+ATb+mwZ+Men2bV3QPgwlO2/Xdus/R7nBIZkESguMGtlj+EJf+EiBy0gaNRlkKPw2yoNdZTycN0MlpleKQQcYRRcAAACBAIf27Ka5O4TgWH3adHeZjkTZ30018QwpDYJ5JZyeqoJ1aPVKkSU8yo1SOzWqd5zIRjrqQyqMMww6AHKRKPJkAzRzPudBIo9jGsAlhmGD7SPUFStak1p38yxTFEm6WMqOVA9S6NrvCLWkeTCvNHERXAbmhEYFTFg7gCRlD2dDfUl2 root@cinder-test-vm2-6a62766d-7aa6-4655-ae12-566aca2b50e5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.10s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.6,24,fe80::f816:3eff:fe3c:18ec/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.1 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.6 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000014\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-6a62766d-7aa6-4655-ae12-566aca2b50e5\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.15 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-6a62766d-7aa6-4655-ae12-566aca2b50e5 login: "} 2018-07-19 05:17:04,399 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d/action used request id req-bffc65b8-0923-4943-ab9b-51cde52ac686 2018-07-19 05:17:04,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.131057977676s 2018-07-19 05:17:04,400 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d/action used request id req-bffc65b8-0923-4943-ab9b-51cde52ac686 2018-07-19 05:17:04,400 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 515986207 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.139080] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.140763] pid_max: default: 32768 minimum: 301 [ 0.141669] ACPI: Core revision 20150930 [ 0.143064] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144397] Security Framework initialized [ 0.145225] Yama: becoming mindful. [ 0.145967] AppArmor: AppArmor initialized [ 0.146839] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148194] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149489] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150717] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152154] Initializing cgroup subsys io [ 0.152984] Initializing cgroup subsys memory [ 0.153852] Initializing cgroup subsys devices [ 0.154740] Initializing cgroup subsys freezer [ 0.155624] Initializing cgroup subsys net_cls [ 0.156500] Initializing cgroup subsys perf_event [ 0.157418] Initializing cgroup subsys net_prio [ 0.158319] Initializing cgroup subsys hugetlb [ 0.159197] Initializing cgroup subsys pids [ 0.160089] CPU: Physical Processor ID: 0 [ 0.161586] mce: CPU supports 10 MCE banks [ 0.162456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163470] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.177887] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.183952] ftrace: allocating 31920 entries in 125 pages [ 0.208892] smpboot: Max logical packages: 1 [ 0.209761] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.211124] x2apic enabled [ 0.211934] Switched APIC routing to physical x2apic. [ 0.213668] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.214805] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.216907] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.218719] KVM setup paravirtual spinlock [ 0.220026] x86: Booted up 1 node, 1 CPUs [ 0.220845] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.222265] devtmpfs: initialized [ 0.223990] evm: security.selinux [ 0.224698] evm: security.SMACK64 [ 0.225389] evm: security.SMACK64EXEC [ 0.226142] evm: security.SMACK64TRANSMUTE [ 0.226966] evm: security.SMACK64MMAP [ 0.227717] evm: security.ima [ 0.228361] evm: security.capability [ 0.229171] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.231046] pinctrl core: initialized pinctrl subsystem [ 0.232162] RTC time: 5:16:59, date: 07/19/18 [ 0.233142] NET: Registered protocol family 16 [ 0.234137] cpuidle: using governor ladder [ 0.234968] cpuidle: using governor menu [ 0.235759] PCCT header not found. [ 0.236521] ACPI: bus type PCI registered [ 0.237342] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.238609] PCI: Using configuration type 1 for base access [ 0.240387] ACPI: Added _OSI(Module Device) [ 0.241240] ACPI: Added _OSI(Processor Device) [ 0.242112] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.243021] ACPI: Added _OSI(Processor Aggregator Device) [ 0.244779] ACPI: Interpreter enabled [ 0.245554] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.247425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.249280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.251153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.253014] ACPI: (supports S0 S5) [ 0.253727] ACPI: Using IOAPIC for interrupt routing [ 0.254686] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.257856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.259019] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.260272] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.261479] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.263736] acpiphp: Slot [3] registered [ 0.264546] acpiphp: Slot [4] registered [ 0.265357] acpiphp: Slot [5] registered [ 0.266173] acpiphp: Slot [6] registered [ 0.266980] acpiphp: Slot [7] registered [ 0.267789] acpiphp: Slot [8] registered [ 0.268599] acpiphp: Slot [9] registered [ 0.269399] acpiphp: Slot [10] registered [ 0.270226] acpiphp: Slot [11] registered [ 0.271053] acpiphp: Slot [12] registered [ 0.271889] acpiphp: Slot [13] registered [ 0.272708] acpiphp: Slot [14] registered [ 0.273522] acpiphp: Slot [15] registered [ 0.284130] acpiphp: Slot [16] registered [ 0.284961] acpiphp: Slot [17] registered [ 0.285782] acpiphp: Slot [18] registered [ 0.286600] acpiphp: Slot [19] registered [ 0.287413] acpiphp: Slot [20] registered [ 0.288240] acpiphp: Slot [21] registered [ 0.289062] acpiphp: Slot [22] registered [ 0.289883] acpiphp: Slot [23] registered [ 0.290703] acpiphp: Slot [24] registered [ 0.291518] acpiphp: Slot [25] registered [ 0.292341] acpiphp: Slot [26] registered [ 0.293168] acpiphp: Slot [27] registered [ 0.293991] acpiphp: Slot [28] registered [ 0.294813] acpiphp: Slot [29] registered [ 0.295671] acpiphp: Slot [30] registered [ 0.296493] acpiphp: Slot [31] registered [ 0.297312] PCI host bridge to bus 0000:00 [ 0.298130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.299358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.302049] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303515] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.305016] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.308244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.309542] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.310734] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.312016] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.315555] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317108] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.335329] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.336842] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.338619] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.340053] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.341456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.342745] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.344056] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.345126] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.346687] vgaarb: loaded [ 0.347398] vgaarb: bridge control possible 0000:00:02.0 [ 0.348827] SCSI subsystem initialized [ 0.349899] ACPI: bus type USB registered [ 0.350930] usbcore: registered new interface driver usbfs [ 0.352178] usbcore: registered new interface driver hub [ 0.353544] usbcore: registered new device driver usb [ 0.354898] PCI: Using ACPI for IRQ routing [ 0.356215] NetLabel: Initializing [ 0.357189] NetLabel: domain hash size = 128 [ 0.358214] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.359351] NetLabel: unlabeled traffic allowed by default [ 0.360723] clocksource: Switched to clocksource kvm-clock [ 0.370361] AppArmor: AppArmor Filesystem Enabled [ 0.371348] pnp: PnP ACPI init [ 0.372314] pnp: PnP ACPI: found 5 devices [ 0.378640] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.380366] NET: Registered protocol family 2 [ 0.381431] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.382749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.383975] TCP: Hash tables configured (established 4096 bind 4096) [ 0.385206] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.386307] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.387490] NET: Registered protocol family 1 [ 0.388377] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.389490] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.390586] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.404660] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.418806] Trying to unpack rootfs image as initramfs... [ 0.474978] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.476672] Scanning for low memory corruption every 60 seconds [ 0.478052] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.479236] audit: initializing netlink subsys (disabled) [ 0.480276] audit: type=2000 audit(1531977419.658:1): initialized [ 0.481662] Initialise system trusted keyring [ 0.482632] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.483810] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.485951] zbud: loaded [ 0.486691] VFS: Disk quotas dquot_6.6.0 [ 0.487519] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.489155] fuse init (API version 7.23) [ 0.490077] Key type big_key registered [ 0.490895] Allocating IMA MOK and blacklist keyrings. [ 0.492143] Key type asymmetric registered [ 0.492996] Asymmetric key parser 'x509' registered [ 0.493974] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.495459] io scheduler noop registered [ 0.496270] io scheduler deadline registered (default) [ 0.497285] io scheduler cfq registered [ 0.498151] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.499208] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.500489] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.501958] ACPI: Power Button [PWRF] [ 0.502822] GHES: HEST is not enabled! [ 0.516571] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.546214] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.549169] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.573233] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.575630] Linux agpgart interface v0.103 [ 0.578408] brd: module loaded [ 0.580109] loop: module loaded [ 0.584334] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.585821] GPT:90111 != 2097151 [ 0.586509] GPT:Alternate GPT header not at the end of the disk. [ 0.587620] GPT:90111 != 2097151 [ 0.588303] GPT: Use GNU Parted to correct GPT errors. [ 0.589302] vda: vda1 vda15 [ 0.590630] scsi host0: ata_piix [ 0.591426] scsi host1: ata_piix [ 0.592167] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.593415] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.594939] libphy: Fixed MDIO Bus: probed [ 0.595775] tun: Universal TUN/TAP device driver, 1.6 [ 0.596752] tun: (C) 1999-2004 Max Krasnyansky [ 0.599099] PPP generic driver version 2.4.2 [ 0.600262] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.601518] ehci-pci: EHCI PCI platform driver [ 0.602417] ehci-platform: EHCI generic platform driver [ 0.603431] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.604644] ohci-pci: OHCI PCI platform driver [ 0.605551] ohci-platform: OHCI generic platform driver [ 0.606571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.620741] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.621769] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.623252] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.624291] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.625479] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.626742] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.628185] usb usb1: Product: UHCI Host Controller [ 0.629139] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.630300] usb usb1: SerialNumber: 0000:00:01.2 [ 0.631309] hub 1-0:1.0: USB hub found [ 0.632122] hub 1-0:1.0: 2 ports detected [ 0.633093] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.635261] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.636239] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.637314] mousedev: PS/2 mouse device common for all mice [ 0.638617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.640495] rtc_cmos 00:00: RTC can wake from S4 [ 0.641727] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.642951] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.644170] i2c /dev entries driver [ 0.644979] device-mapper: uevent: version 1.0.3 [ 0.645971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.647647] ledtrig-cpu: registered to indicate activity on CPUs [ 0.649097] NET: Registered protocol family 10 [ 0.650273] NET: Registered protocol family 17 [ 0.651203] Key type dns_resolver registered [ 0.652234] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.653369] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.655207] registered taskstats version 1 [ 0.656083] Loading compiled-in X.509 certificates [ 0.657591] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.659495] zswap: loaded using pool lzo/zbud [ 0.661183] Key type trusted registered [ 0.662982] Key type encrypted registered [ 0.663836] AppArmor: AppArmor sha1 policy hashing enabled [ 0.664909] ima: No TPM chip found, activating TPM-bypass! [ 0.665987] evm: HMAC attrs: 0x1 [ 0.666962] Magic number: 10:680:264 [ 0.667834] rtc_cmos 00:00: setting system clock to 2018-07-19 05:16:59 UTC (1531977419) [ 0.669490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.670635] EDD information not available. [ 0.754086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.765882] Write protecting the kernel read-only data: 14336k [ 0.768066] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.769947] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.815080] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.6... Lease of 192.168.0.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.86. iid=i-00000014 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCPUfSrTY7JvrjuHN6kBn0F9BlaWcjjs0ZmJwx/q4Lsic+MBojjZHFfbaPwx/aR1kRYhGFIwJ2oqLan4KJbkdsVhx1zD8caJ5W9hNZss8yH3RLThjDMIXpPwbPWz4cYk+/jd8JqkYJAF9zH5Q02dz3tkM59LaPs8JH+eMqwHnufSncrXxlNXHsyZEoUJ3ekgVtpq2KIcLBfMIJDu0y9iWAECOwCQjDs8ygwc/EAY2CDj4L4H8bYHGXwbogMyNMQBl1+/jzexAvc4R2r/0CekWJRFj5krcdJE47FBpC5ScB3UMoC69R7tlt2ymjxjruCYUduJd1HRDdaY4HGtfXzEWt7 root@cinder-test-vm2-6a62766d-7aa6-4655-ae12-566aca2b50e5 ssh-dss AAAAB3NzaC1kc3MAAACBAKeZkJD6MpSg8qPWL2EJ9zkCYAj3bF1qDcYQq4UBc+YnhsEyUPb34fyA54R3j154bxViTr4OdqHr6oE+OgXizWFwDPgn0IgQQfvRB6jnuVb1oTaMdHxrkxFxEo0KeslFhYTnp6mkAXzDgnrr7dNx88b9HLYRgoYLN4eia/Utw4TlAAAAFQC3mX+xEzC+Bu6cXlVpPfZzcCfM7wAAAIEAhm/ILix2RIs7ZTmRMqBE6EO1XO66bAz5Jr4DXuTVIk4EH6RmmXjsVCnQosFeq9r37fLxevvvf3bByjJniUy+ATb+mwZ+Men2bV3QPgwlO2/Xdus/R7nBIZkESguMGtlj+EJf+EiBy0gaNRlkKPw2yoNdZTycN0MlpleKQQcYRRcAAACBAIf27Ka5O4TgWH3adHeZjkTZ30018QwpDYJ5JZyeqoJ1aPVKkSU8yo1SOzWqd5zIRjrqQyqMMww6AHKRKPJkAzRzPudBIo9jGsAlhmGD7SPUFStak1p38yxTFEm6WMqOVA9S6NrvCLWkeTCvNHERXAbmhEYFTFg7gCRlD2dDfUl2 root@cinder-test-vm2-6a62766d-7aa6-4655-ae12-566aca2b50e5 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.10s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.6,24,fe80::f816:3eff:fe3c:18ec/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.1 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000014 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-6a62766d-7aa6-4655-ae12-566aca2b50e5 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.15 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-6a62766d-7aa6-4655-ae12-566aca2b50e5 login: 2018-07-19 05:17:06,683 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6302650L 2018-07-19 05:17:06,683 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-19 05:17:06,721 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-19 05:17:06,722 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-19 05:17:06,723 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-19 05:17:06,723 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-19 05:17:06,723 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-19 05:17:06,724 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-19 05:17:06,724 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-19 05:17:06,724 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-19 05:17:06,778 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-19 05:17:06,779 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-19 05:17:06,783 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: c1d20cecc53401b29fb7bdb2bb0f9f27 2018-07-19 05:17:06,784 - paramiko.transport - DEBUG - Trying discovered key 6bf50f860c1aac5254e2d55a906d9322 in /tmp/tmpVuWjkb 2018-07-19 05:17:06,818 - paramiko.transport - DEBUG - userauth is OK 2018-07-19 05:17:06,824 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-19 05:17:06,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-07-19 05:17:06,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" -d '{"volume": {"display_name": "cinder_test-volume_6a62766d-7aa6-4655-ae12-566aca2b50e5", "size": "2"}}' 2018-07-19 05:17:08,178 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:17:06 GMT Server: Apache x-compute-request-id: req-1f6481bb-77af-461b-ac4b-b13e74514467 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1f6481bb-77af-461b-ac4b-b13e74514467 Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "790c84b135d141569091fc3f593f9852", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "self"}, {"href": "http://172.30.9.28:8776/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-19T05:17:07.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_6a62766d-7aa6-4655-ae12-566aca2b50e5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e3e5d070-999b-463c-a543-06bf7b1a7c27", "size": 2}} 2018-07-19 05:17:08,178 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes used request id req-1f6481bb-77af-461b-ac4b-b13e74514467 2018-07-19 05:17:08,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.32681703568s 2018-07-19 05:17:08,179 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes used request id req-1f6481bb-77af-461b-ac4b-b13e74514467 2018-07-19 05:17:08,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-19 05:17:08,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:09,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17:08 GMT Server: Apache x-compute-request-id: req-5495a242-2626-443d-91ed-a83672d29756 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5495a242-2626-443d-91ed-a83672d29756 Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "790c84b135d141569091fc3f593f9852", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "self"}, {"href": "http://172.30.9.28:8776/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-19T05:17:07.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "updated_at": "2018-07-19T05:17:08.000000", "volume_type": null, "name": "cinder_test-volume_6a62766d-7aa6-4655-ae12-566aca2b50e5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e3e5d070-999b-463c-a543-06bf7b1a7c27", "size": 2}]} 2018-07-19 05:17:09,125 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-5495a242-2626-443d-91ed-a83672d29756 2018-07-19 05:17:09,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.946185112s 2018-07-19 05:17:09,126 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-5495a242-2626-443d-91ed-a83672d29756 2018-07-19 05:17:09,128 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:17:11,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-19 05:17:11,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:12,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17:11 GMT Server: Apache x-compute-request-id: req-18955315-0515-4d8c-99ef-e41e2a22b3e3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-18955315-0515-4d8c-99ef-e41e2a22b3e3 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "790c84b135d141569091fc3f593f9852", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "self"}, {"href": "http://172.30.9.28:8776/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-19T05:17:07.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "updated_at": "2018-07-19T05:17:10.000000", "volume_type": null, "name": "cinder_test-volume_6a62766d-7aa6-4655-ae12-566aca2b50e5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e3e5d070-999b-463c-a543-06bf7b1a7c27", "size": 2}]} 2018-07-19 05:17:12,079 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-18955315-0515-4d8c-99ef-e41e2a22b3e3 2018-07-19 05:17:12,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.950524091721s 2018-07-19 05:17:12,080 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-18955315-0515-4d8c-99ef-e41e2a22b3e3 2018-07-19 05:17:12,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:17:12,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:12,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-7a43b29c-815c-4690-a69f-5c21fef077fc Date: Thu, 19 Jul 2018 05:17:12 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"98f94041-01c1-4102-9f62-c662e63a4dc1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c177aa5cc2524471bfe10db6f5893e9b","l2_adjacency":true,"status":"ACTIVE","subnets":["2c40f9ab-bd50-427a-9602-489e1f613bfe"],"description":"","tags":[],"updated_at":"2018-07-19T05:16:32Z","qos_policy_id":null,"name":"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5","admin_state_up":true,"tenant_id":"c177aa5cc2524471bfe10db6f5893e9b","created_at":"2018-07-19T05:16:31Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:17:12,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-7a43b29c-815c-4690-a69f-5c21fef077fc 2018-07-19 05:17:12,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.11637711525s 2018-07-19 05:17:12,198 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-7a43b29c-815c-4690-a69f-5c21fef077fc 2018-07-19 05:17:12,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:17:12,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:12,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-9b8292ac-78a2-4baf-b949-58908c8f685a Date: Thu, 19 Jul 2018 05:17:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/4875f82a-6135-4218-909b-8611af495981/snap", "metadata": {}}], "file": "/v2/images/4875f82a-6135-4218-909b-8611af495981/file", "owner": "c177aa5cc2524471bfe10db6f5893e9b", "id": "4875f82a-6135-4218-909b-8611af495981", "size": 12716032, "self": "/v2/images/4875f82a-6135-4218-909b-8611af495981", "disk_format": "qcow2", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/4875f82a-6135-4218-909b-8611af495981/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:16:43Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_6a62766d-7aa6-4655-ae12-566aca2b50e5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_6a62766d-7aa6-4655-ae12-566aca2b50e5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T05:16:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:17:12,423 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-9b8292ac-78a2-4baf-b949-58908c8f685a 2018-07-19 05:17:12,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.221400976181s 2018-07-19 05:17:12,423 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-9b8292ac-78a2-4baf-b949-58908c8f685a 2018-07-19 05:17:12,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 05:17:12,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:12,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7485c30-5095-43c7-a5e5-7d6f4faa1ed5 x-compute-request-id: req-c7485c30-5095-43c7-a5e5-7d6f4faa1ed5 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_6a62766d-7aa6-4655-ae12-566aca2b50e5", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}], "ram": 512, "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": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1"}]} 2018-07-19 05:17:12,452 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-c7485c30-5095-43c7-a5e5-7d6f4faa1ed5 2018-07-19 05:17:12,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0275211334229s 2018-07-19 05:17:12,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-c7485c30-5095-43c7-a5e5-7d6f4faa1ed5 2018-07-19 05:17:12,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-19 05:17:12,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" -d '{"server": {"name": "cinder_test-vm_6a62766d-7aa6-4655-ae12-566aca2b50e5", "imageRef": "4875f82a-6135-4218-909b-8611af495981", "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "flavorRef": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "max_count": 1, "min_count": 1, "networks": [{"uuid": "98f94041-01c1-4102-9f62-c662e63a4dc1"}], "security_groups": [{"name": "e323be05-3b7a-47b5-a24c-0eea534d337e"}]}}' 2018-07-19 05:17:14,884 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:17:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6a6988e5-df6e-489b-ae62-bdfaafaacb91 x-compute-request-id: req-6a6988e5-df6e-489b-ae62-bdfaafaacb91 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "e323be05-3b7a-47b5-a24c-0eea534d337e"}], "OS-DCF:diskConfig": "MANUAL", "id": "bbc723db-3e1f-4d28-a82e-1204ded0c542", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542", "rel": "bookmark"}], "adminPass": "eBkwwu463Xwb"}} 2018-07-19 05:17:14,885 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-6a6988e5-df6e-489b-ae62-bdfaafaacb91 2018-07-19 05:17:14,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.43054294586s 2018-07-19 05:17:14,885 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-6a6988e5-df6e-489b-ae62-bdfaafaacb91 2018-07-19 05:17:14,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:17:14,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:15,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-095f0021-190f-4046-a010-cbfdc59e05cb x-compute-request-id: req-095f0021-190f-4046-a010-cbfdc59e05cb Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "bbc723db-3e1f-4d28-a82e-1204ded0c542", "user_id": "790c84b135d141569091fc3f593f9852", "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-07-19T05:17:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:17:14Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:18:ec", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:18:ec", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:16:58.000000", "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "f0af62bc-0e00-4a2a-9222-e682803db16d", "security_groups": [{"name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}], "user_id": "790c84b135d141569091fc3f593f9852", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:16:58Z", "hostId": "b245bdda5fa54e7e58dac76f30c5025f51dd2fcf2f1511e77a0db6a6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm2_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:16:49Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:17:15,507 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-095f0021-190f-4046-a010-cbfdc59e05cb 2018-07-19 05:17:15,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.621315002441s 2018-07-19 05:17:15,508 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-095f0021-190f-4046-a010-cbfdc59e05cb 2018-07-19 05:17:15,513 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:17:17,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:17:17,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:18,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6444df32-854b-4a88-878a-6d0e5892af86 x-compute-request-id: req-6444df32-854b-4a88-878a-6d0e5892af86 Content-Encoding: gzip Content-Length: 905 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "bbc723db-3e1f-4d28-a82e-1204ded0c542", "user_id": "790c84b135d141569091fc3f593f9852", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:17:17Z", "hostId": "e358bfc69224d6b2777b7b2a3465eae056a06fa651dfe8adaa5cecf0", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:17:14Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:18:ec", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:18:ec", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:16:58.000000", "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "f0af62bc-0e00-4a2a-9222-e682803db16d", "security_groups": [{"name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}], "user_id": "790c84b135d141569091fc3f593f9852", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:16:58Z", "hostId": "b245bdda5fa54e7e58dac76f30c5025f51dd2fcf2f1511e77a0db6a6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm2_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:16:49Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:17:18,131 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6444df32-854b-4a88-878a-6d0e5892af86 2018-07-19 05:17:18,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.61518406868s 2018-07-19 05:17:18,132 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6444df32-854b-4a88-878a-6d0e5892af86 2018-07-19 05:17:18,136 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:17:20,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:17:20,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:20,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17: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-15c2c2c6-ad53-4fd9-bee5-d96f2f4c9e29 x-compute-request-id: req-15c2c2c6-ad53-4fd9-bee5-d96f2f4c9e29 Content-Encoding: gzip Content-Length: 906 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "bbc723db-3e1f-4d28-a82e-1204ded0c542", "security_groups": [{"name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}], "user_id": "790c84b135d141569091fc3f593f9852", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:17:17Z", "hostId": "e358bfc69224d6b2777b7b2a3465eae056a06fa651dfe8adaa5cecf0", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:17:14Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:18:ec", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:18:ec", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:16:58.000000", "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "f0af62bc-0e00-4a2a-9222-e682803db16d", "security_groups": [{"name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}], "user_id": "790c84b135d141569091fc3f593f9852", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:16:58Z", "hostId": "b245bdda5fa54e7e58dac76f30c5025f51dd2fcf2f1511e77a0db6a6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm2_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:16:49Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:17:20,703 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-15c2c2c6-ad53-4fd9-bee5-d96f2f4c9e29 2018-07-19 05:17:20,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.564527988434s 2018-07-19 05:17:20,704 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-15c2c2c6-ad53-4fd9-bee5-d96f2f4c9e29 2018-07-19 05:17:20,708 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:17:22,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:17:22,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:23,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17: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-4e3ce13e-44ea-43c3-88c3-332bbc4259fe x-compute-request-id: req-4e3ce13e-44ea-43c3-88c3-332bbc4259fe Content-Encoding: gzip Content-Length: 906 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "bbc723db-3e1f-4d28-a82e-1204ded0c542", "security_groups": [{"name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}], "user_id": "790c84b135d141569091fc3f593f9852", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:17:17Z", "hostId": "e358bfc69224d6b2777b7b2a3465eae056a06fa651dfe8adaa5cecf0", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:17:14Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:18:ec", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:18:ec", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:16:58.000000", "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "f0af62bc-0e00-4a2a-9222-e682803db16d", "security_groups": [{"name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}], "user_id": "790c84b135d141569091fc3f593f9852", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:16:58Z", "hostId": "b245bdda5fa54e7e58dac76f30c5025f51dd2fcf2f1511e77a0db6a6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm2_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:16:49Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:17:23,821 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4e3ce13e-44ea-43c3-88c3-332bbc4259fe 2018-07-19 05:17:23,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.11042690277s 2018-07-19 05:17:23,822 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4e3ce13e-44ea-43c3-88c3-332bbc4259fe 2018-07-19 05:17:23,827 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:17:25,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:17:25,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:26,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a39f02f-5d38-4457-b5cb-2c44d132bcc4 x-compute-request-id: req-1a39f02f-5d38-4457-b5cb-2c44d132bcc4 Content-Encoding: gzip Content-Length: 888 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:e8:ab", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:17:23.000000", "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "bbc723db-3e1f-4d28-a82e-1204ded0c542", "security_groups": [{"name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}], "user_id": "790c84b135d141569091fc3f593f9852", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:17:23Z", "hostId": "e358bfc69224d6b2777b7b2a3465eae056a06fa651dfe8adaa5cecf0", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:17:14Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:18:ec", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:18:ec", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:16:58.000000", "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "f0af62bc-0e00-4a2a-9222-e682803db16d", "security_groups": [{"name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}], "user_id": "790c84b135d141569091fc3f593f9852", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:16:58Z", "hostId": "b245bdda5fa54e7e58dac76f30c5025f51dd2fcf2f1511e77a0db6a6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm2_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:16:49Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:17:26,465 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1a39f02f-5d38-4457-b5cb-2c44d132bcc4 2018-07-19 05:17:26,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.635418176651s 2018-07-19 05:17:26,466 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1a39f02f-5d38-4457-b5cb-2c44d132bcc4 2018-07-19 05:17:26,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:17:26,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=bbc723db-3e1f-4d28-a82e-1204ded0c542" -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:26,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-e602e509-7c14-4736-adae-85f8e81cc7a1 Date: Thu, 19 Jul 2018 05:17:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:17:22Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2c40f9ab-bd50-427a-9602-489e1f613bfe","ip_address":"192.168.0.8"}],"id":"290e59e6-8eaf-465f-9769-cfbd463240c7","security_groups":["e323be05-3b7a-47b5-a24c-0eea534d337e"],"mac_address":"fa:16:3e:2b:e8:ab","project_id":"c177aa5cc2524471bfe10db6f5893e9b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"98f94041-01c1-4102-9f62-c662e63a4dc1","tenant_id":"c177aa5cc2524471bfe10db6f5893e9b","created_at":"2018-07-19T05:17:18Z","binding:vnic_type":"normal","device_id":"bbc723db-3e1f-4d28-a82e-1204ded0c542","ip_allocation":"immediate"}]} 2018-07-19 05:17:26,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=bbc723db-3e1f-4d28-a82e-1204ded0c542 used request id req-e602e509-7c14-4736-adae-85f8e81cc7a1 2018-07-19 05:17:26,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0675129890442s 2018-07-19 05:17:26,539 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=bbc723db-3e1f-4d28-a82e-1204ded0c542 used request id req-e602e509-7c14-4736-adae-85f8e81cc7a1 2018-07-19 05:17:26,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:17:26,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=290e59e6-8eaf-465f-9769-cfbd463240c7" -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:26,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-bc90fc02-30b2-4ecd-bd86-f6c9bdab8e94 Date: Thu, 19 Jul 2018 05:17:26 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:17:26,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=290e59e6-8eaf-465f-9769-cfbd463240c7 used request id req-bc90fc02-30b2-4ecd-bd86-f6c9bdab8e94 2018-07-19 05:17:26,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.18003487587s 2018-07-19 05:17:26,725 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=290e59e6-8eaf-465f-9769-cfbd463240c7 used request id req-bc90fc02-30b2-4ecd-bd86-f6c9bdab8e94 2018-07-19 05:17:26,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:17:26,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:27,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17: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-6368dadb-2f8e-4b82-941d-25af112f5cea x-compute-request-id: req-6368dadb-2f8e-4b82-941d-25af112f5cea Content-Encoding: gzip Content-Length: 888 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:e8:ab", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:17:23.000000", "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "bbc723db-3e1f-4d28-a82e-1204ded0c542", "security_groups": [{"name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}], "user_id": "790c84b135d141569091fc3f593f9852", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:17:23Z", "hostId": "e358bfc69224d6b2777b7b2a3465eae056a06fa651dfe8adaa5cecf0", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:17:14Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:18:ec", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:18:ec", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:16:58.000000", "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "f0af62bc-0e00-4a2a-9222-e682803db16d", "security_groups": [{"name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}], "user_id": "790c84b135d141569091fc3f593f9852", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:16:58Z", "hostId": "b245bdda5fa54e7e58dac76f30c5025f51dd2fcf2f1511e77a0db6a6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm2_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:16:49Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:17:27,487 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6368dadb-2f8e-4b82-941d-25af112f5cea 2018-07-19 05:17:27,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.761327981949s 2018-07-19 05:17:27,487 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6368dadb-2f8e-4b82-941d-25af112f5cea 2018-07-19 05:17:27,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:17:27,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=bbc723db-3e1f-4d28-a82e-1204ded0c542" -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:27,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-2fdb7fc2-1aa2-4fbb-ba85-b06229d8b127 Date: Thu, 19 Jul 2018 05:17:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:17:22Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2c40f9ab-bd50-427a-9602-489e1f613bfe","ip_address":"192.168.0.8"}],"id":"290e59e6-8eaf-465f-9769-cfbd463240c7","security_groups":["e323be05-3b7a-47b5-a24c-0eea534d337e"],"mac_address":"fa:16:3e:2b:e8:ab","project_id":"c177aa5cc2524471bfe10db6f5893e9b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"98f94041-01c1-4102-9f62-c662e63a4dc1","tenant_id":"c177aa5cc2524471bfe10db6f5893e9b","created_at":"2018-07-19T05:17:18Z","binding:vnic_type":"normal","device_id":"bbc723db-3e1f-4d28-a82e-1204ded0c542","ip_allocation":"immediate"}]} 2018-07-19 05:17:27,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=bbc723db-3e1f-4d28-a82e-1204ded0c542 used request id req-2fdb7fc2-1aa2-4fbb-ba85-b06229d8b127 2018-07-19 05:17:27,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0593688488007s 2018-07-19 05:17:27,552 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=bbc723db-3e1f-4d28-a82e-1204ded0c542 used request id req-2fdb7fc2-1aa2-4fbb-ba85-b06229d8b127 2018-07-19 05:17:27,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:17:27,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=290e59e6-8eaf-465f-9769-cfbd463240c7" -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:27,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-159a413a-7359-4adc-9faa-845c140fef15 Date: Thu, 19 Jul 2018 05:17:27 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:17:27,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=290e59e6-8eaf-465f-9769-cfbd463240c7 used request id req-159a413a-7359-4adc-9faa-845c140fef15 2018-07-19 05:17:27,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0452320575714s 2018-07-19 05:17:27,603 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=290e59e6-8eaf-465f-9769-cfbd463240c7 used request id req-159a413a-7359-4adc-9faa-845c140fef15 2018-07-19 05:17:27,603 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:2b:e8:ab', u'version': 4, u'addr': u'192.168.0.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'4875f82a-6135-4218-909b-8611af495981'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-19T05:17:23.000000', 'flavor': Munch({u'id': u'75a41a33-2e39-4b12-b733-f8b41d6d1ef1'}), 'az': u'nova', 'id': u'bbc723db-3e1f-4d28-a82e-1204ded0c542', 'security_groups': [Munch({u'name': u'cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'790c84b135d141569091fc3f593f9852', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c177aa5cc2524471bfe10db6f5893e9b', 'name': 'cinder_test-project_6a62766d-7aa6-4655-ae12-566aca2b50e5', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-19T05:17:23.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-19T05:17:23Z', 'hostId': u'e358bfc69224d6b2777b7b2a3465eae056a06fa651dfe8adaa5cecf0', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5', 'public_v6': '', 'private_v4': u'192.168.0.8', 'cloud': 'envvars', 'host_id': u'e358bfc69224d6b2777b7b2a3465eae056a06fa651dfe8adaa5cecf0', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-19T05:17:23.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'c177aa5cc2524471bfe10db6f5893e9b', 'name': u'cinder_test-vm_6a62766d-7aa6-4655-ae12-566aca2b50e5', 'adminPass': None, 'tenant_id': u'c177aa5cc2524471bfe10db6f5893e9b', 'created_at': u'2018-07-19T05:17:14Z', 'created': u'2018-07-19T05:17:14Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-19 05:17:27,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:17:27,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:27,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-5aa69576-5a20-4802-8fe5-37534974f707 Date: Thu, 19 Jul 2018 05:17:27 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"98f94041-01c1-4102-9f62-c662e63a4dc1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c177aa5cc2524471bfe10db6f5893e9b","l2_adjacency":true,"status":"ACTIVE","subnets":["2c40f9ab-bd50-427a-9602-489e1f613bfe"],"description":"","tags":[],"updated_at":"2018-07-19T05:16:32Z","qos_policy_id":null,"name":"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5","admin_state_up":true,"tenant_id":"c177aa5cc2524471bfe10db6f5893e9b","created_at":"2018-07-19T05:16:31Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:17:27,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5aa69576-5a20-4802-8fe5-37534974f707 2018-07-19 05:17:27,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119838953018s 2018-07-19 05:17:27,726 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5aa69576-5a20-4802-8fe5-37534974f707 2018-07-19 05:17:27,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 05:17:27,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=bbc723db-3e1f-4d28-a82e-1204ded0c542" -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:27,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-391d0e4b-cc7c-4605-948f-3c187e5ad0d5 Date: Thu, 19 Jul 2018 05:17:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:17:22Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2c40f9ab-bd50-427a-9602-489e1f613bfe","ip_address":"192.168.0.8"}],"id":"290e59e6-8eaf-465f-9769-cfbd463240c7","security_groups":["e323be05-3b7a-47b5-a24c-0eea534d337e"],"mac_address":"fa:16:3e:2b:e8:ab","project_id":"c177aa5cc2524471bfe10db6f5893e9b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"98f94041-01c1-4102-9f62-c662e63a4dc1","tenant_id":"c177aa5cc2524471bfe10db6f5893e9b","created_at":"2018-07-19T05:17:18Z","binding:vnic_type":"normal","device_id":"bbc723db-3e1f-4d28-a82e-1204ded0c542","ip_allocation":"immediate"}]} 2018-07-19 05:17:27,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=bbc723db-3e1f-4d28-a82e-1204ded0c542 used request id req-391d0e4b-cc7c-4605-948f-3c187e5ad0d5 2018-07-19 05:17:27,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0812048912048s 2018-07-19 05:17:27,809 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=bbc723db-3e1f-4d28-a82e-1204ded0c542 used request id req-391d0e4b-cc7c-4605-948f-3c187e5ad0d5 2018-07-19 05:17:27,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-19 05:17:27,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" -d '{"floatingip": {"floating_network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "fixed_ip_address": "192.168.0.8", "port_id": "290e59e6-8eaf-465f-9769-cfbd463240c7"}}' 2018-07-19 05:17:30,426 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 821 X-Openstack-Request-Id: req-d4d064cd-4003-457b-b8c8-5e9c4383c1cc Date: Thu, 19 Jul 2018 05:17:30 GMT RESP BODY: {"floatingip": {"router_id": "a0322c26-5238-42a6-8d5c-b092b5f7c92d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:17:28Z", "updated_at": "2018-07-19T05:17:28Z", "floating_network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "98f94041-01c1-4102-9f62-c662e63a4dc1", "device_owner": "compute:nova", "mac_address": "fa:16:3e:2b:e8:ab", "device_id": "bbc723db-3e1f-4d28-a82e-1204ded0c542"}, "fixed_ip_address": "192.168.0.8", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_id": "290e59e6-8eaf-465f-9769-cfbd463240c7", "id": "02eb46be-9607-4d5b-b99e-04f8ab9943cb", "qos_policy_id": null}} 2018-07-19 05:17:30,426 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-d4d064cd-4003-457b-b8c8-5e9c4383c1cc 2018-07-19 05:17:30,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.61628484726s 2018-07-19 05:17:30,426 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-d4d064cd-4003-457b-b8c8-5e9c4383c1cc 2018-07-19 05:17:30,430 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'a0322c26-5238-42a6-8d5c-b092b5f7c92d', 'updated_at': u'2018-07-19T05:17:28Z', 'fixed_ip_address': u'192.168.0.8', 'floating_ip_address': u'172.30.9.208', 'revision_number': 0, 'port_id': u'290e59e6-8eaf-465f-9769-cfbd463240c7', 'id': u'02eb46be-9607-4d5b-b99e-04f8ab9943cb', 'network': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', 'port': u'290e59e6-8eaf-465f-9769-cfbd463240c7', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c177aa5cc2524471bfe10db6f5893e9b', 'name': 'cinder_test-project_6a62766d-7aa6-4655-ae12-566aca2b50e5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'c177aa5cc2524471bfe10db6f5893e9b', 'status': u'DOWN', 'description': u'', u'tags': [], 'floating_network_id': u'd6c4720e-2d57-4849-96dc-980b067c3c5c', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'98f94041-01c1-4102-9f62-c662e63a4dc1', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:2b:e8:ab', u'device_id': u'bbc723db-3e1f-4d28-a82e-1204ded0c542'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'c177aa5cc2524471bfe10db6f5893e9b', 'created_at': u'2018-07-19T05:17:28Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'98f94041-01c1-4102-9f62-c662e63a4dc1', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:2b:e8:ab', u'device_id': u'bbc723db-3e1f-4d28-a82e-1204ded0c542'}), 'router': u'a0322c26-5238-42a6-8d5c-b092b5f7c92d'}) 2018-07-19 05:17:30,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-19 05:17:30,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542/action -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-19 05:17:30,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca141323-00a0-4fed-b826-40fe6b32fa41 x-compute-request-id: req-ca141323-00a0-4fed-b826-40fe6b32fa41 Content-Encoding: gzip Content-Length: 9567 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474165676 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.916 MHz processor\n[ 0.158154] Calibrating delay loop (skipped) preset value.. 6983.83 BogoMIPS (lpj=13967664)\n[ 0.159828] pid_max: default: 32768 minimum: 301\n[ 0.160733] ACPI: Core revision 20150930\n[ 0.162127] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163450] Security Framework initialized\n[ 0.164273] Yama: becoming mindful.\n[ 0.165008] AppArmor: AppArmor initialized\n[ 0.165888] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167223] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.168505] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169721] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171150] Initializing cgroup subsys io\n[ 0.171968] Initializing cgroup subsys memory\n[ 0.172838] Initializing cgroup subsys devices\n[ 0.173723] Initializing cgroup subsys freezer\n[ 0.174601] Initializing cgroup subsys net_cls\n[ 0.175473] Initializing cgroup subsys perf_event\n[ 0.176390] Initializing cgroup subsys net_prio\n[ 0.177290] Initializing cgroup subsys hugetlb\n[ 0.178164] Initializing cgroup subsys pids\n[ 0.179036] CPU: Physical Processor ID: 0\n[ 0.180551] mce: CPU supports 10 MCE banks\n[ 0.181412] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182421] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.198226] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.204350] ftrace: allocating 31920 entries in 125 pages\n[ 0.229797] smpboot: Max logical packages: 1\n[ 0.230796] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.232207] x2apic enabled\n[ 0.233030] Switched APIC routing to physical x2apic.\n[ 0.234821] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.236082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238227] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240039] KVM setup paravirtual spinlock\n[ 0.241458] x86: Booted up 1 node, 1 CPUs\n[ 0.242291] smpboot: Total of 1 processors activated (6983.83 BogoMIPS)\n[ 0.243712] devtmpfs: initialized\n[ 0.245450] evm: security.selinux\n[ 0.246175] evm: security.SMACK64\n[ 0.246872] evm: security.SMACK64EXEC\n[ 0.247629] evm: security.SMACK64TRANSMUTE\n[ 0.248446] evm: security.SMACK64MMAP\n[ 0.249200] evm: security.ima\n[ 0.249845] evm: security.capability\n[ 0.250662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.252541] pinctrl core: initialized pinctrl subsystem\n[ 0.253663] RTC time: 5:17:23, date: 07/19/18\n[ 0.254640] NET: Registered protocol family 16\n[ 0.255645] cpuidle: using governor ladder\n[ 0.256478] cpuidle: using governor menu\n[ 0.257273] PCCT header not found.\n[ 0.258040] ACPI: bus type PCI registered\n[ 0.258851] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260107] PCI: Using configuration type 1 for base access\n[ 0.261883] ACPI: Added _OSI(Module Device)\n[ 0.262738] ACPI: Added _OSI(Processor Device)\n[ 0.263612] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264519] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266289] ACPI: Interpreter enabled\n[ 0.267064] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.268930] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.270787] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.272646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.274495] ACPI: (supports S0 S5)\n[ 0.275205] ACPI: Using IOAPIC for interrupt routing\n[ 0.276157] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.279297] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.280453] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.281704] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.282907] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.285153] acpiphp: Slot [3] registered\n[ 0.285965] acpiphp: Slot [4] registered\n[ 0.286775] acpiphp: Slot [5] registered\n[ 0.287587] acpiphp: Slot [6] registered\n[ 0.288391] acpiphp: Slot [7] registered\n[ 0.289205] acpiphp: Slot [8] registered\n[ 0.290014] acpiphp: Slot [9] registered\n[ 0.290815] acpiphp: Slot [10] registered\n[ 0.291640] acpiphp: Slot [11] registered\n[ 0.292462] acpiphp: Slot [12] registered\n[ 0.293288] acpiphp: Slot [13] registered\n[ 0.294102] acpiphp: Slot [14] registered\n[ 0.294923] acpiphp: Slot [15] registered\n[ 0.306067] acpiphp: Slot [16] registered\n[ 0.306895] acpiphp: Slot [17] registered\n[ 0.307716] acpiphp: Slot [18] registered\n[ 0.308539] acpiphp: Slot [19] registered\n[ 0.309357] acpiphp: Slot [20] registered\n[ 0.310182] acpiphp: Slot [21] registered\n[ 0.311002] acpiphp: Slot [22] registered\n[ 0.311822] acpiphp: Slot [23] registered\n[ 0.312645] acpiphp: Slot [24] registered\n[ 0.313466] acpiphp: Slot [25] registered\n[ 0.314288] acpiphp: Slot [26] registered\n[ 0.315103] acpiphp: Slot [27] registered\n[ 0.315926] acpiphp: Slot [28] registered\n[ 0.316748] acpiphp: Slot [29] registered\n[ 0.317568] acpiphp: Slot [30] registered\n[ 0.318390] acpiphp: Slot [31] registered\n[ 0.319212] PCI host bridge to bus 0000:00\n[ 0.320027] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321249] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.322473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.323933] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.325391] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.326892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330219] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331750] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332943] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.334219] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339187] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358716] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360561] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362236] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363666] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366361] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367720] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370357] vgaarb: loaded\n[ 0.370962] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372209] SCSI subsystem initialized\n[ 0.373136] ACPI: bus type USB registered\n[ 0.373969] usbcore: registered new interface driver usbfs\n[ 0.375006] usbcore: registered new interface driver hub\n[ 0.376017] usbcore: registered new device driver usb\n[ 0.377136] PCI: Using ACPI for IRQ routing\n[ 0.378264] NetLabel: Initializing\n[ 0.378981] NetLabel: domain hash size = 128\n[ 0.379839] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380808] NetLabel: unlabeled traffic allowed by default\n[ 0.381981] clocksource: Switched to clocksource kvm-clock\n[ 0.390266] AppArmor: AppArmor Filesystem Enabled\n[ 0.391411] pnp: PnP ACPI init\n[ 0.392367] pnp: PnP ACPI: found 5 devices\n[ 0.398709] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400464] NET: Registered protocol family 2\n[ 0.401518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402830] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404052] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406363] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407560] NET: Registered protocol family 1\n[ 0.408454] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409564] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410650] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424577] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438680] Trying to unpack rootfs image as initramfs...\n[ 0.494905] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496592] Scanning for low memory corruption every 60 seconds\n[ 0.497959] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499155] audit: initializing netlink subsys (disabled)\n[ 0.500196] audit: type=2000 audit(1531977444.287:1): initialized\n[ 0.501545] Initialise system trusted keyring\n[ 0.502520] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505825] zbud: loaded\n[ 0.506574] VFS: Disk quotas dquot_6.6.0\n[ 0.507408] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509009] fuse init (API version 7.23)\n[ 0.509926] Key type big_key registered\n[ 0.510748] Allocating IMA MOK and blacklist keyrings.\n[ 0.511994] Key type asymmetric registered\n[ 0.512831] Asymmetric key parser 'x509' registered\n[ 0.513801] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515287] io scheduler noop registered\n[ 0.516083] io scheduler deadline registered (default)\n[ 0.517085] io scheduler cfq registered\n[ 0.517948] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519005] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520295] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521757] ACPI: Power Button [PWRF]\n[ 0.522639] GHES: HEST is not enabled!\n[ 0.536248] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563796] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565919] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589920] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592541] Linux agpgart interface v0.103\n[ 0.595243] brd: module loaded\n[ 0.596942] loop: module loaded\n[ 0.603349] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605189] GPT:90111 != 2097151\n[ 0.606032] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607426] GPT:90111 != 2097151\n[ 0.608259] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609500] vda: vda1 vda15\n[ 0.611109] scsi host0: ata_piix\n[ 0.612054] scsi host1: ata_piix\n[ 0.612845] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.614095] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.615616] libphy: Fixed MDIO Bus: probed\n[ 0.616450] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617415] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620048] PPP generic driver version 2.4.2\n[ 0.621233] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622680] ehci-pci: EHCI PCI platform driver\n[ 0.623573] ehci-platform: EHCI generic platform driver\n[ 0.624577] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625903] ohci-pci: OHCI PCI platform driver\n[ 0.627023] ohci-platform: OHCI generic platform driver\n[ 0.628298] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642930] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644108] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645592] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646616] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.647787] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649043] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650485] usb usb1: Product: UHCI Host Controller\n[ 0.651435] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652587] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653724] hub 1-0:1.0: USB hub found\n[ 0.654534] hub 1-0:1.0: 2 ports detected\n[ 0.655502] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657670] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658656] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659729] mousedev: PS/2 mouse device common for all mice\n[ 0.661024] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662993] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664412] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665761] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666984] i2c /dev entries driver\n[ 0.667790] device-mapper: uevent: version 1.0.3\n[ 0.668777] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670449] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671914] NET: Registered protocol family 10\n[ 0.673068] NET: Registered protocol family 17\n[ 0.673994] Key type dns_resolver registered\n[ 0.675015] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676129] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677942] registered taskstats version 1\n[ 0.678803] Loading compiled-in X.509 certificates\n[ 0.680299] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682207] zswap: loaded using pool lzo/zbud\n[ 0.683848] Key type trusted registered\n[ 0.685621] Key type encrypted registered\n[ 0.686474] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687526] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688581] evm: HMAC attrs: 0x1\n[ 0.689575] Magic number: 10:680:264\n[ 0.690719] rtc_cmos 00:00: setting system clock to 2018-07-19 05:17:24 UTC (1531977444)\n[ 0.692443] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693711] EDD information not available.\n[ 0.775364] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787578] Write protecting the kernel read-only data: 14336k\n[ 0.789735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791858] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942160] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.8...\nLease of 192.168.0.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.86. iid=i-00000017\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.916 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPv7c+LLymi9f87TMBJbYTlR8/geq2Slev3z/aaUbf5m3kvMkXMKGvgEU/wYc4C5V0fVVRNeBj/Lzki1qI1wtq2Qi+61jvnR1bbBv0YrYNd46ejdgGQ860wQ4NU33OkV/4CpTnQIELZ1E9TuoXV5hRJxu9S4goq1Lk1KNyG2Z50SztgxHr9/9b1xZ8FYPxLvN28LX1GBkVeHrBNmidWXIC6X3fVztqH7N28apprqH20wb0NizNl7eDFGVlPh6ETGZOOFNhTsiv22FgXmsASSDdJklY0SeixrQF82v95DdHOHg7YSbT/SErhbipXaldlbXdiAqIATEISJT51UIHqxL5 root@cinder-test-vm-6a62766d-7aa6-4655-ae12-566aca2b50e5\nssh-dss AAAAB3NzaC1kc3MAAACBAPF6VMUonJWcwUSWKB1hNcII878m+ndAo5W0yLg4C2qdWr7w1mdBS0BV+Ye4OqNcmm8UNSksNnwtNcD5vnGkrpNLcwFT460j8t0OFb1b/13AMwBqLAv8KW7QeYCefshirKK+CsQOINRpaR7OifFhJ+Vu0tls14CQgaxJZRuTDEBlAAAAFQC/0gDx21JToYxJhgmu8Y1YFCfEMQAAAIAFd+7zV6h8DIOR25xty4BuzOGsMHnh/76HHGrgypGSM2mR1Js0tJJsmpkzeSwYUF3lO8DIexH0t0RGH9tzMe7UagTUKZFp06jlH15Gt2isB2qw7R3tT68P8HZn6JtfEG5f+y3h04UuKoWBWbDHK1bCzFVdlldWGHnaWczSL0hk8gAAAIEA0TAsNurfLuQAB9HDgayN/Xkjib5fRKmwKeKfcp3sKYrmTqN7eTEPNarRMPBaUxuW8bOUkoQ11p+LPk8Dq3T2XlTru/SEQYWgk9wXmu4DSwX2lNxkBG6p8yl8FwFSVHVTn4wfPPJ3VZO5R8z3cx9QJ2T7UcAlfovJpUjYEgUYXNk= root@cinder-test-vm-6a62766d-7aa6-4655-ae12-566aca2b50e5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.10s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.8,24,fe80::f816:3eff:fe2b:e8ab/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.1 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.8 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000017\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-6a62766d-7aa6-4655-ae12-566aca2b50e5\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.34 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm-6a62766d-7aa6-4655-ae12-566aca2b50e5 login: "} 2018-07-19 05:17:30,519 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542/action used request id req-ca141323-00a0-4fed-b826-40fe6b32fa41 2018-07-19 05:17:30,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0883278846741s 2018-07-19 05:17:30,520 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542/action used request id req-ca141323-00a0-4fed-b826-40fe6b32fa41 2018-07-19 05:17:30,520 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 474165676 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.916 MHz processor [ 0.158154] Calibrating delay loop (skipped) preset value.. 6983.83 BogoMIPS (lpj=13967664) [ 0.159828] pid_max: default: 32768 minimum: 301 [ 0.160733] ACPI: Core revision 20150930 [ 0.162127] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.163450] Security Framework initialized [ 0.164273] Yama: becoming mindful. [ 0.165008] AppArmor: AppArmor initialized [ 0.165888] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.167223] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.168505] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.169721] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.171150] Initializing cgroup subsys io [ 0.171968] Initializing cgroup subsys memory [ 0.172838] Initializing cgroup subsys devices [ 0.173723] Initializing cgroup subsys freezer [ 0.174601] Initializing cgroup subsys net_cls [ 0.175473] Initializing cgroup subsys perf_event [ 0.176390] Initializing cgroup subsys net_prio [ 0.177290] Initializing cgroup subsys hugetlb [ 0.178164] Initializing cgroup subsys pids [ 0.179036] CPU: Physical Processor ID: 0 [ 0.180551] mce: CPU supports 10 MCE banks [ 0.181412] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.182421] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.198226] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.204350] ftrace: allocating 31920 entries in 125 pages [ 0.229797] smpboot: Max logical packages: 1 [ 0.230796] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.232207] x2apic enabled [ 0.233030] Switched APIC routing to physical x2apic. [ 0.234821] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.236082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.238227] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.240039] KVM setup paravirtual spinlock [ 0.241458] x86: Booted up 1 node, 1 CPUs [ 0.242291] smpboot: Total of 1 processors activated (6983.83 BogoMIPS) [ 0.243712] devtmpfs: initialized [ 0.245450] evm: security.selinux [ 0.246175] evm: security.SMACK64 [ 0.246872] evm: security.SMACK64EXEC [ 0.247629] evm: security.SMACK64TRANSMUTE [ 0.248446] evm: security.SMACK64MMAP [ 0.249200] evm: security.ima [ 0.249845] evm: security.capability [ 0.250662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.252541] pinctrl core: initialized pinctrl subsystem [ 0.253663] RTC time: 5:17:23, date: 07/19/18 [ 0.254640] NET: Registered protocol family 16 [ 0.255645] cpuidle: using governor ladder [ 0.256478] cpuidle: using governor menu [ 0.257273] PCCT header not found. [ 0.258040] ACPI: bus type PCI registered [ 0.258851] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260107] PCI: Using configuration type 1 for base access [ 0.261883] ACPI: Added _OSI(Module Device) [ 0.262738] ACPI: Added _OSI(Processor Device) [ 0.263612] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.264519] ACPI: Added _OSI(Processor Aggregator Device) [ 0.266289] ACPI: Interpreter enabled [ 0.267064] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.268930] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.270787] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.272646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274495] ACPI: (supports S0 S5) [ 0.275205] ACPI: Using IOAPIC for interrupt routing [ 0.276157] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.279297] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.280453] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281704] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282907] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285153] acpiphp: Slot [3] registered [ 0.285965] acpiphp: Slot [4] registered [ 0.286775] acpiphp: Slot [5] registered [ 0.287587] acpiphp: Slot [6] registered [ 0.288391] acpiphp: Slot [7] registered [ 0.289205] acpiphp: Slot [8] registered [ 0.290014] acpiphp: Slot [9] registered [ 0.290815] acpiphp: Slot [10] registered [ 0.291640] acpiphp: Slot [11] registered [ 0.292462] acpiphp: Slot [12] registered [ 0.293288] acpiphp: Slot [13] registered [ 0.294102] acpiphp: Slot [14] registered [ 0.294923] acpiphp: Slot [15] registered [ 0.306067] acpiphp: Slot [16] registered [ 0.306895] acpiphp: Slot [17] registered [ 0.307716] acpiphp: Slot [18] registered [ 0.308539] acpiphp: Slot [19] registered [ 0.309357] acpiphp: Slot [20] registered [ 0.310182] acpiphp: Slot [21] registered [ 0.311002] acpiphp: Slot [22] registered [ 0.311822] acpiphp: Slot [23] registered [ 0.312645] acpiphp: Slot [24] registered [ 0.313466] acpiphp: Slot [25] registered [ 0.314288] acpiphp: Slot [26] registered [ 0.315103] acpiphp: Slot [27] registered [ 0.315926] acpiphp: Slot [28] registered [ 0.316748] acpiphp: Slot [29] registered [ 0.317568] acpiphp: Slot [30] registered [ 0.318390] acpiphp: Slot [31] registered [ 0.319212] PCI host bridge to bus 0000:00 [ 0.320027] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.321249] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.322473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.323933] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.325391] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.326892] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.330219] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.331750] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.332943] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.334219] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.337730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.339187] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358716] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360561] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362236] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363666] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366361] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367720] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370357] vgaarb: loaded [ 0.370962] vgaarb: bridge control possible 0000:00:02.0 [ 0.372209] SCSI subsystem initialized [ 0.373136] ACPI: bus type USB registered [ 0.373969] usbcore: registered new interface driver usbfs [ 0.375006] usbcore: registered new interface driver hub [ 0.376017] usbcore: registered new device driver usb [ 0.377136] PCI: Using ACPI for IRQ routing [ 0.378264] NetLabel: Initializing [ 0.378981] NetLabel: domain hash size = 128 [ 0.379839] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380808] NetLabel: unlabeled traffic allowed by default [ 0.381981] clocksource: Switched to clocksource kvm-clock [ 0.390266] AppArmor: AppArmor Filesystem Enabled [ 0.391411] pnp: PnP ACPI init [ 0.392367] pnp: PnP ACPI: found 5 devices [ 0.398709] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400464] NET: Registered protocol family 2 [ 0.401518] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.402830] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.404052] TCP: Hash tables configured (established 4096 bind 4096) [ 0.405264] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.406363] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.407560] NET: Registered protocol family 1 [ 0.408454] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.409564] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.410650] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.424577] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438680] Trying to unpack rootfs image as initramfs... [ 0.494905] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496592] Scanning for low memory corruption every 60 seconds [ 0.497959] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499155] audit: initializing netlink subsys (disabled) [ 0.500196] audit: type=2000 audit(1531977444.287:1): initialized [ 0.501545] Initialise system trusted keyring [ 0.502520] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503697] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505825] zbud: loaded [ 0.506574] VFS: Disk quotas dquot_6.6.0 [ 0.507408] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509009] fuse init (API version 7.23) [ 0.509926] Key type big_key registered [ 0.510748] Allocating IMA MOK and blacklist keyrings. [ 0.511994] Key type asymmetric registered [ 0.512831] Asymmetric key parser 'x509' registered [ 0.513801] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515287] io scheduler noop registered [ 0.516083] io scheduler deadline registered (default) [ 0.517085] io scheduler cfq registered [ 0.517948] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519005] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.520295] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521757] ACPI: Power Button [PWRF] [ 0.522639] GHES: HEST is not enabled! [ 0.536248] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563796] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565919] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.589920] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.592541] Linux agpgart interface v0.103 [ 0.595243] brd: module loaded [ 0.596942] loop: module loaded [ 0.603349] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605189] GPT:90111 != 2097151 [ 0.606032] GPT:Alternate GPT header not at the end of the disk. [ 0.607426] GPT:90111 != 2097151 [ 0.608259] GPT: Use GNU Parted to correct GPT errors. [ 0.609500] vda: vda1 vda15 [ 0.611109] scsi host0: ata_piix [ 0.612054] scsi host1: ata_piix [ 0.612845] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.614095] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.615616] libphy: Fixed MDIO Bus: probed [ 0.616450] tun: Universal TUN/TAP device driver, 1.6 [ 0.617415] tun: (C) 1999-2004 Max Krasnyansky [ 0.620048] PPP generic driver version 2.4.2 [ 0.621233] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.622680] ehci-pci: EHCI PCI platform driver [ 0.623573] ehci-platform: EHCI generic platform driver [ 0.624577] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.625903] ohci-pci: OHCI PCI platform driver [ 0.627023] ohci-platform: OHCI generic platform driver [ 0.628298] uhci_hcd: USB Universal Host Controller Interface driver [ 0.642930] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.644108] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.645592] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.646616] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.647787] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.649043] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.650485] usb usb1: Product: UHCI Host Controller [ 0.651435] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.652587] usb usb1: SerialNumber: 0000:00:01.2 [ 0.653724] hub 1-0:1.0: USB hub found [ 0.654534] hub 1-0:1.0: 2 ports detected [ 0.655502] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.657670] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.658656] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.659729] mousedev: PS/2 mouse device common for all mice [ 0.661024] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662993] rtc_cmos 00:00: RTC can wake from S4 [ 0.664412] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665761] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666984] i2c /dev entries driver [ 0.667790] device-mapper: uevent: version 1.0.3 [ 0.668777] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.670449] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671914] NET: Registered protocol family 10 [ 0.673068] NET: Registered protocol family 17 [ 0.673994] Key type dns_resolver registered [ 0.675015] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.676129] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.677942] registered taskstats version 1 [ 0.678803] Loading compiled-in X.509 certificates [ 0.680299] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.682207] zswap: loaded using pool lzo/zbud [ 0.683848] Key type trusted registered [ 0.685621] Key type encrypted registered [ 0.686474] AppArmor: AppArmor sha1 policy hashing enabled [ 0.687526] ima: No TPM chip found, activating TPM-bypass! [ 0.688581] evm: HMAC attrs: 0x1 [ 0.689575] Magic number: 10:680:264 [ 0.690719] rtc_cmos 00:00: setting system clock to 2018-07-19 05:17:24 UTC (1531977444) [ 0.692443] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693711] EDD information not available. [ 0.775364] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.787578] Write protecting the kernel read-only data: 14336k [ 0.789735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.791858] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.942160] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.8... Lease of 192.168.0.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.86. iid=i-00000017 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.916 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPv7c+LLymi9f87TMBJbYTlR8/geq2Slev3z/aaUbf5m3kvMkXMKGvgEU/wYc4C5V0fVVRNeBj/Lzki1qI1wtq2Qi+61jvnR1bbBv0YrYNd46ejdgGQ860wQ4NU33OkV/4CpTnQIELZ1E9TuoXV5hRJxu9S4goq1Lk1KNyG2Z50SztgxHr9/9b1xZ8FYPxLvN28LX1GBkVeHrBNmidWXIC6X3fVztqH7N28apprqH20wb0NizNl7eDFGVlPh6ETGZOOFNhTsiv22FgXmsASSDdJklY0SeixrQF82v95DdHOHg7YSbT/SErhbipXaldlbXdiAqIATEISJT51UIHqxL5 root@cinder-test-vm-6a62766d-7aa6-4655-ae12-566aca2b50e5 ssh-dss AAAAB3NzaC1kc3MAAACBAPF6VMUonJWcwUSWKB1hNcII878m+ndAo5W0yLg4C2qdWr7w1mdBS0BV+Ye4OqNcmm8UNSksNnwtNcD5vnGkrpNLcwFT460j8t0OFb1b/13AMwBqLAv8KW7QeYCefshirKK+CsQOINRpaR7OifFhJ+Vu0tls14CQgaxJZRuTDEBlAAAAFQC/0gDx21JToYxJhgmu8Y1YFCfEMQAAAIAFd+7zV6h8DIOR25xty4BuzOGsMHnh/76HHGrgypGSM2mR1Js0tJJsmpkzeSwYUF3lO8DIexH0t0RGH9tzMe7UagTUKZFp06jlH15Gt2isB2qw7R3tT68P8HZn6JtfEG5f+y3h04UuKoWBWbDHK1bCzFVdlldWGHnaWczSL0hk8gAAAIEA0TAsNurfLuQAB9HDgayN/Xkjib5fRKmwKeKfcp3sKYrmTqN7eTEPNarRMPBaUxuW8bOUkoQ11p+LPk8Dq3T2XlTru/SEQYWgk9wXmu4DSwX2lNxkBG6p8yl8FwFSVHVTn4wfPPJ3VZO5R8z3cx9QJ2T7UcAlfovJpUjYEgUYXNk= root@cinder-test-vm-6a62766d-7aa6-4655-ae12-566aca2b50e5 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.10s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.8,24,fe80::f816:3eff:fe2b:e8ab/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.1 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000017 name: N/A availability-zone: nova local-hostname: cinder-test-vm-6a62766d-7aa6-4655-ae12-566aca2b50e5 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.34 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-6a62766d-7aa6-4655-ae12-566aca2b50e5 login: 2018-07-19 05:17:31,774 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6302310L 2018-07-19 05:17:31,775 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-19 05:17:31,813 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-19 05:17:31,814 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-19 05:17:31,815 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-19 05:17:31,815 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-19 05:17:31,815 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-19 05:17:31,815 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-19 05:17:31,815 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-19 05:17:31,816 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-19 05:17:31,868 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-19 05:17:31,868 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-19 05:17:31,875 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: 24e9513c902bd49bcdd326c158111b14 2018-07-19 05:17:31,876 - paramiko.transport - DEBUG - Trying discovered key 6bf50f860c1aac5254e2d55a906d9322 in /tmp/tmpVuWjkb 2018-07-19 05:17:31,908 - paramiko.transport - DEBUG - userauth is OK 2018-07-19 05:17:31,915 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-19 05:17:31,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-07-19 05:17:31,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542/os-volume_attachments -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" -d '{"volumeAttachment": {"volumeId": "e3e5d070-999b-463c-a543-06bf7b1a7c27"}}' 2018-07-19 05:17:35,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-860496e6-8869-4106-ba26-817d6bc9ed2d x-compute-request-id: req-860496e6-8869-4106-ba26-817d6bc9ed2d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "bbc723db-3e1f-4d28-a82e-1204ded0c542", "id": "e3e5d070-999b-463c-a543-06bf7b1a7c27", "volumeId": "e3e5d070-999b-463c-a543-06bf7b1a7c27"}} 2018-07-19 05:17:35,166 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542/os-volume_attachments used request id req-860496e6-8869-4106-ba26-817d6bc9ed2d 2018-07-19 05:17:35,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 3.22557497025s 2018-07-19 05:17:35,167 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542/os-volume_attachments used request id req-860496e6-8869-4106-ba26-817d6bc9ed2d 2018-07-19 05:17:35,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-19 05:17:35,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:36,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17:35 GMT Server: Apache x-compute-request-id: req-6c1a402b-7932-47cb-b85b-5792acdf23c2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6c1a402b-7932-47cb-b85b-5792acdf23c2 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "790c84b135d141569091fc3f593f9852", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "self"}, {"href": "http://172.30.9.28:8776/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-19T05:17:07.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "updated_at": "2018-07-19T05:17:35.000000", "volume_type": null, "name": "cinder_test-volume_6a62766d-7aa6-4655-ae12-566aca2b50e5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e3e5d070-999b-463c-a543-06bf7b1a7c27", "size": 2}]} 2018-07-19 05:17:36,089 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-6c1a402b-7932-47cb-b85b-5792acdf23c2 2018-07-19 05:17:36,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.92155790329s 2018-07-19 05:17:36,089 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-6c1a402b-7932-47cb-b85b-5792acdf23c2 2018-07-19 05:17:36,091 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:17:38,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-19 05:17:38,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:39,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17:38 GMT Server: Apache x-compute-request-id: req-1a2ec05e-9466-4243-b5dc-ad4d21625ad6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1a2ec05e-9466-4243-b5dc-ad4d21625ad6 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volumes": [{"status": "attaching", "user_id": "790c84b135d141569091fc3f593f9852", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "self"}, {"href": "http://172.30.9.28:8776/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-19T05:17:07.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "updated_at": "2018-07-19T05:17:38.000000", "volume_type": null, "name": "cinder_test-volume_6a62766d-7aa6-4655-ae12-566aca2b50e5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "e3e5d070-999b-463c-a543-06bf7b1a7c27", "size": 2}]} 2018-07-19 05:17:39,067 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-1a2ec05e-9466-4243-b5dc-ad4d21625ad6 2018-07-19 05:17:39,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.973299026489s 2018-07-19 05:17:39,067 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-1a2ec05e-9466-4243-b5dc-ad4d21625ad6 2018-07-19 05:17:39,069 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:17:41,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-19 05:17:41,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:42,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17:41 GMT Server: Apache x-compute-request-id: req-675a5f7a-8cd7-4e83-aafc-260aaf1ba8ff OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-675a5f7a-8cd7-4e83-aafc-260aaf1ba8ff Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "790c84b135d141569091fc3f593f9852", "attachments": [{"server_id": "bbc723db-3e1f-4d28-a82e-1204ded0c542", "attachment_id": "316e9934-c539-46c8-8bc7-7ad84feb67b8", "attached_at": "2018-07-19T05:17:38.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "e3e5d070-999b-463c-a543-06bf7b1a7c27", "device": "/dev/vdb", "id": "e3e5d070-999b-463c-a543-06bf7b1a7c27"}], "links": [{"href": "http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "self"}, {"href": "http://172.30.9.28:8776/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-19T05:17:07.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "updated_at": "2018-07-19T05:17:39.000000", "volume_type": null, "name": "cinder_test-volume_6a62766d-7aa6-4655-ae12-566aca2b50e5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "e3e5d070-999b-463c-a543-06bf7b1a7c27", "size": 2}]} 2018-07-19 05:17:42,032 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-675a5f7a-8cd7-4e83-aafc-260aaf1ba8ff 2018-07-19 05:17:42,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.961034059525s 2018-07-19 05:17:42,033 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-675a5f7a-8cd7-4e83-aafc-260aaf1ba8ff 2018-07-19 05:17:42,035 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-19 05:17:42,036 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-19 05:17:42,037 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-19 05:17:42,038 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-19 05:17:42,105 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-19 05:17:42,106 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-07-19 05:17:42,107 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-07-19 05:17:42,108 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-19 05:17:42,144 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-07-19 05:17:42,145 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-07-19 05:17:42,172 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-07-19 05:17:42,554 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-07-19 05:17:42,554 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Creating filesystem with 524288 4k blocks and 131072 inodes Filesystem UUID: 8a2f112a-79a9-4cf4-affd-9a28ad9446a3 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: 0/16 done Writing inode tables: 0/16 done Creating journal (16384 blocks): done Writing superblocks and filesystem accounting information: 0/16 done New data added to the volume! 2018-07-19 05:17:42,555 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-07-19 05:17:42,555 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-07-19 05:17:42,555 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-07-19 05:17:42,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-07-19 05:17:42,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542/os-volume_attachments/e3e5d070-999b-463c-a543-06bf7b1a7c27 -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:44,172 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:17: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-0d009013-36d8-4bde-98ee-2c77076c8e8f x-compute-request-id: req-0d009013-36d8-4bde-98ee-2c77076c8e8f Content-Length: 0 Content-Type: application/json 2018-07-19 05:17:44,173 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542/os-volume_attachments/e3e5d070-999b-463c-a543-06bf7b1a7c27 used request id req-0d009013-36d8-4bde-98ee-2c77076c8e8f 2018-07-19 05:17:44,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.616147995s 2018-07-19 05:17:44,173 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542/os-volume_attachments/e3e5d070-999b-463c-a543-06bf7b1a7c27 used request id req-0d009013-36d8-4bde-98ee-2c77076c8e8f 2018-07-19 05:17:44,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-19 05:17:44,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:45,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17:44 GMT Server: Apache x-compute-request-id: req-98d88dc1-2f3a-40ad-8d88-8be71eaa36ee OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-98d88dc1-2f3a-40ad-8d88-8be71eaa36ee Content-Encoding: gzip Content-Length: 580 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "790c84b135d141569091fc3f593f9852", "attachments": [{"server_id": "bbc723db-3e1f-4d28-a82e-1204ded0c542", "attachment_id": "316e9934-c539-46c8-8bc7-7ad84feb67b8", "attached_at": "2018-07-19T05:17:38.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "e3e5d070-999b-463c-a543-06bf7b1a7c27", "device": "/dev/vdb", "id": "e3e5d070-999b-463c-a543-06bf7b1a7c27"}], "links": [{"href": "http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "self"}, {"href": "http://172.30.9.28:8776/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-19T05:17:07.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "updated_at": "2018-07-19T05:17:44.000000", "volume_type": null, "name": "cinder_test-volume_6a62766d-7aa6-4655-ae12-566aca2b50e5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "e3e5d070-999b-463c-a543-06bf7b1a7c27", "size": 2}]} 2018-07-19 05:17:45,150 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-98d88dc1-2f3a-40ad-8d88-8be71eaa36ee 2018-07-19 05:17:45,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.977016925812s 2018-07-19 05:17:45,151 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-98d88dc1-2f3a-40ad-8d88-8be71eaa36ee 2018-07-19 05:17:45,152 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:17:47,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-19 05:17:47,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:47,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17:47 GMT Server: Apache x-compute-request-id: req-fdc23f63-1cf4-4457-a679-f10339959c91 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fdc23f63-1cf4-4457-a679-f10339959c91 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "790c84b135d141569091fc3f593f9852", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "self"}, {"href": "http://172.30.9.28:8776/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-19T05:17:07.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "updated_at": "2018-07-19T05:17:45.000000", "volume_type": null, "name": "cinder_test-volume_6a62766d-7aa6-4655-ae12-566aca2b50e5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e3e5d070-999b-463c-a543-06bf7b1a7c27", "size": 2}]} 2018-07-19 05:17:47,221 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-fdc23f63-1cf4-4457-a679-f10339959c91 2018-07-19 05:17:47,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0659239292145s 2018-07-19 05:17:47,221 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-fdc23f63-1cf4-4457-a679-f10339959c91 2018-07-19 05:17:47,223 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-07-19 05:17:47,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-07-19 05:17:47,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d/os-volume_attachments -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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" -d '{"volumeAttachment": {"volumeId": "e3e5d070-999b-463c-a543-06bf7b1a7c27"}}' 2018-07-19 05:17:49,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c4f2c72-71cc-4268-bae4-908860e7d2b5 x-compute-request-id: req-3c4f2c72-71cc-4268-bae4-908860e7d2b5 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "f0af62bc-0e00-4a2a-9222-e682803db16d", "id": "e3e5d070-999b-463c-a543-06bf7b1a7c27", "volumeId": "e3e5d070-999b-463c-a543-06bf7b1a7c27"}} 2018-07-19 05:17:49,867 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d/os-volume_attachments used request id req-3c4f2c72-71cc-4268-bae4-908860e7d2b5 2018-07-19 05:17:49,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.64389705658s 2018-07-19 05:17:49,868 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d/os-volume_attachments used request id req-3c4f2c72-71cc-4268-bae4-908860e7d2b5 2018-07-19 05:17:49,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-19 05:17:49,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:49,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17:49 GMT Server: Apache x-compute-request-id: req-b04fb1a5-1f70-4d95-9137-89e5c68c573a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b04fb1a5-1f70-4d95-9137-89e5c68c573a Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "790c84b135d141569091fc3f593f9852", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "self"}, {"href": "http://172.30.9.28:8776/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-19T05:17:07.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "updated_at": "2018-07-19T05:17:49.000000", "volume_type": null, "name": "cinder_test-volume_6a62766d-7aa6-4655-ae12-566aca2b50e5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e3e5d070-999b-463c-a543-06bf7b1a7c27", "size": 2}]} 2018-07-19 05:17:49,931 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-b04fb1a5-1f70-4d95-9137-89e5c68c573a 2018-07-19 05:17:49,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0627331733704s 2018-07-19 05:17:49,931 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-b04fb1a5-1f70-4d95-9137-89e5c68c573a 2018-07-19 05:17:49,933 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:17:51,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-19 05:17:51,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:52,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17:51 GMT Server: Apache x-compute-request-id: req-d78cc7e0-2681-4f88-b346-5cf3f6e4e48d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d78cc7e0-2681-4f88-b346-5cf3f6e4e48d Content-Encoding: gzip Content-Length: 575 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "790c84b135d141569091fc3f593f9852", "attachments": [{"server_id": "f0af62bc-0e00-4a2a-9222-e682803db16d", "attachment_id": "f43fb703-d001-4fd0-84a6-689782b79a29", "attached_at": "2018-07-19T05:17:51.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "e3e5d070-999b-463c-a543-06bf7b1a7c27", "device": "/dev/vdb", "id": "e3e5d070-999b-463c-a543-06bf7b1a7c27"}], "links": [{"href": "http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "self"}, {"href": "http://172.30.9.28:8776/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-19T05:17:07.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "updated_at": "2018-07-19T05:17:51.000000", "volume_type": null, "name": "cinder_test-volume_6a62766d-7aa6-4655-ae12-566aca2b50e5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "e3e5d070-999b-463c-a543-06bf7b1a7c27", "size": 2}]} 2018-07-19 05:17:52,913 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-d78cc7e0-2681-4f88-b346-5cf3f6e4e48d 2018-07-19 05:17:52,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.977364063263s 2018-07-19 05:17:52,913 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-d78cc7e0-2681-4f88-b346-5cf3f6e4e48d 2018-07-19 05:17:52,915 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-19 05:17:52,917 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-19 05:17:52,918 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-19 05:17:52,920 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-19 05:17:52,987 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-19 05:17:52,988 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-07-19 05:17:52,988 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-07-19 05:17:52,989 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-19 05:17:53,026 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-07-19 05:17:53,027 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-07-19 05:17:53,054 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-07-19 05:17:53,074 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-07-19 05:17:53,074 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Found new data! 2018-07-19 05:17:53,074 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-07-19 05:17:53,075 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-07-19 05:17:53,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-07-19 05:17:53,076 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-07-19 05:17:53,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d/os-volume_attachments/e3e5d070-999b-463c-a543-06bf7b1a7c27 -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:55,428 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:17:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-772a96fa-eb5e-44bb-96e3-4a2fcb010bd9 x-compute-request-id: req-772a96fa-eb5e-44bb-96e3-4a2fcb010bd9 Content-Length: 0 Content-Type: application/json 2018-07-19 05:17:55,428 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d/os-volume_attachments/e3e5d070-999b-463c-a543-06bf7b1a7c27 used request id req-772a96fa-eb5e-44bb-96e3-4a2fcb010bd9 2018-07-19 05:17:55,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 2.35283493996s 2018-07-19 05:17:55,429 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d/os-volume_attachments/e3e5d070-999b-463c-a543-06bf7b1a7c27 used request id req-772a96fa-eb5e-44bb-96e3-4a2fcb010bd9 2018-07-19 05:17:55,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-19 05:17:55,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:55,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17:55 GMT Server: Apache x-compute-request-id: req-5491a7a0-91e7-4f94-aced-50ddaa96c7d0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5491a7a0-91e7-4f94-aced-50ddaa96c7d0 Content-Encoding: gzip Content-Length: 579 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "790c84b135d141569091fc3f593f9852", "attachments": [{"server_id": "f0af62bc-0e00-4a2a-9222-e682803db16d", "attachment_id": "f43fb703-d001-4fd0-84a6-689782b79a29", "attached_at": "2018-07-19T05:17:51.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "e3e5d070-999b-463c-a543-06bf7b1a7c27", "device": "/dev/vdb", "id": "e3e5d070-999b-463c-a543-06bf7b1a7c27"}], "links": [{"href": "http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "self"}, {"href": "http://172.30.9.28:8776/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-19T05:17:07.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "updated_at": "2018-07-19T05:17:55.000000", "volume_type": null, "name": "cinder_test-volume_6a62766d-7aa6-4655-ae12-566aca2b50e5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "e3e5d070-999b-463c-a543-06bf7b1a7c27", "size": 2}]} 2018-07-19 05:17:55,497 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-5491a7a0-91e7-4f94-aced-50ddaa96c7d0 2018-07-19 05:17:55,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0682029724121s 2018-07-19 05:17:55,498 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-5491a7a0-91e7-4f94-aced-50ddaa96c7d0 2018-07-19 05:17:55,499 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:17:57,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-19 05:17:57,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:58,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17:57 GMT Server: Apache x-compute-request-id: req-f52f9dfe-45c5-421c-b94f-6cccecf4e9e6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f52f9dfe-45c5-421c-b94f-6cccecf4e9e6 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "790c84b135d141569091fc3f593f9852", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "self"}, {"href": "http://172.30.9.28:8776/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-19T05:17:07.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "updated_at": "2018-07-19T05:17:55.000000", "volume_type": null, "name": "cinder_test-volume_6a62766d-7aa6-4655-ae12-566aca2b50e5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e3e5d070-999b-463c-a543-06bf7b1a7c27", "size": 2}]} 2018-07-19 05:17:58,437 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-f52f9dfe-45c5-421c-b94f-6cccecf4e9e6 2018-07-19 05:17:58,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.934812068939s 2018-07-19 05:17:58,437 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-f52f9dfe-45c5-421c-b94f-6cccecf4e9e6 2018-07-19 05:17:58,576 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-19 05:17:58,576 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:28 | PASS | +---------------------+------------------+------------------+----------------+ 2018-07-19 05:17:58,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-19 05:17:58,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:58,729 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:17:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f645b101-312b-4322-befd-b9596238644e x-compute-request-id: req-f645b101-312b-4322-befd-b9596238644e Content-Type: application/json 2018-07-19 05:17:58,729 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d used request id req-f645b101-312b-4322-befd-b9596238644e 2018-07-19 05:17:58,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.147619009018s 2018-07-19 05:17:58,729 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d used request id req-f645b101-312b-4322-befd-b9596238644e 2018-07-19 05:17:58,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:17:58,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:17:59,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:17: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-1416dc91-aa0a-4fec-8ea8-b61aba194d3b x-compute-request-id: req-1416dc91-aa0a-4fec-8ea8-b61aba194d3b Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:e8:ab", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:e8:ab", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:17:23.000000", "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "bbc723db-3e1f-4d28-a82e-1204ded0c542", "security_groups": [{"name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}], "user_id": "790c84b135d141569091fc3f593f9852", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:17:23Z", "hostId": "e358bfc69224d6b2777b7b2a3465eae056a06fa651dfe8adaa5cecf0", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:17:14Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:18:ec", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:18:ec", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0af62bc-0e00-4a2a-9222-e682803db16d", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:16:58.000000", "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "f0af62bc-0e00-4a2a-9222-e682803db16d", "security_groups": [{"name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}], "user_id": "790c84b135d141569091fc3f593f9852", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:17:58Z", "hostId": "b245bdda5fa54e7e58dac76f30c5025f51dd2fcf2f1511e77a0db6a6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm2_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:16:49Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:17:59,321 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1416dc91-aa0a-4fec-8ea8-b61aba194d3b 2018-07-19 05:17:59,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.591325998306s 2018-07-19 05:17:59,321 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1416dc91-aa0a-4fec-8ea8-b61aba194d3b 2018-07-19 05:17:59,324 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:18:01,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:18:01,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:01,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a2c611e-5a20-4619-b84c-248dab6ee392 x-compute-request-id: req-6a2c611e-5a20-4619-b84c-248dab6ee392 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:e8:ab", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:e8:ab", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:17:23.000000", "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "bbc723db-3e1f-4d28-a82e-1204ded0c542", "security_groups": [{"name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}], "user_id": "790c84b135d141569091fc3f593f9852", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:17:23Z", "hostId": "e358bfc69224d6b2777b7b2a3465eae056a06fa651dfe8adaa5cecf0", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:17:14Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:18:01,885 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6a2c611e-5a20-4619-b84c-248dab6ee392 2018-07-19 05:18:01,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.558489084244s 2018-07-19 05:18:01,885 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6a2c611e-5a20-4619-b84c-248dab6ee392 2018-07-19 05:18:01,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-19 05:18:01,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/24a292e8-64cd-4dd0-b919-a9db7b8a28f5.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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:02,923 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-06fc9c02-e2e5-48c8-80dd-d6d1a573bf28 Content-Length: 0 Date: Thu, 19 Jul 2018 05:18:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:18:02,923 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/24a292e8-64cd-4dd0-b919-a9db7b8a28f5.json used request id req-06fc9c02-e2e5-48c8-80dd-d6d1a573bf28 2018-07-19 05:18:02,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.03373479843s 2018-07-19 05:18:02,924 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/24a292e8-64cd-4dd0-b919-a9db7b8a28f5.json used request id req-06fc9c02-e2e5-48c8-80dd-d6d1a573bf28 2018-07-19 05:18:02,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:18:02,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:02,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-0ec9396c-2b52-4110-9909-ac41b2b661e8 Date: Thu, 19 Jul 2018 05:18:02 GMT RESP BODY: {"floatingips": [{"router_id": "a0322c26-5238-42a6-8d5c-b092b5f7c92d", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:17:28Z", "updated_at": "2018-07-19T05:17:32Z", "floating_network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "98f94041-01c1-4102-9f62-c662e63a4dc1", "device_owner": "compute:nova", "mac_address": "fa:16:3e:2b:e8:ab", "device_id": "bbc723db-3e1f-4d28-a82e-1204ded0c542"}, "fixed_ip_address": "192.168.0.8", "floating_ip_address": "172.30.9.208", "revision_number": 3, "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_id": "290e59e6-8eaf-465f-9769-cfbd463240c7", "id": "02eb46be-9607-4d5b-b99e-04f8ab9943cb", "qos_policy_id": null}]} 2018-07-19 05:18:02,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-0ec9396c-2b52-4110-9909-ac41b2b661e8 2018-07-19 05:18:02,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0637791156769s 2018-07-19 05:18:02,992 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-0ec9396c-2b52-4110-9909-ac41b2b661e8 2018-07-19 05:18:02,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-19 05:18:03,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:03,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:03 GMT Server: Apache x-compute-request-id: req-d1663a20-0a5b-49b6-9ccb-fceb100bb124 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d1663a20-0a5b-49b6-9ccb-fceb100bb124 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "790c84b135d141569091fc3f593f9852", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "self"}, {"href": "http://172.30.9.28:8776/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-19T05:17:07.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "updated_at": "2018-07-19T05:17:55.000000", "volume_type": null, "name": "cinder_test-volume_6a62766d-7aa6-4655-ae12-566aca2b50e5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e3e5d070-999b-463c-a543-06bf7b1a7c27", "size": 2}]} 2018-07-19 05:18:03,059 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-d1663a20-0a5b-49b6-9ccb-fceb100bb124 2018-07-19 05:18:03,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0619270801544s 2018-07-19 05:18:03,059 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-d1663a20-0a5b-49b6-9ccb-fceb100bb124 2018-07-19 05:18:03,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-07-19 05:18:03,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27 -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:04,083 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:18:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-25a2c25e-4fab-45c7-872e-4c1c7b9ace21 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-07-19 05:18:04,083 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27 used request id req-25a2c25e-4fab-45c7-872e-4c1c7b9ace21 2018-07-19 05:18:04,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 1.02154707909s 2018-07-19 05:18:04,083 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/e3e5d070-999b-463c-a543-06bf7b1a7c27 used request id req-25a2c25e-4fab-45c7-872e-4c1c7b9ace21 2018-07-19 05:18:04,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-19 05:18:04,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:05,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:04 GMT Server: Apache x-compute-request-id: req-dd087e0e-baa8-47e4-a3be-fad663f20495 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dd087e0e-baa8-47e4-a3be-fad663f20495 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-19 05:18:05,024 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-dd087e0e-baa8-47e4-a3be-fad663f20495 2018-07-19 05:18:05,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.940350055695s 2018-07-19 05:18:05,024 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c177aa5cc2524471bfe10db6f5893e9b/volumes/detail used request id req-dd087e0e-baa8-47e4-a3be-fad663f20495 2018-07-19 05:18:05,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-19 05:18:05,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/02eb46be-9607-4d5b-b99e-04f8ab9943cb.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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:06,461 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2d85d642-615e-429d-a967-8f9d2a842ffa Content-Length: 0 Date: Thu, 19 Jul 2018 05:18:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:18:06,461 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/02eb46be-9607-4d5b-b99e-04f8ab9943cb.json used request id req-2d85d642-615e-429d-a967-8f9d2a842ffa 2018-07-19 05:18:06,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.43413496017s 2018-07-19 05:18:06,462 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/02eb46be-9607-4d5b-b99e-04f8ab9943cb.json used request id req-2d85d642-615e-429d-a967-8f9d2a842ffa 2018-07-19 05:18:06,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 05:18:06,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:06,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-bef40db4-c03e-4730-85cc-624394332e46 Date: Thu, 19 Jul 2018 05:18:06 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:18:06,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-bef40db4-c03e-4730-85cc-624394332e46 2018-07-19 05:18:06,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0559768676758s 2018-07-19 05:18:06,523 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-bef40db4-c03e-4730-85cc-624394332e46 2018-07-19 05:18:06,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-19 05:18:06,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542 -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:06,830 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:18:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-80f4127b-02ff-4f6c-a0f1-d440c26d671c x-compute-request-id: req-80f4127b-02ff-4f6c-a0f1-d440c26d671c Content-Type: application/json 2018-07-19 05:18:06,831 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542 used request id req-80f4127b-02ff-4f6c-a0f1-d440c26d671c 2018-07-19 05:18:06,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.306487083435s 2018-07-19 05:18:06,831 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542 used request id req-80f4127b-02ff-4f6c-a0f1-d440c26d671c 2018-07-19 05:18:06,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:18:06,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:07,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18: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-77236406-bd83-4ea4-8582-cd774b179dcd x-compute-request-id: req-77236406-bd83-4ea4-8582-cd774b179dcd Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:e8:ab", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:e8:ab", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bbc723db-3e1f-4d28-a82e-1204ded0c542", "rel": "bookmark"}], "image": {"id": "4875f82a-6135-4218-909b-8611af495981", "links": [{"href": "http://172.30.9.28:8774/images/4875f82a-6135-4218-909b-8611af495981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T05:17:23.000000", "flavor": {"id": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "links": [{"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}]}, "id": "bbc723db-3e1f-4d28-a82e-1204ded0c542", "security_groups": [{"name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}], "user_id": "790c84b135d141569091fc3f593f9852", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:18:06Z", "hostId": "e358bfc69224d6b2777b7b2a3465eae056a06fa651dfe8adaa5cecf0", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5", "name": "cinder_test-vm_6a62766d-7aa6-4655-ae12-566aca2b50e5", "created": "2018-07-19T05:17:14Z", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 05:18:07,272 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-77236406-bd83-4ea4-8582-cd774b179dcd 2018-07-19 05:18:07,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.441071033478s 2018-07-19 05:18:07,273 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-77236406-bd83-4ea4-8582-cd774b179dcd 2018-07-19 05:18:07,275 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 05:18:09,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 05:18:09,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:09,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8d6d3d0b-c723-43cf-be80-d390e0ad12e5 x-compute-request-id: req-8d6d3d0b-c723-43cf-be80-d390e0ad12e5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-19 05:18:09,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8d6d3d0b-c723-43cf-be80-d390e0ad12e5 2018-07-19 05:18:09,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0805110931396s 2018-07-19 05:18:09,358 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8d6d3d0b-c723-43cf-be80-d390e0ad12e5 2018-07-19 05:18:09,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 05:18:09,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:09,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-f91d22c9-e9b3-43f5-baea-e91054490609 Date: Thu, 19 Jul 2018 05:18:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:31Z", "updated_at": "2018-07-19T05:16:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "2293d456-8f24-429b-ab2a-00ef9b42a287", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "7702dd40-729c-4190-8272-b00d48d250b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "ade92de2-cd44-4c2e-8b8f-476d9f2822a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "f4719301-1d4e-44f6-9668-712cb8573946", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}], "revision_number": 1, "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:44Z", "updated_at": "2018-07-19T05:16:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-19T05:16:45Z", "revision_number": 0, "id": "03144f53-a61b-4206-b3af-a4459ee5251a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:45Z", "security_group_id": "e323be05-3b7a-47b5-a24c-0eea534d337e", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:44Z", "revision_number": 0, "id": "1377ef8e-ea32-4cb3-abf9-873853667534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:44Z", "security_group_id": "e323be05-3b7a-47b5-a24c-0eea534d337e", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:45Z", "revision_number": 0, "id": "2d451924-9306-490e-ba5f-575b367175cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:45Z", "security_group_id": "e323be05-3b7a-47b5-a24c-0eea534d337e", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:44Z", "revision_number": 0, "id": "5ae248bf-0d42-4e73-8194-49618560a96d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:44Z", "security_group_id": "e323be05-3b7a-47b5-a24c-0eea534d337e", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}], "revision_number": 3, "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "e323be05-3b7a-47b5-a24c-0eea534d337e", "name": "cinder_test-sg_6a62766d-7aa6-4655-ae12-566aca2b50e5"}]} 2018-07-19 05:18:09,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-f91d22c9-e9b3-43f5-baea-e91054490609 2018-07-19 05:18:09,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0519380569458s 2018-07-19 05:18:09,414 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-f91d22c9-e9b3-43f5-baea-e91054490609 2018-07-19 05:18:09,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-19 05:18:09,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/e323be05-3b7a-47b5-a24c-0eea534d337e.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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:09,573 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-505c7d23-a7e2-4c86-813c-5b2d2ae95912 Content-Length: 0 Date: Thu, 19 Jul 2018 05:18:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:18:09,573 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/e323be05-3b7a-47b5-a24c-0eea534d337e.json used request id req-505c7d23-a7e2-4c86-813c-5b2d2ae95912 2018-07-19 05:18:09,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.155475854874s 2018-07-19 05:18:09,574 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/e323be05-3b7a-47b5-a24c-0eea534d337e.json used request id req-505c7d23-a7e2-4c86-813c-5b2d2ae95912 2018-07-19 05:18:09,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-19 05:18:09,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5 -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:09,648 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:18:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cd8ccca5-260a-45fb-a94d-6b08316f21fd x-compute-request-id: req-cd8ccca5-260a-45fb-a94d-6b08316f21fd Content-Length: 0 Content-Type: application/json 2018-07-19 05:18:09,648 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5 used request id req-cd8ccca5-260a-45fb-a94d-6b08316f21fd 2018-07-19 05:18:09,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0742130279541s 2018-07-19 05:18:09,649 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cinder_test-kp_6a62766d-7aa6-4655-ae12-566aca2b50e5 used request id req-cd8ccca5-260a-45fb-a94d-6b08316f21fd 2018-07-19 05:18:09,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-19 05:18:09,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/a0322c26-5238-42a6-8d5c-b092b5f7c92d/remove_router_interface.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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" -d '{"subnet_id": "2c40f9ab-bd50-427a-9602-489e1f613bfe"}' 2018-07-19 05:18:11,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7ee8a538-f79e-4443-8032-88e12262b8a1 Date: Thu, 19 Jul 2018 05:18:11 GMT RESP BODY: {"network_id": "98f94041-01c1-4102-9f62-c662e63a4dc1", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "subnet_id": "2c40f9ab-bd50-427a-9602-489e1f613bfe", "subnet_ids": ["2c40f9ab-bd50-427a-9602-489e1f613bfe"], "port_id": "f53b3df2-334b-4efd-a3f8-78a3eb2f7d44", "id": "a0322c26-5238-42a6-8d5c-b092b5f7c92d"} 2018-07-19 05:18:11,832 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a0322c26-5238-42a6-8d5c-b092b5f7c92d/remove_router_interface.json used request id req-7ee8a538-f79e-4443-8032-88e12262b8a1 2018-07-19 05:18:11,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.1826338768s 2018-07-19 05:18:11,832 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a0322c26-5238-42a6-8d5c-b092b5f7c92d/remove_router_interface.json used request id req-7ee8a538-f79e-4443-8032-88e12262b8a1 returning object a0322c26-5238-42a6-8d5c-b092b5f7c92d 2018-07-19 05:18:11,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-19 05:18:11,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:12,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-70437a3a-b087-4d78-936f-10253a6067fe Date: Thu, 19 Jul 2018 05:18:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:34Z", "admin_state_up": true, "updated_at": "2018-07-19T05:18:10Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "a0322c26-5238-42a6-8d5c-b092b5f7c92d", "name": "cinder_test-router_6a62766d-7aa6-4655-ae12-566aca2b50e5"}]} 2018-07-19 05:18:12,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-70437a3a-b087-4d78-936f-10253a6067fe 2018-07-19 05:18:12,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.312922000885s 2018-07-19 05:18:12,146 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-70437a3a-b087-4d78-936f-10253a6067fe 2018-07-19 05:18:12,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-19 05:18:12,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/a0322c26-5238-42a6-8d5c-b092b5f7c92d.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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:15,799 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ac71d185-c527-4d2b-af0e-faf3c3963a73 Content-Length: 0 Date: Thu, 19 Jul 2018 05:18:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:18:15,799 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/a0322c26-5238-42a6-8d5c-b092b5f7c92d.json used request id req-ac71d185-c527-4d2b-af0e-faf3c3963a73 2018-07-19 05:18:15,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.65176510811s 2018-07-19 05:18:15,800 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/a0322c26-5238-42a6-8d5c-b092b5f7c92d.json used request id req-ac71d185-c527-4d2b-af0e-faf3c3963a73 2018-07-19 05:18:15,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 05:18:15,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:15,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ae4494c6-f3cd-419f-8604-963038b7f65c Date: Thu, 19 Jul 2018 05:18:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98f94041-01c1-4102-9f62-c662e63a4dc1","tenant_id":"c177aa5cc2524471bfe10db6f5893e9b","created_at":"2018-07-19T05:16:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T05:16:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"c177aa5cc2524471bfe10db6f5893e9b","id":"2c40f9ab-bd50-427a-9602-489e1f613bfe","subnetpool_id":null,"name":"cinder_test-subnet_6a62766d-7aa6-4655-ae12-566aca2b50e5"}]} 2018-07-19 05:18:15,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-ae4494c6-f3cd-419f-8604-963038b7f65c 2018-07-19 05:18:15,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0619509220123s 2018-07-19 05:18:15,862 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-ae4494c6-f3cd-419f-8604-963038b7f65c 2018-07-19 05:18:15,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-19 05:18:15,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/2c40f9ab-bd50-427a-9602-489e1f613bfe.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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:17,928 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a330d3b2-fba0-4c4a-aaaf-c94a794da042 Date: Thu, 19 Jul 2018 05:18:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:18:17,928 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/2c40f9ab-bd50-427a-9602-489e1f613bfe.json used request id req-a330d3b2-fba0-4c4a-aaaf-c94a794da042 2018-07-19 05:18:17,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.06453609467s 2018-07-19 05:18:17,928 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/2c40f9ab-bd50-427a-9602-489e1f613bfe.json used request id req-a330d3b2-fba0-4c4a-aaaf-c94a794da042 2018-07-19 05:18:17,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 05:18:17,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:18,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1238 X-Openstack-Request-Id: req-436f4d17-6562-4c18-ae7b-75f3c2ea5351 Date: Thu, 19 Jul 2018 05:18:18 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"98f94041-01c1-4102-9f62-c662e63a4dc1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c177aa5cc2524471bfe10db6f5893e9b","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:18:17Z","qos_policy_id":null,"name":"cinder_test-net_6a62766d-7aa6-4655-ae12-566aca2b50e5","admin_state_up":true,"tenant_id":"c177aa5cc2524471bfe10db6f5893e9b","created_at":"2018-07-19T05:16:31Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","mtu":1500}]} 2018-07-19 05:18:18,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-436f4d17-6562-4c18-ae7b-75f3c2ea5351 2018-07-19 05:18:18,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.124996900558s 2018-07-19 05:18:18,054 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-436f4d17-6562-4c18-ae7b-75f3c2ea5351 2018-07-19 05:18:18,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-19 05:18:18,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/98f94041-01c1-4102-9f62-c662e63a4dc1.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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:19,473 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ab6d99c5-db05-4072-b6b5-439d42d6efa6 Date: Thu, 19 Jul 2018 05:18:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:18:19,473 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/98f94041-01c1-4102-9f62-c662e63a4dc1.json used request id req-ab6d99c5-db05-4072-b6b5-439d42d6efa6 2018-07-19 05:18:19,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.41745710373s 2018-07-19 05:18:19,474 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/98f94041-01c1-4102-9f62-c662e63a4dc1.json used request id req-ab6d99c5-db05-4072-b6b5-439d42d6efa6 2018-07-19 05:18:19,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 05:18:19,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:19,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-8e133523-3500-454f-83cc-08be65cbaa2f Date: Thu, 19 Jul 2018 05:18:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/4875f82a-6135-4218-909b-8611af495981/snap", "metadata": {}}], "file": "/v2/images/4875f82a-6135-4218-909b-8611af495981/file", "owner": "c177aa5cc2524471bfe10db6f5893e9b", "id": "4875f82a-6135-4218-909b-8611af495981", "size": 12716032, "self": "/v2/images/4875f82a-6135-4218-909b-8611af495981", "disk_format": "qcow2", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/4875f82a-6135-4218-909b-8611af495981/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T05:16:43Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_6a62766d-7aa6-4655-ae12-566aca2b50e5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_6a62766d-7aa6-4655-ae12-566aca2b50e5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T05:16:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 05:18:19,707 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8e133523-3500-454f-83cc-08be65cbaa2f 2018-07-19 05:18:19,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.229587078094s 2018-07-19 05:18:19,708 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8e133523-3500-454f-83cc-08be65cbaa2f 2018-07-19 05:18:19,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-19 05:18:19,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/4875f82a-6135-4218-909b-8611af495981 -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}242eef181cb6a89966ca2091b17f13b497cd99c5" 2018-07-19 05:18:21,174 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a620faa9-ba86-4e93-bfcc-d94b5ea58dc0 Date: Thu, 19 Jul 2018 05:18:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:18:21,174 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/4875f82a-6135-4218-909b-8611af495981 used request id req-a620faa9-ba86-4e93-bfcc-d94b5ea58dc0 2018-07-19 05:18:21,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.46478295326s 2018-07-19 05:18:21,174 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/4875f82a-6135-4218-909b-8611af495981 used request id req-a620faa9-ba86-4e93-bfcc-d94b5ea58dc0 2018-07-19 05:18:21,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 05:18:21,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -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}c4bf5ae169c0f898609b1d57e7573287a5dc323b" 2018-07-19 05:18:21,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2181cf61-32a5-4b91-96ce-fd4aa16260a4 x-compute-request-id: req-2181cf61-32a5-4b91-96ce-fd4aa16260a4 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_6a62766d-7aa6-4655-ae12-566aca2b50e5", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1", "rel": "bookmark"}], "ram": 512, "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": "75a41a33-2e39-4b12-b733-f8b41d6d1ef1"}]} 2018-07-19 05:18:21,202 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-2181cf61-32a5-4b91-96ce-fd4aa16260a4 2018-07-19 05:18:21,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0266499519348s 2018-07-19 05:18:21,202 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-2181cf61-32a5-4b91-96ce-fd4aa16260a4 2018-07-19 05:18:21,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-19 05:18:21,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1 -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}c4bf5ae169c0f898609b1d57e7573287a5dc323b" 2018-07-19 05:18:21,240 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:18:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5cbbc7d6-31b5-460f-96fa-b5a6fb4b3f21 x-compute-request-id: req-5cbbc7d6-31b5-460f-96fa-b5a6fb4b3f21 Content-Length: 0 Content-Type: application/json 2018-07-19 05:18:21,240 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1 used request id req-5cbbc7d6-31b5-460f-96fa-b5a6fb4b3f21 2018-07-19 05:18:21,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0366199016571s 2018-07-19 05:18:21,240 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/75a41a33-2e39-4b12-b733-f8b41d6d1ef1 used request id req-5cbbc7d6-31b5-460f-96fa-b5a6fb4b3f21 2018-07-19 05:18:21,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 05:18:21,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -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}c4bf5ae169c0f898609b1d57e7573287a5dc323b" 2018-07-19 05:18:21,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a8bba39-d59e-4352-a009-038411574b61 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder_test-user_6a62766d-7aa6-4655-ae12-566aca2b50e5", "links": {"self": "http://172.30.9.28:5000/v3/users/790c84b135d141569091fc3f593f9852"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "790c84b135d141569091fc3f593f9852", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:18:21,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7a8bba39-d59e-4352-a009-038411574b61 2018-07-19 05:18:21,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.119388103485s 2018-07-19 05:18:21,361 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7a8bba39-d59e-4352-a009-038411574b61 2018-07-19 05:18:21,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 05:18:21,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/790c84b135d141569091fc3f593f9852 -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}c4bf5ae169c0f898609b1d57e7573287a5dc323b" 2018-07-19 05:18:21,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9bd3307-235c-4f8f-95e6-0d768263741b Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_6a62766d-7aa6-4655-ae12-566aca2b50e5", "links": {"self": "http://172.30.9.28:5000/v3/users/790c84b135d141569091fc3f593f9852"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "790c84b135d141569091fc3f593f9852", "description": null}} 2018-07-19 05:18:21,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/790c84b135d141569091fc3f593f9852 used request id req-b9bd3307-235c-4f8f-95e6-0d768263741b 2018-07-19 05:18:21,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.128485918045s 2018-07-19 05:18:21,496 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/790c84b135d141569091fc3f593f9852 used request id req-b9bd3307-235c-4f8f-95e6-0d768263741b 2018-07-19 05:18:21,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-19 05:18:21,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/790c84b135d141569091fc3f593f9852 -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}c4bf5ae169c0f898609b1d57e7573287a5dc323b" 2018-07-19 05:18:21,778 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:18:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fe35a07-c7c0-4cb3-9f92-3cc2991dde56 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:18:21,779 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/790c84b135d141569091fc3f593f9852 used request id req-0fe35a07-c7c0-4cb3-9f92-3cc2991dde56 2018-07-19 05:18:21,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.282180070877s 2018-07-19 05:18:21,779 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/790c84b135d141569091fc3f593f9852 used request id req-0fe35a07-c7c0-4cb3-9f92-3cc2991dde56 2018-07-19 05:18:21,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 05:18:21,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/projects -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}c4bf5ae169c0f898609b1d57e7573287a5dc323b" 2018-07-19 05:18:21,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0f5bccb-5b29-44b2-a889-8029fa541c11 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf"}, "tags": [], "enabled": true, "id": "808316c313f0491a8efb6e31d026d3bf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.28:5000/v3/projects/c177aa5cc2524471bfe10db6f5893e9b"}, "tags": [], "enabled": true, "id": "c177aa5cc2524471bfe10db6f5893e9b", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_6a62766d-7aa6-4655-ae12-566aca2b50e5"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "id": "c9003101a9994c308fccde61f611d998", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-19 05:18:21,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-f0f5bccb-5b29-44b2-a889-8029fa541c11 2018-07-19 05:18:21,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101739883423s 2018-07-19 05:18:21,888 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-f0f5bccb-5b29-44b2-a889-8029fa541c11 2018-07-19 05:18:21,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-19 05:18:21,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/c177aa5cc2524471bfe10db6f5893e9b -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}c4bf5ae169c0f898609b1d57e7573287a5dc323b" 2018-07-19 05:18:22,095 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:18:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-173f042b-97fe-4519-a814-b8adf7a42b5e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:18:22,096 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/c177aa5cc2524471bfe10db6f5893e9b used request id req-173f042b-97fe-4519-a814-b8adf7a42b5e 2018-07-19 05:18:22,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.203227043152s 2018-07-19 05:18:22,096 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/c177aa5cc2524471bfe10db6f5893e9b used request id req-173f042b-97fe-4519-a814-b8adf7a42b5e 2018-07-19 05:18:22,151 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-07-19 05:18:22,481 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-07-19 05:18:22,481 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-07-19 05:18:22,481 - openstack_tests - INFO - OS Credentials = > 2018-07-19 05:18:22,481 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:22,482 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:22,890 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["tD1sM7HgTp2qRfe1YttqCw"], "issued_at": "2018-07-19T05:18:22.000000Z"}} 2018-07-19 05:18:22,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded11270b64c4e8d69656d5f8b5162e622ba7511" 2018-07-19 05:18:23,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-1ad67a7e-7a6e-4bcc-b67d-64e211ec067c Date: Thu, 19 Jul 2018 05:18:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:18:23,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True used request id req-1ad67a7e-7a6e-4bcc-b67d-64e211ec067c 2018-07-19 05:18:23,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d6c4720e-2d57-4849-96dc-980b067c3c5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded11270b64c4e8d69656d5f8b5162e622ba7511" 2018-07-19 05:18:23,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-ce86e7f4-0961-41e9-9e8b-4a7649340cc1 Date: Thu, 19 Jul 2018 05:18:23 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4}]} 2018-07-19 05:18:23,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d6c4720e-2d57-4849-96dc-980b067c3c5c used request id req-ce86e7f4-0961-41e9-9e8b-4a7649340cc1 2018-07-19 05:18:23,401 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-07-19 05:18:23,401 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-07-19 05:18:23,402 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,403 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,403 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,404 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,405 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,406 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,407 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,408 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,408 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,409 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,410 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,410 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,411 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,412 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,414 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,414 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,416 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,417 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,418 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,418 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,419 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,420 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,420 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,421 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,422 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,422 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,423 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,426 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,428 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,429 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,429 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,430 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,432 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,434 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,435 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,435 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,436 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,436 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,437 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,437 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,439 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,439 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,441 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,441 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,442 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,442 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,444 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,444 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,447 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,449 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,450 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,450 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,451 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,453 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,453 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,456 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,457 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,457 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,458 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,459 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,459 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,460 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,461 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,461 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,462 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,462 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,463 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,464 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,464 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,465 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,465 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,466 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,466 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,467 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,467 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,468 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:23,482 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to url/v3/auth/tokens 2018-07-19 05:18:23,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:23,881 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["bhRBs2eBRJCmD8NCowql4w"], "issued_at": "2018-07-19T05:18:23.000000Z"}} 2018-07-19 05:18:23,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}61db6e2b3c3c5b1723f6c9468c4b9049160f2f4b" 2018-07-19 05:18:24,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-f8a92435-9ed6-4ace-98bf-057e67282934 Date: Thu, 19 Jul 2018 05:18:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-07-19 05:18:24,098 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&name=foo used request id req-f8a92435-9ed6-4ace-98bf-057e67282934 2018-07-19 05:18:24,099 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:24,100 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to url/v3/auth/tokens 2018-07-19 05:18:24,100 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:24,509 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["FsPHILhPTtqGGpl6Driddw"], "issued_at": "2018-07-19T05:18:24.000000Z"}} 2018-07-19 05:18:24,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1590db1bdada252416a4de934974d171b5a44047" 2018-07-19 05:18:24,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3a2ec06-08c8-453e-8aca-699cd93984f4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:24,620 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d3a2ec06-08c8-453e-8aca-699cd93984f4 2018-07-19 05:18:24,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:18:24,630 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:18:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67d97c24-0078-4a1c-941f-14fae56d8311 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:18:24,630 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-67d97c24-0078-4a1c-941f-14fae56d8311 2018-07-19 05:18:24,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1590db1bdada252416a4de934974d171b5a44047" 2018-07-19 05:18:24,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-546d6417-d325-4cc0-b116-e2ede5e3a7f8 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:18:24,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-546d6417-d325-4cc0-b116-e2ede5e3a7f8 2018-07-19 05:18:24,752 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:24,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to url/v3/auth/tokens 2018-07-19 05:18:24,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:25,157 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["UAVbjgZ9TBquPl7JA3zU6Q"], "issued_at": "2018-07-19T05:18:25.000000Z"}} 2018-07-19 05:18:25,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c3fee298a46eea23dd234bec03e82b88aa30fee" 2018-07-19 05:18:25,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-41143e7a-e76d-4a4c-a120-ba733467aa16 Date: Thu, 19 Jul 2018 05:18:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:18:25,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks used request id req-41143e7a-e76d-4a4c-a120-ba733467aa16 2018-07-19 05:18:25,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:25,943 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["F1HVxcqWRh-lCcRzEnhxKA"], "issued_at": "2018-07-19T05:18:25.000000Z"}} 2018-07-19 05:18:25,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3087f04e557e970093d126d71942dd33a2108a0" 2018-07-19 05:18:26,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-f894c313-eba5-4b50-923b-e85fa734e713 Date: Thu, 19 Jul 2018 05:18:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:18:26,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True used request id req-f894c313-eba5-4b50-923b-e85fa734e713 2018-07-19 05:18:26,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d6c4720e-2d57-4849-96dc-980b067c3c5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3087f04e557e970093d126d71942dd33a2108a0" 2018-07-19 05:18:26,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-d064e133-8e09-499f-872d-3f603c4f4e7d Date: Thu, 19 Jul 2018 05:18:26 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4}]} 2018-07-19 05:18:26,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d6c4720e-2d57-4849-96dc-980b067c3c5c used request id req-d064e133-8e09-499f-872d-3f603c4f4e7d 2018-07-19 05:18:26,463 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:18:26,463 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:26,514 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:26,541 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-07-19 05:18:26,542 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:18:26,543 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:26,957 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["ElMll_mlS3-J8dzgOAw8cg"], "issued_at": "2018-07-19T05:18:26.000000Z"}} 2018-07-19 05:18:26,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a04088602537137c156a57eca18bb2ee147a41f" 2018-07-19 05:18:27,164 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-92f05017-3792-456f-81f4-60f24d11f4a0 x-compute-request-id: req-92f05017-3792-456f-81f4-60f24d11f4a0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-07-19 05:18:27,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail used request id req-92f05017-3792-456f-81f4-60f24d11f4a0 2018-07-19 05:18:27,166 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:18:27,167 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:27,567 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["HPrkdH9uSQG9_JGJJzKukw"], "issued_at": "2018-07-19T05:18:27.000000Z"}} 2018-07-19 05:18:27,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d85d4476e5a52237f557ee130f0e7ba378a541" 2018-07-19 05:18:27,811 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-adc07882-1738-4fa5-8fe2-d710179e4013 x-compute-request-id: req-adc07882-1738-4fa5-8fe2-d710179e4013 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 197}, "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.7", "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-07-19 05:18:27,811 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-adc07882-1738-4fa5-8fe2-d710179e4013 2018-07-19 05:18:27,813 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-19 05:18:27,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:27,821 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:27,850 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-07-19 05:18:27,851 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-19 05:18:27,851 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:28,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["JQqyYS4cQcana1N5jMs7sg"], "issued_at": "2018-07-19T05:18:28.000000Z"}} 2018-07-19 05:18:28,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f91dff0516e71c89435afa2b057e43bb2c41f2" 2018-07-19 05:18:28,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:28 GMT Server: Apache x-openstack-request-id: req-d087443a-3eaf-43e7-b51f-21c0317de981 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-07-19 05:18:28,996 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks used request id req-d087443a-3eaf-43e7-b51f-21c0317de981 2018-07-19 05:18:28,996 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:29,016 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to url/v3/auth/tokens 2018-07-19 05:18:29,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:29,427 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["Fm1Dqh0OQLaXY1t555v3LQ"], "issued_at": "2018-07-19T05:18:29.000000Z"}} 2018-07-19 05:18:29,430 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffd4014984b60009df542166d4e9b29463ff6a4c" 2018-07-19 05:18:29,676 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:29 GMT Server: Apache x-compute-request-id: req-a00d7b25-0809-4d21-bb55-fe323fada61c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a00d7b25-0809-4d21-bb55-fe323fada61c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-19 05:18:29,677 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/detail used request id req-a00d7b25-0809-4d21-bb55-fe323fada61c 2018-07-19 05:18:29,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:30,083 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["bBx6iJvGSRC_027zxggsww"], "issued_at": "2018-07-19T05:18:30.000000Z"}} 2018-07-19 05:18:30,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f76bb0b2d8b29480079c5949fa68a5dd3c1c54b9" 2018-07-19 05:18:30,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43507103-3b95-4d08-94b5-e76ff2b8e2c0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:30,182 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-43507103-3b95-4d08-94b5-e76ff2b8e2c0 2018-07-19 05:18:30,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:18:30,193 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:18:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ce28d40-a353-447a-8cf5-708230a0cc60 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:18:30,193 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-6ce28d40-a353-447a-8cf5-708230a0cc60 2018-07-19 05:18:30,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f76bb0b2d8b29480079c5949fa68a5dd3c1c54b9" 2018-07-19 05:18:30,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b03328b-fb6d-4a60-8cff-427c7a02a662 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-19 05:18:30,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-2b03328b-fb6d-4a60-8cff-427c7a02a662 2018-07-19 05:18:30,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f76bb0b2d8b29480079c5949fa68a5dd3c1c54b9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-52733a7c-e40c-469f-a19f-58a263bc187a-projName"}}' 2018-07-19 05:18:30,446 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:18:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-995828cd-e54a-479e-95c5-3f518e97bb10 Content-Length: 338 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ace94f0f2f1445ecb6f836aac783bc4b"}, "tags": [], "enabled": true, "id": "ace94f0f2f1445ecb6f836aac783bc4b", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-52733a7c-e40c-469f-a19f-58a263bc187a-projName"}} 2018-07-19 05:18:30,447 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-995828cd-e54a-479e-95c5-3f518e97bb10 2018-07-19 05:18:30,447 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-52733a7c-e40c-469f-a19f-58a263bc187a-projName 2018-07-19 05:18:30,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-52733a7c-e40c-469f-a19f-58a263bc187a-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f76bb0b2d8b29480079c5949fa68a5dd3c1c54b9" 2018-07-19 05:18:30,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-614c53e7-c6a9-48e8-9ea7-a36724d48982 Content-Encoding: gzip Content-Length: 290 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-52733a7c-e40c-469f-a19f-58a263bc187a-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ace94f0f2f1445ecb6f836aac783bc4b"}, "tags": [], "enabled": true, "id": "ace94f0f2f1445ecb6f836aac783bc4b", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-52733a7c-e40c-469f-a19f-58a263bc187a-projName"}]} 2018-07-19 05:18:30,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-52733a7c-e40c-469f-a19f-58a263bc187a-projName used request id req-614c53e7-c6a9-48e8-9ea7-a36724d48982 2018-07-19 05:18:30,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f76bb0b2d8b29480079c5949fa68a5dd3c1c54b9" 2018-07-19 05:18:30,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a508e163-0b8f-4021-bb56-e8e220c22b9a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-19 05:18:30,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-a508e163-0b8f-4021-bb56-e8e220c22b9a 2018-07-19 05:18:30,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f76bb0b2d8b29480079c5949fa68a5dd3c1c54b9" 2018-07-19 05:18:30,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 21418 X-Openstack-Request-Id: req-6bde4b1c-e484-432a-a33d-04a6c0c3c354 Date: Thu, 19 Jul 2018 05:18:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:03Z", "updated_at": "2018-07-19T05:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "4d9345f1-86f6-4fe7-bc82-6f67566dcf55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "6396e41d-f871-4e63-9f2e-147378dc58cd", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7c146678-66d8-4f49-a14c-8764972243f5", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7f3ea7a1-1075-4fa9-b218-6657a224d4d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}], "revision_number": 1, "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:09:50Z", "updated_at": "2018-07-19T05:09:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:50Z", "revision_number": 0, "id": "385e4333-d490-472d-877c-7590ee866f49", "remote_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:50Z", "security_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:50Z", "revision_number": 0, "id": "532643ac-ae9c-4be3-a40c-448f82f8a02c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:50Z", "security_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:50Z", "revision_number": 0, "id": "930f2a47-a438-49af-851a-320638bafffa", "remote_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:50Z", "security_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:50Z", "revision_number": 0, "id": "94764261-ea6c-4037-bf7c-3d53f55c043d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:50Z", "security_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "created_at": "2018-07-19T05:06:52Z", "updated_at": "2018-07-19T05:06:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "63c9d004-5694-4759-9034-3161b8ab244d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "64d486c8-7986-4c0e-aeb2-13eb6578a994", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "71ef01aa-9873-4297-8759-2eb098338d19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "f7a922fc-7f06-48a8-a86c-db41cebc8c3d", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}], "revision_number": 1, "project_id": "808316c313f0491a8efb6e31d026d3bf", "id": "47e151fc-e694-4086-9153-bf07f135f5ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-19T05:09:54Z", "updated_at": "2018-07-19T05:09:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5dfbb6e4-51b5-45e9-acca-6333293a0991", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5e6e49b1-c444-41d3-b528-c11f0bdc015d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "6334658a-3c0e-4b28-9289-c515fac1ee46", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "ce78aad9-cf8d-4bb7-8ff9-c5d3ccbdb693", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:31Z", "updated_at": "2018-07-19T05:16:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "2293d456-8f24-429b-ab2a-00ef9b42a287", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "7702dd40-729c-4190-8272-b00d48d250b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "ade92de2-cd44-4c2e-8b8f-476d9f2822a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "f4719301-1d4e-44f6-9668-712cb8573946", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}], "revision_number": 1, "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:02Z", "updated_at": "2018-07-19T05:13:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "19e0ba86-2daf-4812-b294-e615ea5d7540", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "2019f6e7-edd3-4ac3-8b52-b97765ee45fe", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "3992806e-86c8-4b56-8e7a-69f22ab17407", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "487dfc0c-0818-4584-b9df-5119d08d42a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}], "revision_number": 1, "project_id": "ebeae9b4276145be8661198ea73466db", "id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "created_at": "2018-07-19T05:15:17Z", "updated_at": "2018-07-19T05:15:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "05be29d7-0502-4af3-b781-21ba9a09fb47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "acaec3c7-47c2-4f1d-aed9-3638c5a449be", "remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "b4140afc-6dd5-40f4-a0ef-2c24c834746b", "remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "f7127d74-f405-4968-97ef-2103766e2224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}], "revision_number": 1, "project_id": "9c9c2561f2114860acaf537a0d638f0a", "id": "e390878d-e177-4208-8ce2-c53da58f3db5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "affc9693aa494f85bd7b44b37224f123", "created_at": "2018-07-19T05:10:20Z", "updated_at": "2018-07-19T05:10:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "3deac00c-9089-49df-95a7-247c831c591e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "463003e7-c443-4764-aa83-df4c5c515111", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "82d3332b-c634-4845-81cb-4037aad63ccb", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "cf78999b-902b-4b4b-9f7e-b3d6985dc346", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}], "revision_number": 1, "project_id": "affc9693aa494f85bd7b44b37224f123", "id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "created_at": "2018-07-19T05:11:25Z", "updated_at": "2018-07-19T05:11:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "35269374-6ec3-46a2-bc5d-2f3736e82227", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "51f660e0-8284-4987-95f9-3678f746171c", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "5dc2a2b4-594e-4569-b2f8-af7e28eb6e7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "b859999e-d12f-4ff8-aada-474ee449cdb3", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}], "revision_number": 1, "project_id": "9fd4022c36b148f9b1b686ca283fceac", "id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "name": "default"}]} 2018-07-19 05:18:30,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-6bde4b1c-e484-432a-a33d-04a6c0c3c354 2018-07-19 05:18:30,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f76bb0b2d8b29480079c5949fa68a5dd3c1c54b9" 2018-07-19 05:18:31,063 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:18:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ca330f9-ae3e-4c0e-9c0f-1f24c45b1fae Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: aededaacc0b14da3b8ce604aa4f6184f.", "code": 404, "title": "Not Found"}} 2018-07-19 05:18:31,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f used request id req-7ca330f9-ae3e-4c0e-9c0f-1f24c45b1fae 2018-07-19 05:18:31,064 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:18:31,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f76bb0b2d8b29480079c5949fa68a5dd3c1c54b9" 2018-07-19 05:18:31,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49d98af5-a1ae-46a1-8ca3-4f640316215b Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:18:31,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-49d98af5-a1ae-46a1-8ca3-4f640316215b 2018-07-19 05:18:31,167 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3f90f27d-9440-4ef5-aa54-7b037e2d2f73 2018-07-19 05:18:31,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=3f90f27d-9440-4ef5-aa54-7b037e2d2f73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f76bb0b2d8b29480079c5949fa68a5dd3c1c54b9" 2018-07-19 05:18:31,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d4f79c3e-6347-4697-ab3f-138034c1bb06 Date: Thu, 19 Jul 2018 05:18:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:09:50Z", "security_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:09:50Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "385e4333-d490-472d-877c-7590ee866f49"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:09:50Z", "security_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:09:50Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "532643ac-ae9c-4be3-a40c-448f82f8a02c"}, {"remote_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:09:50Z", "security_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:09:50Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "930f2a47-a438-49af-851a-320638bafffa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:09:50Z", "security_group_id": "3f90f27d-9440-4ef5-aa54-7b037e2d2f73", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:09:50Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "94764261-ea6c-4037-bf7c-3d53f55c043d"}]} 2018-07-19 05:18:31,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=3f90f27d-9440-4ef5-aa54-7b037e2d2f73 used request id req-d4f79c3e-6347-4697-ab3f-138034c1bb06 2018-07-19 05:18:31,380 - neutron_utils - INFO - Deleting security group with name - default 2018-07-19 05:18:31,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/3f90f27d-9440-4ef5-aa54-7b037e2d2f73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f76bb0b2d8b29480079c5949fa68a5dd3c1c54b9" 2018-07-19 05:18:31,769 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-171a2d6f-9da9-432f-8067-7c402a203873 Content-Length: 0 Date: Thu, 19 Jul 2018 05:18:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:18:31,769 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/3f90f27d-9440-4ef5-aa54-7b037e2d2f73 used request id req-171a2d6f-9da9-432f-8067-7c402a203873 2018-07-19 05:18:31,769 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-52733a7c-e40c-469f-a19f-58a263bc187a-projName 2018-07-19 05:18:31,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/ace94f0f2f1445ecb6f836aac783bc4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f76bb0b2d8b29480079c5949fa68a5dd3c1c54b9" 2018-07-19 05:18:31,956 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:18:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db71e040-6003-4b53-a883-2cf27f3b7b35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:18:31,956 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/ace94f0f2f1445ecb6f836aac783bc4b used request id req-db71e040-6003-4b53-a883-2cf27f3b7b35 2018-07-19 05:18:31,958 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:32,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["io2cPqAIQmumgxl3tnj05Q"], "issued_at": "2018-07-19T05:18:32.000000Z"}} 2018-07-19 05:18:32,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dec1133d1b964db5fb7ad563cc06f169bbb6c38" 2018-07-19 05:18:32,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d0a15ab-29ee-4f5a-bf41-a6665cc67f25 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:32,469 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7d0a15ab-29ee-4f5a-bf41-a6665cc67f25 2018-07-19 05:18:32,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:18:32,479 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:18:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb31075d-e053-4ef2-8504-d65bb5ce7673 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:18:32,479 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-bb31075d-e053-4ef2-8504-d65bb5ce7673 2018-07-19 05:18:32,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dec1133d1b964db5fb7ad563cc06f169bbb6c38" 2018-07-19 05:18:32,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d1005e5-4768-4549-96ca-e98a2fbeb5d5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-19 05:18:32,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-9d1005e5-4768-4549-96ca-e98a2fbeb5d5 2018-07-19 05:18:32,883 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-cb355f0a-5480-4df8-bdd6-1d4874f6571d-username 2018-07-19 05:18:32,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dec1133d1b964db5fb7ad563cc06f169bbb6c38" 2018-07-19 05:18:33,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ada10eb-c61e-4c6f-aaee-4b5758184127 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-cb355f0a-5480-4df8-bdd6-1d4874f6571d-username", "links": {"self": "http://172.30.9.28:5000/v3/users/aca191b8d0004c3aa3ccf4d5e5689b8b"}, "domain_id": "default", "enabled": true, "id": "aca191b8d0004c3aa3ccf4d5e5689b8b", "options": {}}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:18:33,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-4ada10eb-c61e-4c6f-aaee-4b5758184127 2018-07-19 05:18:33,012 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-cb355f0a-5480-4df8-bdd6-1d4874f6571d-username 2018-07-19 05:18:33,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/aca191b8d0004c3aa3ccf4d5e5689b8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dec1133d1b964db5fb7ad563cc06f169bbb6c38" 2018-07-19 05:18:33,289 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:18:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27f5a3fd-5942-4c77-9218-2b7b33420dfe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:18:33,289 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/aca191b8d0004c3aa3ccf4d5e5689b8b used request id req-27f5a3fd-5942-4c77-9218-2b7b33420dfe 2018-07-19 05:18:33,290 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:33,692 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["0ZDNBX_jSv-OXPK0UkcUDw"], "issued_at": "2018-07-19T05:18:33.000000Z"}} 2018-07-19 05:18:33,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9020a73f81d0bf830e52b4c010162df8093e4a1" 2018-07-19 05:18:33,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25b90b89-0033-402c-8029-659cdf7eb3bd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:33,705 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-25b90b89-0033-402c-8029-659cdf7eb3bd 2018-07-19 05:18:33,706 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:33,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to url/v3/auth/tokens 2018-07-19 05:18:33,708 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:34,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["uMHTmR6hTHG4S_9sZ3HAaw"], "issued_at": "2018-07-19T05:18:34.000000Z"}} 2018-07-19 05:18:34,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb2dfaeab69434a1516d024c56db2ea616f173b5" 2018-07-19 05:18:34,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6765442e-73be-4a7d-8e23-485efad6479d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:34,212 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6765442e-73be-4a7d-8e23-485efad6479d 2018-07-19 05:18:34,213 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:34,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:34,632 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["HWzsTS_XTF-AS-oA6aQ_XA"], "issued_at": "2018-07-19T05:18:34.000000Z"}} 2018-07-19 05:18:34,635 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:35,040 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["SWnavxvfT7Oj7MGXWvvY7Q"], "issued_at": "2018-07-19T05:18:35.000000Z"}} 2018-07-19 05:18:35,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5361abd223118aa9f055833352380d99321a70d6" 2018-07-19 05:18:35,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a972d16f-3b6a-4706-8acc-216156ed7d24 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:35,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a972d16f-3b6a-4706-8acc-216156ed7d24 2018-07-19 05:18:35,140 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:35,140 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:35,551 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["y-4SU0FBTcK8fV4cScuGpg"], "issued_at": "2018-07-19T05:18:35.000000Z"}} 2018-07-19 05:18:35,555 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:35,965 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["TgXMcz1SQ6u9JWKUk65Z9g"], "issued_at": "2018-07-19T05:18:35.000000Z"}} 2018-07-19 05:18:35,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fa3ab0dcbcafa9ff41d043f3a940d5a629ac17d" 2018-07-19 05:18:36,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0869d1c1-5c49-40b8-8949-9aec916cbd62 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:36,058 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0869d1c1-5c49-40b8-8949-9aec916cbd62 2018-07-19 05:18:36,059 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:36,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:36,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["JEGS4VTfR_unlKf9IoB-Tw"], "issued_at": "2018-07-19T05:18:36.000000Z"}} 2018-07-19 05:18:36,485 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:36,485 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:36,904 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["-r6aCKZOSTePOXkwFIOvmA"], "issued_at": "2018-07-19T05:18:36.000000Z"}} 2018-07-19 05:18:36,907 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:36,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:37,306 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["VyU-6dpbR46fVQjR1753aQ"], "issued_at": "2018-07-19T05:18:37.000000Z"}} 2018-07-19 05:18:37,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:37,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["AEdNcUikTDGYL2hY2Fah3Q"], "issued_at": "2018-07-19T05:18:37.000000Z"}} 2018-07-19 05:18:37,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ea404d1eb2616122fbee491a622f430424fa7f" 2018-07-19 05:18:37,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c758a4a-e91c-4152-928b-bffb073d81d0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:37,825 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0c758a4a-e91c-4152-928b-bffb073d81d0 2018-07-19 05:18:37,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:18:37,837 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:18:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a435c22-e2e4-4b4c-8ba5-4d38fd57107b Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:18:37,837 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-3a435c22-e2e4-4b4c-8ba5-4d38fd57107b 2018-07-19 05:18:37,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ea404d1eb2616122fbee491a622f430424fa7f" 2018-07-19 05:18:37,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04d81297-d23f-4fe2-b381-e9b55ea980f5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-19 05:18:37,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-04d81297-d23f-4fe2-b381-e9b55ea980f5 2018-07-19 05:18:38,340 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-5b653f23-327f-4c41-8ec2-6c8847ac16e8-username 2018-07-19 05:18:38,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ea404d1eb2616122fbee491a622f430424fa7f" 2018-07-19 05:18:38,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0febeecc-d88d-4f5b-a18b-eafb81fa1176 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-19 05:18:38,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-0febeecc-d88d-4f5b-a18b-eafb81fa1176 2018-07-19 05:18:38,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ea404d1eb2616122fbee491a622f430424fa7f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-5b653f23-327f-4c41-8ec2-6c8847ac16e8-projName"}}' 2018-07-19 05:18:38,557 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:18:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba997bef-a52d-42fa-a29e-4b2299e32133 Content-Length: 338 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/6e616eb235cd4bc0882c1ee9e148949b"}, "tags": [], "enabled": true, "id": "6e616eb235cd4bc0882c1ee9e148949b", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-5b653f23-327f-4c41-8ec2-6c8847ac16e8-projName"}} 2018-07-19 05:18:38,558 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-ba997bef-a52d-42fa-a29e-4b2299e32133 2018-07-19 05:18:38,558 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-5b653f23-327f-4c41-8ec2-6c8847ac16e8-projName 2018-07-19 05:18:38,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ea404d1eb2616122fbee491a622f430424fa7f" -d '{"role": {"name": "KeystoneUtilsTests-5b653f23-327f-4c41-8ec2-6c8847ac16e8-role"}}' 2018-07-19 05:18:38,595 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:18:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c839af3-52ed-4180-a99e-dd5ab489c9a3 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "af9098e957244c2fa4507c5c331e5537", "links": {"self": "http://172.30.9.28:5000/v3/roles/af9098e957244c2fa4507c5c331e5537"}, "name": "KeystoneUtilsTests-5b653f23-327f-4c41-8ec2-6c8847ac16e8-role"}} 2018-07-19 05:18:38,596 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-4c839af3-52ed-4180-a99e-dd5ab489c9a3 2018-07-19 05:18:38,596 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-5b653f23-327f-4c41-8ec2-6c8847ac16e8-role 2018-07-19 05:18:38,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/af9098e957244c2fa4507c5c331e5537 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ea404d1eb2616122fbee491a622f430424fa7f" 2018-07-19 05:18:38,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9591ae31-b661-44f3-a574-d12dc73e7774 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "af9098e957244c2fa4507c5c331e5537", "links": {"self": "http://172.30.9.28:5000/v3/roles/af9098e957244c2fa4507c5c331e5537"}, "name": "KeystoneUtilsTests-5b653f23-327f-4c41-8ec2-6c8847ac16e8-role"}} 2018-07-19 05:18:38,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/af9098e957244c2fa4507c5c331e5537 used request id req-9591ae31-b661-44f3-a574-d12dc73e7774 2018-07-19 05:18:38,695 - keystone_utils - INFO - Granting role KeystoneUtilsTests-5b653f23-327f-4c41-8ec2-6c8847ac16e8-role to project KeystoneUtilsTests-5b653f23-327f-4c41-8ec2-6c8847ac16e8-projName 2018-07-19 05:18:38,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/6e616eb235cd4bc0882c1ee9e148949b/users/58033cb7013e4dbd851c761ac76c90eb/roles/af9098e957244c2fa4507c5c331e5537 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ea404d1eb2616122fbee491a622f430424fa7f" 2018-07-19 05:18:38,837 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:18:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3bd73b29-17ab-46e6-ae56-bba783e754b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:18:38,838 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/6e616eb235cd4bc0882c1ee9e148949b/users/58033cb7013e4dbd851c761ac76c90eb/roles/af9098e957244c2fa4507c5c331e5537 used request id req-3bd73b29-17ab-46e6-ae56-bba783e754b4 2018-07-19 05:18:38,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/6e616eb235cd4bc0882c1ee9e148949b/users/58033cb7013e4dbd851c761ac76c90eb/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ea404d1eb2616122fbee491a622f430424fa7f" 2018-07-19 05:18:38,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e82429b4-4188-4a97-93d6-55e9955f6541 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/6e616eb235cd4bc0882c1ee9e148949b/users/58033cb7013e4dbd851c761ac76c90eb/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "af9098e957244c2fa4507c5c331e5537", "links": {"self": "http://172.30.9.28:5000/v3/roles/af9098e957244c2fa4507c5c331e5537"}, "name": "KeystoneUtilsTests-5b653f23-327f-4c41-8ec2-6c8847ac16e8-role"}]} 2018-07-19 05:18:38,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/6e616eb235cd4bc0882c1ee9e148949b/users/58033cb7013e4dbd851c761ac76c90eb/roles used request id req-e82429b4-4188-4a97-93d6-55e9955f6541 2018-07-19 05:18:38,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ea404d1eb2616122fbee491a622f430424fa7f" 2018-07-19 05:18:39,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 21418 X-Openstack-Request-Id: req-7443c614-4e4b-4703-8fed-f6ba71010ddf Date: Thu, 19 Jul 2018 05:18:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:03Z", "updated_at": "2018-07-19T05:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "4d9345f1-86f6-4fe7-bc82-6f67566dcf55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "6396e41d-f871-4e63-9f2e-147378dc58cd", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7c146678-66d8-4f49-a14c-8764972243f5", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7f3ea7a1-1075-4fa9-b218-6657a224d4d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}], "revision_number": 1, "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:18:39Z", "updated_at": "2018-07-19T05:18:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:39Z", "revision_number": 0, "id": "3f717031-f8c4-4abe-baa8-e9b05efd4334", "remote_group_id": "1eccc6bb-1baf-4b7c-97c2-904f01c21639", "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:39Z", "security_group_id": "1eccc6bb-1baf-4b7c-97c2-904f01c21639", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:39Z", "revision_number": 0, "id": "7e702c6f-9376-410a-b95e-ee0c38f90680", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:39Z", "security_group_id": "1eccc6bb-1baf-4b7c-97c2-904f01c21639", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:39Z", "revision_number": 0, "id": "92e7d06c-709d-4029-a9a3-7e44610a9f04", "remote_group_id": "1eccc6bb-1baf-4b7c-97c2-904f01c21639", "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:39Z", "security_group_id": "1eccc6bb-1baf-4b7c-97c2-904f01c21639", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:39Z", "revision_number": 0, "id": "95090ea4-5b15-47b8-bbf6-05ee55d6a9b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:39Z", "security_group_id": "1eccc6bb-1baf-4b7c-97c2-904f01c21639", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "1eccc6bb-1baf-4b7c-97c2-904f01c21639", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "created_at": "2018-07-19T05:06:52Z", "updated_at": "2018-07-19T05:06:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "63c9d004-5694-4759-9034-3161b8ab244d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "64d486c8-7986-4c0e-aeb2-13eb6578a994", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "71ef01aa-9873-4297-8759-2eb098338d19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "f7a922fc-7f06-48a8-a86c-db41cebc8c3d", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}], "revision_number": 1, "project_id": "808316c313f0491a8efb6e31d026d3bf", "id": "47e151fc-e694-4086-9153-bf07f135f5ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-19T05:09:54Z", "updated_at": "2018-07-19T05:09:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5dfbb6e4-51b5-45e9-acca-6333293a0991", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5e6e49b1-c444-41d3-b528-c11f0bdc015d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "6334658a-3c0e-4b28-9289-c515fac1ee46", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "ce78aad9-cf8d-4bb7-8ff9-c5d3ccbdb693", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:31Z", "updated_at": "2018-07-19T05:16:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "2293d456-8f24-429b-ab2a-00ef9b42a287", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "7702dd40-729c-4190-8272-b00d48d250b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "ade92de2-cd44-4c2e-8b8f-476d9f2822a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "f4719301-1d4e-44f6-9668-712cb8573946", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}], "revision_number": 1, "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:02Z", "updated_at": "2018-07-19T05:13:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "19e0ba86-2daf-4812-b294-e615ea5d7540", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "2019f6e7-edd3-4ac3-8b52-b97765ee45fe", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "3992806e-86c8-4b56-8e7a-69f22ab17407", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "487dfc0c-0818-4584-b9df-5119d08d42a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}], "revision_number": 1, "project_id": "ebeae9b4276145be8661198ea73466db", "id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "created_at": "2018-07-19T05:15:17Z", "updated_at": "2018-07-19T05:15:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "05be29d7-0502-4af3-b781-21ba9a09fb47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "acaec3c7-47c2-4f1d-aed9-3638c5a449be", "remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "b4140afc-6dd5-40f4-a0ef-2c24c834746b", "remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "f7127d74-f405-4968-97ef-2103766e2224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}], "revision_number": 1, "project_id": "9c9c2561f2114860acaf537a0d638f0a", "id": "e390878d-e177-4208-8ce2-c53da58f3db5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "affc9693aa494f85bd7b44b37224f123", "created_at": "2018-07-19T05:10:20Z", "updated_at": "2018-07-19T05:10:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "3deac00c-9089-49df-95a7-247c831c591e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "463003e7-c443-4764-aa83-df4c5c515111", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "82d3332b-c634-4845-81cb-4037aad63ccb", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "cf78999b-902b-4b4b-9f7e-b3d6985dc346", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}], "revision_number": 1, "project_id": "affc9693aa494f85bd7b44b37224f123", "id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "created_at": "2018-07-19T05:11:25Z", "updated_at": "2018-07-19T05:11:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "35269374-6ec3-46a2-bc5d-2f3736e82227", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "51f660e0-8284-4987-95f9-3678f746171c", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "5dc2a2b4-594e-4569-b2f8-af7e28eb6e7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "b859999e-d12f-4ff8-aada-474ee449cdb3", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}], "revision_number": 1, "project_id": "9fd4022c36b148f9b1b686ca283fceac", "id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "name": "default"}]} 2018-07-19 05:18:39,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-7443c614-4e4b-4703-8fed-f6ba71010ddf 2018-07-19 05:18:39,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ea404d1eb2616122fbee491a622f430424fa7f" 2018-07-19 05:18:39,427 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:18:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-473e5c67-89cf-4229-a761-5f365b92097a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: aededaacc0b14da3b8ce604aa4f6184f.", "code": 404, "title": "Not Found"}} 2018-07-19 05:18:39,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f used request id req-473e5c67-89cf-4229-a761-5f365b92097a 2018-07-19 05:18:39,428 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:18:39,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ea404d1eb2616122fbee491a622f430424fa7f" 2018-07-19 05:18:39,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6e999f9-7b21-446a-8a2f-e942188020a0 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:18:39,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-c6e999f9-7b21-446a-8a2f-e942188020a0 2018-07-19 05:18:39,451 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1eccc6bb-1baf-4b7c-97c2-904f01c21639 2018-07-19 05:18:39,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1eccc6bb-1baf-4b7c-97c2-904f01c21639 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ea404d1eb2616122fbee491a622f430424fa7f" 2018-07-19 05:18:39,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2eff9e85-5e22-49eb-a31e-9f11abe5f149 Date: Thu, 19 Jul 2018 05:18:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "1eccc6bb-1baf-4b7c-97c2-904f01c21639", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:18:39Z", "security_group_id": "1eccc6bb-1baf-4b7c-97c2-904f01c21639", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:18:39Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "3f717031-f8c4-4abe-baa8-e9b05efd4334"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:18:39Z", "security_group_id": "1eccc6bb-1baf-4b7c-97c2-904f01c21639", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:18:39Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "7e702c6f-9376-410a-b95e-ee0c38f90680"}, {"remote_group_id": "1eccc6bb-1baf-4b7c-97c2-904f01c21639", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:18:39Z", "security_group_id": "1eccc6bb-1baf-4b7c-97c2-904f01c21639", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:18:39Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "92e7d06c-709d-4029-a9a3-7e44610a9f04"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:18:39Z", "security_group_id": "1eccc6bb-1baf-4b7c-97c2-904f01c21639", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:18:39Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "95090ea4-5b15-47b8-bbf6-05ee55d6a9b0"}]} 2018-07-19 05:18:39,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1eccc6bb-1baf-4b7c-97c2-904f01c21639 used request id req-2eff9e85-5e22-49eb-a31e-9f11abe5f149 2018-07-19 05:18:39,656 - neutron_utils - INFO - Deleting security group with name - default 2018-07-19 05:18:39,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/1eccc6bb-1baf-4b7c-97c2-904f01c21639 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ea404d1eb2616122fbee491a622f430424fa7f" 2018-07-19 05:18:39,999 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ac2df818-9284-4411-b17b-f3bf10949740 Content-Length: 0 Date: Thu, 19 Jul 2018 05:18:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:18:39,999 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/1eccc6bb-1baf-4b7c-97c2-904f01c21639 used request id req-ac2df818-9284-4411-b17b-f3bf10949740 2018-07-19 05:18:39,999 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-5b653f23-327f-4c41-8ec2-6c8847ac16e8-projName 2018-07-19 05:18:40,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/6e616eb235cd4bc0882c1ee9e148949b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ea404d1eb2616122fbee491a622f430424fa7f" 2018-07-19 05:18:40,196 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:18:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-316289c1-946a-4e53-ad71-53ebc45d7618 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:18:40,196 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/6e616eb235cd4bc0882c1ee9e148949b used request id req-316289c1-946a-4e53-ad71-53ebc45d7618 2018-07-19 05:18:40,196 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-5b653f23-327f-4c41-8ec2-6c8847ac16e8-username 2018-07-19 05:18:40,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/58033cb7013e4dbd851c761ac76c90eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ea404d1eb2616122fbee491a622f430424fa7f" 2018-07-19 05:18:40,389 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:18:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-473d303b-655d-49f3-9084-7d1135bdfc48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:18:40,389 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/58033cb7013e4dbd851c761ac76c90eb used request id req-473d303b-655d-49f3-9084-7d1135bdfc48 2018-07-19 05:18:40,390 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-5b653f23-327f-4c41-8ec2-6c8847ac16e8-role 2018-07-19 05:18:40,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/af9098e957244c2fa4507c5c331e5537 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ea404d1eb2616122fbee491a622f430424fa7f" 2018-07-19 05:18:40,451 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:18:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b09cb7a-6d2f-4a02-87cf-c9b838f7fc64 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:18:40,451 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/af9098e957244c2fa4507c5c331e5537 used request id req-3b09cb7a-6d2f-4a02-87cf-c9b838f7fc64 2018-07-19 05:18:40,452 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:40,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["S66bxoKjSqOp2lOFQ392EQ"], "issued_at": "2018-07-19T05:18:40.000000Z"}} 2018-07-19 05:18:40,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e162dd3909ef61c75871463a1c7f12d41dc1f8f" 2018-07-19 05:18:40,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8db83542-a7f4-4c17-b70b-3a89e451b2f6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:40,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8db83542-a7f4-4c17-b70b-3a89e451b2f6 2018-07-19 05:18:40,950 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:40,951 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:41,358 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["U2EqC-eCThm7kNTNk_3vsw"], "issued_at": "2018-07-19T05:18:41.000000Z"}} 2018-07-19 05:18:41,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02f8846849d185f59049645a79ac800bdc53c0ac" 2018-07-19 05:18:41,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01fbf5d1-199f-4ea6-a6dd-f8ae6e36dfb5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:41,371 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-01fbf5d1-199f-4ea6-a6dd-f8ae6e36dfb5 2018-07-19 05:18:41,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:18:41,381 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:18:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-982328df-98c0-4a9c-90ba-ed74896475b0 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:18:41,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-982328df-98c0-4a9c-90ba-ed74896475b0 2018-07-19 05:18:41,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02f8846849d185f59049645a79ac800bdc53c0ac" 2018-07-19 05:18:41,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e71e4dc-ae3e-49cb-aeae-d99929136a52 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:18:41,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0e71e4dc-ae3e-49cb-aeae-d99929136a52 2018-07-19 05:18:41,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02f8846849d185f59049645a79ac800bdc53c0ac" 2018-07-19 05:18:41,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49cbc82d-4b9b-4344-902f-a68e4ae26b3d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-19 05:18:41,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-49cbc82d-4b9b-4344-902f-a68e4ae26b3d 2018-07-19 05:18:41,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02f8846849d185f59049645a79ac800bdc53c0ac" 2018-07-19 05:18:42,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f47a9647-9dd7-47fb-8644-0a8d76b660da Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:18:42,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f47a9647-9dd7-47fb-8644-0a8d76b660da 2018-07-19 05:18:42,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=admin -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02f8846849d185f59049645a79ac800bdc53c0ac" 2018-07-19 05:18:42,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8799a746-2604-47c7-b38d-42e4bb5ac672 Content-Encoding: gzip Content-Length: 233 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=admin", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "id": "c9003101a9994c308fccde61f611d998", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-19 05:18:42,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=admin used request id req-8799a746-2604-47c7-b38d-42e4bb5ac672 2018-07-19 05:18:42,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/07ea98b0f5ad4510b920b0b6462d2d45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02f8846849d185f59049645a79ac800bdc53c0ac" 2018-07-19 05:18:42,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccce1290-8f23-429d-8a84-ecb5c5fdc869 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/07ea98b0f5ad4510b920b0b6462d2d45"}, "enabled": true, "id": "07ea98b0f5ad4510b920b0b6462d2d45", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-20e7c127-0073-472-name"}} 2018-07-19 05:18:42,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/07ea98b0f5ad4510b920b0b6462d2d45 used request id req-ccce1290-8f23-429d-8a84-ecb5c5fdc869 2018-07-19 05:18:42,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/07ea98b0f5ad4510b920b0b6462d2d45/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02f8846849d185f59049645a79ac800bdc53c0ac" 2018-07-19 05:18:42,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e891456f-f1cd-4b70-9bd5-c2fec74b8baf Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/07ea98b0f5ad4510b920b0b6462d2d45/roles", "previous": null, "next": null}, "roles": []} 2018-07-19 05:18:42,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/07ea98b0f5ad4510b920b0b6462d2d45/roles used request id req-e891456f-f1cd-4b70-9bd5-c2fec74b8baf 2018-07-19 05:18:42,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02f8846849d185f59049645a79ac800bdc53c0ac" 2018-07-19 05:18:42,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-409a222f-5487-41d2-9590-72e5b0b46eca Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}} 2018-07-19 05:18:42,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a used request id req-409a222f-5487-41d2-9590-72e5b0b46eca 2018-07-19 05:18:42,472 - keystone_utils - INFO - Granting role admin to project admin 2018-07-19 05:18:42,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/07ea98b0f5ad4510b920b0b6462d2d45/roles/bfabbefc0d8b43c5a546413f466e239a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02f8846849d185f59049645a79ac800bdc53c0ac" 2018-07-19 05:18:42,533 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:18:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aad3c3ae-a676-4fb7-91c4-3b5ddc36e231 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:18:42,533 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/07ea98b0f5ad4510b920b0b6462d2d45/roles/bfabbefc0d8b43c5a546413f466e239a used request id req-aad3c3ae-a676-4fb7-91c4-3b5ddc36e231 2018-07-19 05:18:42,534 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-20e7c127-0073-472-name 2018-07-19 05:18:42,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:18:42,543 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:18:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a60f290c-252c-4df3-937b-1faf74bef2b7 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:18:42,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-a60f290c-252c-4df3-937b-1faf74bef2b7 2018-07-19 05:18:42,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e162dd3909ef61c75871463a1c7f12d41dc1f8f" 2018-07-19 05:18:42,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35666429-5416-46ab-86f7-386aa55a7fdf Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "CreateUserSuccessTests-20e7c127-0073-472-name", "links": {"self": "http://172.30.9.28:5000/v3/users/07ea98b0f5ad4510b920b0b6462d2d45"}, "domain_id": "default", "enabled": true, "id": "07ea98b0f5ad4510b920b0b6462d2d45", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:18:42,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-35666429-5416-46ab-86f7-386aa55a7fdf 2018-07-19 05:18:42,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e162dd3909ef61c75871463a1c7f12d41dc1f8f" 2018-07-19 05:18:42,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d210ec83-3607-450c-a0cd-5b2960b6fd70 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:18:42,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d210ec83-3607-450c-a0cd-5b2960b6fd70 2018-07-19 05:18:42,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=admin -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e162dd3909ef61c75871463a1c7f12d41dc1f8f" 2018-07-19 05:18:42,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae672cce-5895-443b-9d7d-0704768dda60 Content-Encoding: gzip Content-Length: 233 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=admin", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "id": "c9003101a9994c308fccde61f611d998", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-19 05:18:42,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=admin used request id req-ae672cce-5895-443b-9d7d-0704768dda60 2018-07-19 05:18:42,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/07ea98b0f5ad4510b920b0b6462d2d45/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e162dd3909ef61c75871463a1c7f12d41dc1f8f" 2018-07-19 05:18:43,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62032266-8fbd-4175-8bd7-8a90c88c6b95 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/07ea98b0f5ad4510b920b0b6462d2d45/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}]} 2018-07-19 05:18:43,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/07ea98b0f5ad4510b920b0b6462d2d45/roles used request id req-62032266-8fbd-4175-8bd7-8a90c88c6b95 2018-07-19 05:18:43,021 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-20e7c127-0073-472-name 2018-07-19 05:18:43,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/07ea98b0f5ad4510b920b0b6462d2d45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02f8846849d185f59049645a79ac800bdc53c0ac" 2018-07-19 05:18:43,248 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:18:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-554fefca-e836-46a4-858f-ea8de2430677 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:18:43,248 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/07ea98b0f5ad4510b920b0b6462d2d45 used request id req-554fefca-e836-46a4-858f-ea8de2430677 2018-07-19 05:18:43,249 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:43,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["hLWoEt7QT0mySuzF012bHA"], "issued_at": "2018-07-19T05:18:43.000000Z"}} 2018-07-19 05:18:43,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7885ad4f7f61e4440d85378ec5ec6dff8b9912f7" 2018-07-19 05:18:43,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7bef14d-11d6-4f14-bbe3-2e86edf59bf5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:43,773 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f7bef14d-11d6-4f14-bbe3-2e86edf59bf5 2018-07-19 05:18:43,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:43,775 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:44,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["yhZK1wK5Q_iRrjcigFhSFg"], "issued_at": "2018-07-19T05:18:44.000000Z"}} 2018-07-19 05:18:44,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6dd94067732f9dfb4552a4a10a6d8fd84d964f" 2018-07-19 05:18:44,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87ecb8f2-bd9e-44bb-b1c6-83b000a43058 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:44,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-87ecb8f2-bd9e-44bb-b1c6-83b000a43058 2018-07-19 05:18:44,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:18:44,288 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:18:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8e5c595-445d-42c3-8a25-019e435d5bc8 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:18:44,289 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-e8e5c595-445d-42c3-8a25-019e435d5bc8 2018-07-19 05:18:44,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6dd94067732f9dfb4552a4a10a6d8fd84d964f" 2018-07-19 05:18:44,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cd6101f-3e2b-434e-88e9-b4b2e3f291c6 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:18:44,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3cd6101f-3e2b-434e-88e9-b4b2e3f291c6 2018-07-19 05:18:44,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6dd94067732f9dfb4552a4a10a6d8fd84d964f" 2018-07-19 05:18:44,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a32354f2-bd67-4e04-a5be-623b440200be Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-19 05:18:44,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-a32354f2-bd67-4e04-a5be-623b440200be 2018-07-19 05:18:44,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6dd94067732f9dfb4552a4a10a6d8fd84d964f" 2018-07-19 05:18:45,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5786ed9c-6ed7-4e89-996c-29e43e75480c Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:18:45,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5786ed9c-6ed7-4e89-996c-29e43e75480c 2018-07-19 05:18:45,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=admin -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6dd94067732f9dfb4552a4a10a6d8fd84d964f" 2018-07-19 05:18:45,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a394bed3-d2ad-4722-9a5b-fa6a15a8b1fa Content-Encoding: gzip Content-Length: 233 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=admin", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "id": "c9003101a9994c308fccde61f611d998", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-19 05:18:45,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=admin used request id req-a394bed3-d2ad-4722-9a5b-fa6a15a8b1fa 2018-07-19 05:18:45,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/364145ed54a545f29acd71cdf6a66cfb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6dd94067732f9dfb4552a4a10a6d8fd84d964f" 2018-07-19 05:18:45,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69c657ea-87d5-4681-87f2-4df3efe24ec1 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/364145ed54a545f29acd71cdf6a66cfb"}, "enabled": true, "id": "364145ed54a545f29acd71cdf6a66cfb", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-047df4c3-588c-461-name"}} 2018-07-19 05:18:45,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/364145ed54a545f29acd71cdf6a66cfb used request id req-69c657ea-87d5-4681-87f2-4df3efe24ec1 2018-07-19 05:18:45,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/364145ed54a545f29acd71cdf6a66cfb/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6dd94067732f9dfb4552a4a10a6d8fd84d964f" 2018-07-19 05:18:45,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-220da388-82db-4769-81ab-2a366b4fc7ba Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/364145ed54a545f29acd71cdf6a66cfb/roles", "previous": null, "next": null}, "roles": []} 2018-07-19 05:18:45,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/364145ed54a545f29acd71cdf6a66cfb/roles used request id req-220da388-82db-4769-81ab-2a366b4fc7ba 2018-07-19 05:18:45,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6dd94067732f9dfb4552a4a10a6d8fd84d964f" 2018-07-19 05:18:45,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1053e99f-fea3-4ac1-b7d8-ab700a2c028e Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}} 2018-07-19 05:18:45,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a used request id req-1053e99f-fea3-4ac1-b7d8-ab700a2c028e 2018-07-19 05:18:45,386 - keystone_utils - INFO - Granting role admin to project admin 2018-07-19 05:18:45,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/364145ed54a545f29acd71cdf6a66cfb/roles/bfabbefc0d8b43c5a546413f466e239a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6dd94067732f9dfb4552a4a10a6d8fd84d964f" 2018-07-19 05:18:45,537 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:18:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5d1ae07-0368-4fc2-a144-700c6032859b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:18:45,538 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/364145ed54a545f29acd71cdf6a66cfb/roles/bfabbefc0d8b43c5a546413f466e239a used request id req-e5d1ae07-0368-4fc2-a144-700c6032859b 2018-07-19 05:18:45,538 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-047df4c3-588c-461-name 2018-07-19 05:18:45,538 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-047df4c3-588c-461-name 2018-07-19 05:18:45,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:18:45,547 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:18:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f638fec3-eb4b-473d-93b7-85972bc23fa7 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:18:45,547 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-f638fec3-eb4b-473d-93b7-85972bc23fa7 2018-07-19 05:18:45,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/364145ed54a545f29acd71cdf6a66cfb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7885ad4f7f61e4440d85378ec5ec6dff8b9912f7" 2018-07-19 05:18:45,780 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:18:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f30a511-c138-445d-abca-f206cc9952f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:18:45,780 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/364145ed54a545f29acd71cdf6a66cfb used request id req-5f30a511-c138-445d-abca-f206cc9952f6 2018-07-19 05:18:45,780 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-047df4c3-588c-461-name 2018-07-19 05:18:45,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/364145ed54a545f29acd71cdf6a66cfb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6dd94067732f9dfb4552a4a10a6d8fd84d964f" 2018-07-19 05:18:45,886 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:18:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1c17270-840e-4f02-af16-8ceca049b185 Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: 364145ed54a545f29acd71cdf6a66cfb.", "code": 404, "title": "Not Found"}} 2018-07-19 05:18:45,887 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/364145ed54a545f29acd71cdf6a66cfb used request id req-b1c17270-840e-4f02-af16-8ceca049b185 2018-07-19 05:18:45,887 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:18:45,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:46,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["kxQRhM37T4CKZiABKgYnPw"], "issued_at": "2018-07-19T05:18:46.000000Z"}} 2018-07-19 05:18:46,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bc1c4cb434f6cbdfe40cae7231bed658f49ea9f" 2018-07-19 05:18:46,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-369ebea0-01c2-4c98-9ad0-d33ab8f85ee4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:46,380 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-369ebea0-01c2-4c98-9ad0-d33ab8f85ee4 2018-07-19 05:18:46,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:46,383 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:46,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["62w7lbsGQ2S_sRzF0vrMLw"], "issued_at": "2018-07-19T05:18:46.000000Z"}} 2018-07-19 05:18:46,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fb85674eac9f2ab9ebcb5a33698ec33e9f8ace3" 2018-07-19 05:18:46,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f1a5ad0-10a1-4514-9561-f4ba6e3b33c2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:46,876 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5f1a5ad0-10a1-4514-9561-f4ba6e3b33c2 2018-07-19 05:18:46,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:18:46,886 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:18:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-386fec43-b7d9-44d8-ba57-f93665154305 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:18:46,886 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-386fec43-b7d9-44d8-ba57-f93665154305 2018-07-19 05:18:46,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fb85674eac9f2ab9ebcb5a33698ec33e9f8ace3" 2018-07-19 05:18:47,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2f54087-1e17-46ea-b968-e641cd4ad99e Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:18:47,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b2f54087-1e17-46ea-b968-e641cd4ad99e 2018-07-19 05:18:47,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fb85674eac9f2ab9ebcb5a33698ec33e9f8ace3" 2018-07-19 05:18:47,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cf0cdd9-7c37-4277-bd8d-90673dc1c8c0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-19 05:18:47,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8cf0cdd9-7c37-4277-bd8d-90673dc1c8c0 2018-07-19 05:18:47,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fb85674eac9f2ab9ebcb5a33698ec33e9f8ace3" 2018-07-19 05:18:47,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-882d9b0a-e1fb-4a25-98e7-c98af3155d04 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:18:47,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-882d9b0a-e1fb-4a25-98e7-c98af3155d04 2018-07-19 05:18:47,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=admin -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fb85674eac9f2ab9ebcb5a33698ec33e9f8ace3" 2018-07-19 05:18:47,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21d4ccd9-56c3-4b2c-a2a9-b8c334c1a48e Content-Encoding: gzip Content-Length: 233 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=admin", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "id": "c9003101a9994c308fccde61f611d998", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-19 05:18:47,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=admin used request id req-21d4ccd9-56c3-4b2c-a2a9-b8c334c1a48e 2018-07-19 05:18:47,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/e040781ea47347f9918fcabbd2b41fcc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fb85674eac9f2ab9ebcb5a33698ec33e9f8ace3" 2018-07-19 05:18:47,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f230a06-1daa-4158-ba43-f88ed335fab0 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/e040781ea47347f9918fcabbd2b41fcc"}, "enabled": true, "id": "e040781ea47347f9918fcabbd2b41fcc", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-861c8623-1cf3-4c9-name"}} 2018-07-19 05:18:47,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/e040781ea47347f9918fcabbd2b41fcc used request id req-3f230a06-1daa-4158-ba43-f88ed335fab0 2018-07-19 05:18:47,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/e040781ea47347f9918fcabbd2b41fcc/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fb85674eac9f2ab9ebcb5a33698ec33e9f8ace3" 2018-07-19 05:18:47,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-524b3f9d-691b-4889-9981-56289231b5f2 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/e040781ea47347f9918fcabbd2b41fcc/roles", "previous": null, "next": null}, "roles": []} 2018-07-19 05:18:47,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/e040781ea47347f9918fcabbd2b41fcc/roles used request id req-524b3f9d-691b-4889-9981-56289231b5f2 2018-07-19 05:18:47,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fb85674eac9f2ab9ebcb5a33698ec33e9f8ace3" 2018-07-19 05:18:48,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6805cdad-dbb7-4166-add8-15175d96c413 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}} 2018-07-19 05:18:48,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a used request id req-6805cdad-dbb7-4166-add8-15175d96c413 2018-07-19 05:18:48,051 - keystone_utils - INFO - Granting role admin to project admin 2018-07-19 05:18:48,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/e040781ea47347f9918fcabbd2b41fcc/roles/bfabbefc0d8b43c5a546413f466e239a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fb85674eac9f2ab9ebcb5a33698ec33e9f8ace3" 2018-07-19 05:18:48,196 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:18:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd938dec-c688-493a-b090-1eb1dd23b6a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:18:48,197 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/e040781ea47347f9918fcabbd2b41fcc/roles/bfabbefc0d8b43c5a546413f466e239a used request id req-fd938dec-c688-493a-b090-1eb1dd23b6a8 2018-07-19 05:18:48,197 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-861c8623-1cf3-4c9-name 2018-07-19 05:18:48,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:18:48,205 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:18:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8607a113-664e-42db-95f7-7d16f2fa2377 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:18:48,206 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-8607a113-664e-42db-95f7-7d16f2fa2377 2018-07-19 05:18:48,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bc1c4cb434f6cbdfe40cae7231bed658f49ea9f" 2018-07-19 05:18:48,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9231b232-7aea-4284-856c-d49c637fdbf2 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-861c8623-1cf3-4c9-name", "links": {"self": "http://172.30.9.28:5000/v3/users/e040781ea47347f9918fcabbd2b41fcc"}, "domain_id": "default", "enabled": true, "id": "e040781ea47347f9918fcabbd2b41fcc", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:18:48,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9231b232-7aea-4284-856c-d49c637fdbf2 2018-07-19 05:18:48,334 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-861c8623-1cf3-4c9-name 2018-07-19 05:18:48,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/e040781ea47347f9918fcabbd2b41fcc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fb85674eac9f2ab9ebcb5a33698ec33e9f8ace3" 2018-07-19 05:18:48,563 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:18:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bab6f8f6-b4fb-44f2-88ac-b647c36c0dd3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:18:48,564 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e040781ea47347f9918fcabbd2b41fcc used request id req-bab6f8f6-b4fb-44f2-88ac-b647c36c0dd3 2018-07-19 05:18:48,565 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:48,982 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["4NDOn6BaSK2loSvXRjDkiA"], "issued_at": "2018-07-19T05:18:48.000000Z"}} 2018-07-19 05:18:48,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d22a631385a86bed680316a68cf99bcc2096d415" 2018-07-19 05:18:49,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6cb5be4-e482-42ce-a34e-208fdc5466c5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:49,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e6cb5be4-e482-42ce-a34e-208fdc5466c5 2018-07-19 05:18:49,069 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:49,070 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:49,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["gOVPCu8RQ-ib-A4572i3xg"], "issued_at": "2018-07-19T05:18:49.000000Z"}} 2018-07-19 05:18:49,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36dee2a92ca33a6701bbfdafea331d8366bf04ec" 2018-07-19 05:18:49,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f137eeb1-1c02-4429-899d-efca96aba2aa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:49,590 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f137eeb1-1c02-4429-899d-efca96aba2aa 2018-07-19 05:18:49,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:18:49,600 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:18:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-751333c4-af46-49fe-9c28-5ab88b6a5766 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:18:49,600 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-751333c4-af46-49fe-9c28-5ab88b6a5766 2018-07-19 05:18:49,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36dee2a92ca33a6701bbfdafea331d8366bf04ec" 2018-07-19 05:18:49,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cd4b3f1-39f8-4803-90d7-02027cd63390 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:18:49,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-5cd4b3f1-39f8-4803-90d7-02027cd63390 2018-07-19 05:18:49,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36dee2a92ca33a6701bbfdafea331d8366bf04ec" 2018-07-19 05:18:49,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68f6260b-d4bc-4122-8858-d4893be63a5c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-19 05:18:49,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-68f6260b-d4bc-4122-8858-d4893be63a5c 2018-07-19 05:18:50,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36dee2a92ca33a6701bbfdafea331d8366bf04ec" 2018-07-19 05:18:50,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-539b3eb6-d4b6-4f8c-b195-330eb92f7b52 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:18:50,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-539b3eb6-d4b6-4f8c-b195-330eb92f7b52 2018-07-19 05:18:50,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=admin -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36dee2a92ca33a6701bbfdafea331d8366bf04ec" 2018-07-19 05:18:50,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3e845aa-2836-4e3d-97e4-169ca83a9591 Content-Encoding: gzip Content-Length: 233 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=admin", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "id": "c9003101a9994c308fccde61f611d998", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-19 05:18:50,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=admin used request id req-f3e845aa-2836-4e3d-97e4-169ca83a9591 2018-07-19 05:18:50,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/9fe92740bf2d40ef8ed7255d6fdd0ac8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36dee2a92ca33a6701bbfdafea331d8366bf04ec" 2018-07-19 05:18:50,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9f57d17-eb82-4c23-8976-ce7eb8ead620 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/9fe92740bf2d40ef8ed7255d6fdd0ac8"}, "enabled": true, "id": "9fe92740bf2d40ef8ed7255d6fdd0ac8", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-85551ee4-9348-478-name"}} 2018-07-19 05:18:50,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/9fe92740bf2d40ef8ed7255d6fdd0ac8 used request id req-e9f57d17-eb82-4c23-8976-ce7eb8ead620 2018-07-19 05:18:50,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/9fe92740bf2d40ef8ed7255d6fdd0ac8/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36dee2a92ca33a6701bbfdafea331d8366bf04ec" 2018-07-19 05:18:50,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49121071-6f9d-4b71-9903-4bf05bfd5ffe Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/9fe92740bf2d40ef8ed7255d6fdd0ac8/roles", "previous": null, "next": null}, "roles": []} 2018-07-19 05:18:50,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/9fe92740bf2d40ef8ed7255d6fdd0ac8/roles used request id req-49121071-6f9d-4b71-9903-4bf05bfd5ffe 2018-07-19 05:18:50,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36dee2a92ca33a6701bbfdafea331d8366bf04ec" 2018-07-19 05:18:50,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e41f136-eedb-4643-b00a-5fdecf92f551 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}} 2018-07-19 05:18:50,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a used request id req-6e41f136-eedb-4643-b00a-5fdecf92f551 2018-07-19 05:18:50,827 - keystone_utils - INFO - Granting role admin to project admin 2018-07-19 05:18:50,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/9fe92740bf2d40ef8ed7255d6fdd0ac8/roles/bfabbefc0d8b43c5a546413f466e239a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36dee2a92ca33a6701bbfdafea331d8366bf04ec" 2018-07-19 05:18:51,010 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:18:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04d06a8c-171f-4689-a71a-e817193dde07 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:18:51,010 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998/users/9fe92740bf2d40ef8ed7255d6fdd0ac8/roles/bfabbefc0d8b43c5a546413f466e239a used request id req-04d06a8c-171f-4689-a71a-e817193dde07 2018-07-19 05:18:51,010 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-85551ee4-9348-478-name 2018-07-19 05:18:51,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:18:51,018 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:18:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30ddb29f-9ade-4b38-8e9e-fca890a4d262 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:18:51,019 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-30ddb29f-9ade-4b38-8e9e-fca890a4d262 2018-07-19 05:18:51,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d22a631385a86bed680316a68cf99bcc2096d415" 2018-07-19 05:18:51,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-891dc490-c6c0-4722-bffa-5e9ffda72524 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-85551ee4-9348-478-name", "links": {"self": "http://172.30.9.28:5000/v3/users/9fe92740bf2d40ef8ed7255d6fdd0ac8"}, "domain_id": "default", "enabled": true, "id": "9fe92740bf2d40ef8ed7255d6fdd0ac8", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:18:51,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-891dc490-c6c0-4722-bffa-5e9ffda72524 2018-07-19 05:18:51,145 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:51,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:51,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["clkH5BPfTbmNygn9zRNQag"], "issued_at": "2018-07-19T05:18:51.000000Z"}} 2018-07-19 05:18:51,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103f8d96b92c94493b23fd6b6df69309ea3dba9c" 2018-07-19 05:18:51,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf7a2d35-2b70-49ef-9f3b-fd7fea800bad Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:51,560 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bf7a2d35-2b70-49ef-9f3b-fd7fea800bad 2018-07-19 05:18:51,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:18:51,569 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:18:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc28ccac-3bc8-458e-afd6-0ddc9b8007f6 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:18:51,569 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-cc28ccac-3bc8-458e-afd6-0ddc9b8007f6 2018-07-19 05:18:51,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103f8d96b92c94493b23fd6b6df69309ea3dba9c" 2018-07-19 05:18:51,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53a4bf5c-3d64-4b87-8cc1-f8fc5c49d4d5 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-85551ee4-9348-478-name", "links": {"self": "http://172.30.9.28:5000/v3/users/9fe92740bf2d40ef8ed7255d6fdd0ac8"}, "domain_id": "default", "enabled": true, "id": "9fe92740bf2d40ef8ed7255d6fdd0ac8", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:18:51,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-53a4bf5c-3d64-4b87-8cc1-f8fc5c49d4d5 2018-07-19 05:18:51,697 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-85551ee4-9348-478-name 2018-07-19 05:18:51,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/9fe92740bf2d40ef8ed7255d6fdd0ac8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36dee2a92ca33a6701bbfdafea331d8366bf04ec" 2018-07-19 05:18:51,935 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:18:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c864f332-f4af-43eb-a898-f299196dd9ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:18:51,935 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/9fe92740bf2d40ef8ed7255d6fdd0ac8 used request id req-c864f332-f4af-43eb-a898-f299196dd9ae 2018-07-19 05:18:51,937 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:52,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["kKQuA0RgTYWW5r3pAEfcNA"], "issued_at": "2018-07-19T05:18:52.000000Z"}} 2018-07-19 05:18:52,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6535ffda9b325480f35ec182535c9f7238bc25c5" 2018-07-19 05:18:52,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a7c2d59-d78e-4e65-ac7d-8a5af79b82f0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:52,376 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8a7c2d59-d78e-4e65-ac7d-8a5af79b82f0 2018-07-19 05:18:52,377 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:52,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:52,788 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["gBR7QQZpT32IqZa6C9X8kQ"], "issued_at": "2018-07-19T05:18:52.000000Z"}} 2018-07-19 05:18:52,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fbf3f40540882d75633e6569df5f14399144091" 2018-07-19 05:18:52,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09c12dd5-0584-436f-a5b5-454062350843 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:52,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-09c12dd5-0584-436f-a5b5-454062350843 2018-07-19 05:18:52,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:18:52,897 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:18:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3a51a3a-d954-4028-b27f-758e9e07edb2 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:18:52,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-f3a51a3a-d954-4028-b27f-758e9e07edb2 2018-07-19 05:18:52,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-cad3f88a-7051-448-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fbf3f40540882d75633e6569df5f14399144091" 2018-07-19 05:18:52,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f34d5104-2326-45a0-8ed8-41d9b4e0fcec Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-cad3f88a-7051-448-name", "previous": null, "next": null}, "projects": []} 2018-07-19 05:18:52,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-cad3f88a-7051-448-name used request id req-f34d5104-2326-45a0-8ed8-41d9b4e0fcec 2018-07-19 05:18:52,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fbf3f40540882d75633e6569df5f14399144091" 2018-07-19 05:18:53,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97cf0847-694e-4287-9d96-e7aae4164ad3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-19 05:18:53,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-97cf0847-694e-4287-9d96-e7aae4164ad3 2018-07-19 05:18:53,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fbf3f40540882d75633e6569df5f14399144091" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-cad3f88a-7051-448-name"}}' 2018-07-19 05:18:53,158 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:18:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cf2f4bf-7387-43ac-a47d-4f55016f0586 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9bcad3563bfb4a3f936b09e8baff69e5"}, "tags": [], "enabled": true, "id": "9bcad3563bfb4a3f936b09e8baff69e5", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-cad3f88a-7051-448-name"}} 2018-07-19 05:18:53,158 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-3cf2f4bf-7387-43ac-a47d-4f55016f0586 2018-07-19 05:18:53,158 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-cad3f88a-7051-448-name 2018-07-19 05:18:53,159 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-cad3f88a-7051-448-name 2018-07-19 05:18:53,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:18:53,167 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:18:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00eed327-6c75-4932-b159-8bb104831b2a Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:18:53,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-00eed327-6c75-4932-b159-8bb104831b2a 2018-07-19 05:18:53,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/9bcad3563bfb4a3f936b09e8baff69e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6535ffda9b325480f35ec182535c9f7238bc25c5" 2018-07-19 05:18:53,388 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:18:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53b7e169-648f-4e2a-ab12-cc6f6341aa3d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:18:53,389 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/9bcad3563bfb4a3f936b09e8baff69e5 used request id req-53b7e169-648f-4e2a-ab12-cc6f6341aa3d 2018-07-19 05:18:53,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fbf3f40540882d75633e6569df5f14399144091" 2018-07-19 05:18:53,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 21418 X-Openstack-Request-Id: req-0206f474-584c-4a72-bf79-1bf4dbcc64d9 Date: Thu, 19 Jul 2018 05:18:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:03Z", "updated_at": "2018-07-19T05:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "4d9345f1-86f6-4fe7-bc82-6f67566dcf55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "6396e41d-f871-4e63-9f2e-147378dc58cd", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7c146678-66d8-4f49-a14c-8764972243f5", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7f3ea7a1-1075-4fa9-b218-6657a224d4d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}], "revision_number": 1, "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:18:53Z", "updated_at": "2018-07-19T05:18:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "06c4f0a2-c70f-4592-a7bd-3b7ffcc7f9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "a46b278b-cc89-43cf-a5e6-95b0dc47c555", "remote_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "a80af885-2834-46b9-b5b0-82c7363269ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "c4c5185d-7e90-49da-a723-d8d0412d0052", "remote_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "created_at": "2018-07-19T05:06:52Z", "updated_at": "2018-07-19T05:06:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "63c9d004-5694-4759-9034-3161b8ab244d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "64d486c8-7986-4c0e-aeb2-13eb6578a994", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "71ef01aa-9873-4297-8759-2eb098338d19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "f7a922fc-7f06-48a8-a86c-db41cebc8c3d", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}], "revision_number": 1, "project_id": "808316c313f0491a8efb6e31d026d3bf", "id": "47e151fc-e694-4086-9153-bf07f135f5ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-19T05:09:54Z", "updated_at": "2018-07-19T05:09:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5dfbb6e4-51b5-45e9-acca-6333293a0991", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5e6e49b1-c444-41d3-b528-c11f0bdc015d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "6334658a-3c0e-4b28-9289-c515fac1ee46", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "ce78aad9-cf8d-4bb7-8ff9-c5d3ccbdb693", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:31Z", "updated_at": "2018-07-19T05:16:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "2293d456-8f24-429b-ab2a-00ef9b42a287", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "7702dd40-729c-4190-8272-b00d48d250b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "ade92de2-cd44-4c2e-8b8f-476d9f2822a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "f4719301-1d4e-44f6-9668-712cb8573946", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}], "revision_number": 1, "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:02Z", "updated_at": "2018-07-19T05:13:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "19e0ba86-2daf-4812-b294-e615ea5d7540", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "2019f6e7-edd3-4ac3-8b52-b97765ee45fe", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "3992806e-86c8-4b56-8e7a-69f22ab17407", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "487dfc0c-0818-4584-b9df-5119d08d42a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}], "revision_number": 1, "project_id": "ebeae9b4276145be8661198ea73466db", "id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "created_at": "2018-07-19T05:15:17Z", "updated_at": "2018-07-19T05:15:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "05be29d7-0502-4af3-b781-21ba9a09fb47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "acaec3c7-47c2-4f1d-aed9-3638c5a449be", "remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "b4140afc-6dd5-40f4-a0ef-2c24c834746b", "remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "f7127d74-f405-4968-97ef-2103766e2224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}], "revision_number": 1, "project_id": "9c9c2561f2114860acaf537a0d638f0a", "id": "e390878d-e177-4208-8ce2-c53da58f3db5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "affc9693aa494f85bd7b44b37224f123", "created_at": "2018-07-19T05:10:20Z", "updated_at": "2018-07-19T05:10:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "3deac00c-9089-49df-95a7-247c831c591e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "463003e7-c443-4764-aa83-df4c5c515111", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "82d3332b-c634-4845-81cb-4037aad63ccb", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "cf78999b-902b-4b4b-9f7e-b3d6985dc346", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}], "revision_number": 1, "project_id": "affc9693aa494f85bd7b44b37224f123", "id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "created_at": "2018-07-19T05:11:25Z", "updated_at": "2018-07-19T05:11:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "35269374-6ec3-46a2-bc5d-2f3736e82227", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "51f660e0-8284-4987-95f9-3678f746171c", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "5dc2a2b4-594e-4569-b2f8-af7e28eb6e7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "b859999e-d12f-4ff8-aada-474ee449cdb3", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}], "revision_number": 1, "project_id": "9fd4022c36b148f9b1b686ca283fceac", "id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "name": "default"}]} 2018-07-19 05:18:53,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-0206f474-584c-4a72-bf79-1bf4dbcc64d9 2018-07-19 05:18:53,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fbf3f40540882d75633e6569df5f14399144091" 2018-07-19 05:18:53,826 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:18:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acf4aa4b-6d9e-4a03-802a-c3f1a06d32b2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: aededaacc0b14da3b8ce604aa4f6184f.", "code": 404, "title": "Not Found"}} 2018-07-19 05:18:53,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f used request id req-acf4aa4b-6d9e-4a03-802a-c3f1a06d32b2 2018-07-19 05:18:53,826 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:18:53,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fbf3f40540882d75633e6569df5f14399144091" 2018-07-19 05:18:53,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3de222fc-63e4-4023-8b7d-58582237062e Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:18:53,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-3de222fc-63e4-4023-8b7d-58582237062e 2018-07-19 05:18:53,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fbf3f40540882d75633e6569df5f14399144091" 2018-07-19 05:18:53,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60430e95-b639-4bde-a873-dd8003f67d85 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.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "808316c313f0491a8efb6e31d026d3bf", "name": "service"}} 2018-07-19 05:18:53,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf used request id req-60430e95-b639-4bde-a873-dd8003f67d85 2018-07-19 05:18:53,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c177aa5cc2524471bfe10db6f5893e9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fbf3f40540882d75633e6569df5f14399144091" 2018-07-19 05:18:54,063 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:18:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de23c02d-d00b-4758-921b-a8af77a74a1d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c177aa5cc2524471bfe10db6f5893e9b.", "code": 404, "title": "Not Found"}} 2018-07-19 05:18:54,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c177aa5cc2524471bfe10db6f5893e9b used request id req-de23c02d-d00b-4758-921b-a8af77a74a1d 2018-07-19 05:18:54,063 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:18:54,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ebeae9b4276145be8661198ea73466db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fbf3f40540882d75633e6569df5f14399144091" 2018-07-19 05:18:54,181 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:18:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a79d09d6-f514-498b-b554-abaf000beea6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ebeae9b4276145be8661198ea73466db.", "code": 404, "title": "Not Found"}} 2018-07-19 05:18:54,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ebeae9b4276145be8661198ea73466db used request id req-a79d09d6-f514-498b-b554-abaf000beea6 2018-07-19 05:18:54,181 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:18:54,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9c9c2561f2114860acaf537a0d638f0a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fbf3f40540882d75633e6569df5f14399144091" 2018-07-19 05:18:54,293 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:18:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5487f76-8af5-4ff1-8fac-93771f462480 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9c9c2561f2114860acaf537a0d638f0a.", "code": 404, "title": "Not Found"}} 2018-07-19 05:18:54,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9c9c2561f2114860acaf537a0d638f0a used request id req-b5487f76-8af5-4ff1-8fac-93771f462480 2018-07-19 05:18:54,293 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:18:54,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/affc9693aa494f85bd7b44b37224f123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fbf3f40540882d75633e6569df5f14399144091" 2018-07-19 05:18:54,393 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:18:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31f62517-8f23-4be6-aa41-995cab87fee6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: affc9693aa494f85bd7b44b37224f123.", "code": 404, "title": "Not Found"}} 2018-07-19 05:18:54,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/affc9693aa494f85bd7b44b37224f123 used request id req-31f62517-8f23-4be6-aa41-995cab87fee6 2018-07-19 05:18:54,394 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:18:54,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9fd4022c36b148f9b1b686ca283fceac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fbf3f40540882d75633e6569df5f14399144091" 2018-07-19 05:18:54,499 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:18:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbbc7320-3386-4a1d-a7c0-91b25abd1829 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9fd4022c36b148f9b1b686ca283fceac.", "code": 404, "title": "Not Found"}} 2018-07-19 05:18:54,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9fd4022c36b148f9b1b686ca283fceac used request id req-bbbc7320-3386-4a1d-a7c0-91b25abd1829 2018-07-19 05:18:54,499 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:18:54,500 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-cad3f88a-7051-448-name 2018-07-19 05:18:54,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/9bcad3563bfb4a3f936b09e8baff69e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fbf3f40540882d75633e6569df5f14399144091" 2018-07-19 05:18:54,600 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:18:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c62bb56-9d61-4d8b-b1e6-b23ccda0c4ff Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9bcad3563bfb4a3f936b09e8baff69e5.", "code": 404, "title": "Not Found"}} 2018-07-19 05:18:54,600 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/9bcad3563bfb4a3f936b09e8baff69e5 used request id req-0c62bb56-9d61-4d8b-b1e6-b23ccda0c4ff 2018-07-19 05:18:54,600 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:18:54,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fbf3f40540882d75633e6569df5f14399144091" 2018-07-19 05:18:54,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21076edd-4c1b-4e9d-88c7-b4f965fb7a7e Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:18:54,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-21076edd-4c1b-4e9d-88c7-b4f965fb7a7e 2018-07-19 05:18:54,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6535ffda9b325480f35ec182535c9f7238bc25c5" 2018-07-19 05:18:54,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9ba4213-7b24-4620-aef3-984a3a84b970 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-19 05:18:54,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-a9ba4213-7b24-4620-aef3-984a3a84b970 2018-07-19 05:18:54,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fbf3f40540882d75633e6569df5f14399144091" 2018-07-19 05:18:54,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28e45bfa-2f97-4f26-8b8e-cff07dfee5c0 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:18:54,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-28e45bfa-2f97-4f26-8b8e-cff07dfee5c0 2018-07-19 05:18:54,929 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:55,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["49Mf67b9SQGX-JJ8znDxzQ"], "issued_at": "2018-07-19T05:18:55.000000Z"}} 2018-07-19 05:18:55,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f34c0e1f62a68aabf4539597103af30dea67379" 2018-07-19 05:18:55,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c7113e2-580a-4c4d-99b9-46c15c4e2d91 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:55,428 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0c7113e2-580a-4c4d-99b9-46c15c4e2d91 2018-07-19 05:18:55,429 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:55,430 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:55,841 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["nsvcqVVRRPa5qg6RWaWPzQ"], "issued_at": "2018-07-19T05:18:55.000000Z"}} 2018-07-19 05:18:55,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30acc8ff6c3c95dfab63915bbedae4b23bc17a1d" 2018-07-19 05:18:55,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-537680fa-8062-4efc-9eb3-2bb444bc6538 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:55,931 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-537680fa-8062-4efc-9eb3-2bb444bc6538 2018-07-19 05:18:55,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:18:55,940 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:18:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f374ed3-ba37-4b72-842d-d6a472bfe64f Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:18:55,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-5f374ed3-ba37-4b72-842d-d6a472bfe64f 2018-07-19 05:18:55,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8b370cca-6d3f-4b4-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30acc8ff6c3c95dfab63915bbedae4b23bc17a1d" 2018-07-19 05:18:56,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb87676a-0ce2-4309-8f18-f4d0eb4087e5 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8b370cca-6d3f-4b4-name", "previous": null, "next": null}, "projects": []} 2018-07-19 05:18:56,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8b370cca-6d3f-4b4-name used request id req-fb87676a-0ce2-4309-8f18-f4d0eb4087e5 2018-07-19 05:18:56,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30acc8ff6c3c95dfab63915bbedae4b23bc17a1d" 2018-07-19 05:18:56,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ecdbeea-f9a8-4f83-901e-25c31aafad9d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-19 05:18:56,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-6ecdbeea-f9a8-4f83-901e-25c31aafad9d 2018-07-19 05:18:56,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30acc8ff6c3c95dfab63915bbedae4b23bc17a1d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-8b370cca-6d3f-4b4-name"}}' 2018-07-19 05:18:56,296 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:18:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b76b2016-725e-46a3-b8ed-94d0fa7e3d67 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e169b882ca4147dcb1ef246f576ab443"}, "tags": [], "enabled": true, "id": "e169b882ca4147dcb1ef246f576ab443", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-8b370cca-6d3f-4b4-name"}} 2018-07-19 05:18:56,296 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-b76b2016-725e-46a3-b8ed-94d0fa7e3d67 2018-07-19 05:18:56,296 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-8b370cca-6d3f-4b4-name 2018-07-19 05:18:56,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:18:56,305 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:18:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d213d5d-9661-4850-aa9c-dbb5cc683b45 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:18:56,305 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-2d213d5d-9661-4850-aa9c-dbb5cc683b45 2018-07-19 05:18:56,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8b370cca-6d3f-4b4-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f34c0e1f62a68aabf4539597103af30dea67379" 2018-07-19 05:18:56,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f163da40-ba78-4c6f-957d-7beeb43a69b9 Content-Encoding: gzip Content-Length: 277 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8b370cca-6d3f-4b4-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e169b882ca4147dcb1ef246f576ab443"}, "tags": [], "enabled": true, "id": "e169b882ca4147dcb1ef246f576ab443", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-8b370cca-6d3f-4b4-name"}]} 2018-07-19 05:18:56,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8b370cca-6d3f-4b4-name used request id req-f163da40-ba78-4c6f-957d-7beeb43a69b9 2018-07-19 05:18:56,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f34c0e1f62a68aabf4539597103af30dea67379" 2018-07-19 05:18:56,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b19fb15f-a04c-4df9-b4e7-643122102c0a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-19 05:18:56,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-b19fb15f-a04c-4df9-b4e7-643122102c0a 2018-07-19 05:18:56,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30acc8ff6c3c95dfab63915bbedae4b23bc17a1d" 2018-07-19 05:18:56,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 21418 X-Openstack-Request-Id: req-23d8fa41-a4d2-4023-b882-7ce1df3f38b3 Date: Thu, 19 Jul 2018 05:18:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:03Z", "updated_at": "2018-07-19T05:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "4d9345f1-86f6-4fe7-bc82-6f67566dcf55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "6396e41d-f871-4e63-9f2e-147378dc58cd", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7c146678-66d8-4f49-a14c-8764972243f5", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7f3ea7a1-1075-4fa9-b218-6657a224d4d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}], "revision_number": 1, "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:18:53Z", "updated_at": "2018-07-19T05:18:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "06c4f0a2-c70f-4592-a7bd-3b7ffcc7f9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "a46b278b-cc89-43cf-a5e6-95b0dc47c555", "remote_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "a80af885-2834-46b9-b5b0-82c7363269ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "c4c5185d-7e90-49da-a723-d8d0412d0052", "remote_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "created_at": "2018-07-19T05:06:52Z", "updated_at": "2018-07-19T05:06:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "63c9d004-5694-4759-9034-3161b8ab244d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "64d486c8-7986-4c0e-aeb2-13eb6578a994", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "71ef01aa-9873-4297-8759-2eb098338d19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "f7a922fc-7f06-48a8-a86c-db41cebc8c3d", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}], "revision_number": 1, "project_id": "808316c313f0491a8efb6e31d026d3bf", "id": "47e151fc-e694-4086-9153-bf07f135f5ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-19T05:09:54Z", "updated_at": "2018-07-19T05:09:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5dfbb6e4-51b5-45e9-acca-6333293a0991", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5e6e49b1-c444-41d3-b528-c11f0bdc015d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "6334658a-3c0e-4b28-9289-c515fac1ee46", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "ce78aad9-cf8d-4bb7-8ff9-c5d3ccbdb693", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:31Z", "updated_at": "2018-07-19T05:16:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "2293d456-8f24-429b-ab2a-00ef9b42a287", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "7702dd40-729c-4190-8272-b00d48d250b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "ade92de2-cd44-4c2e-8b8f-476d9f2822a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "f4719301-1d4e-44f6-9668-712cb8573946", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}], "revision_number": 1, "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:02Z", "updated_at": "2018-07-19T05:13:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "19e0ba86-2daf-4812-b294-e615ea5d7540", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "2019f6e7-edd3-4ac3-8b52-b97765ee45fe", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "3992806e-86c8-4b56-8e7a-69f22ab17407", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "487dfc0c-0818-4584-b9df-5119d08d42a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}], "revision_number": 1, "project_id": "ebeae9b4276145be8661198ea73466db", "id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "created_at": "2018-07-19T05:15:17Z", "updated_at": "2018-07-19T05:15:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "05be29d7-0502-4af3-b781-21ba9a09fb47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "acaec3c7-47c2-4f1d-aed9-3638c5a449be", "remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "b4140afc-6dd5-40f4-a0ef-2c24c834746b", "remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "f7127d74-f405-4968-97ef-2103766e2224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}], "revision_number": 1, "project_id": "9c9c2561f2114860acaf537a0d638f0a", "id": "e390878d-e177-4208-8ce2-c53da58f3db5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "affc9693aa494f85bd7b44b37224f123", "created_at": "2018-07-19T05:10:20Z", "updated_at": "2018-07-19T05:10:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "3deac00c-9089-49df-95a7-247c831c591e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "463003e7-c443-4764-aa83-df4c5c515111", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "82d3332b-c634-4845-81cb-4037aad63ccb", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "cf78999b-902b-4b4b-9f7e-b3d6985dc346", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}], "revision_number": 1, "project_id": "affc9693aa494f85bd7b44b37224f123", "id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "created_at": "2018-07-19T05:11:25Z", "updated_at": "2018-07-19T05:11:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "35269374-6ec3-46a2-bc5d-2f3736e82227", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "51f660e0-8284-4987-95f9-3678f746171c", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "5dc2a2b4-594e-4569-b2f8-af7e28eb6e7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "b859999e-d12f-4ff8-aada-474ee449cdb3", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}], "revision_number": 1, "project_id": "9fd4022c36b148f9b1b686ca283fceac", "id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "name": "default"}]} 2018-07-19 05:18:56,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-23d8fa41-a4d2-4023-b882-7ce1df3f38b3 2018-07-19 05:18:56,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30acc8ff6c3c95dfab63915bbedae4b23bc17a1d" 2018-07-19 05:18:56,871 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:18:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6a2d18f-edc3-4c0b-a556-f5c138de3ac2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: aededaacc0b14da3b8ce604aa4f6184f.", "code": 404, "title": "Not Found"}} 2018-07-19 05:18:56,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f used request id req-b6a2d18f-edc3-4c0b-a556-f5c138de3ac2 2018-07-19 05:18:56,871 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:18:56,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30acc8ff6c3c95dfab63915bbedae4b23bc17a1d" 2018-07-19 05:18:56,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fa14481-4810-4dd2-bf14-bf143533ac89 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:18:56,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-6fa14481-4810-4dd2-bf14-bf143533ac89 2018-07-19 05:18:56,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30acc8ff6c3c95dfab63915bbedae4b23bc17a1d" 2018-07-19 05:18:57,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5613a39-0058-47ef-816d-7fcebfeb068b 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.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "808316c313f0491a8efb6e31d026d3bf", "name": "service"}} 2018-07-19 05:18:57,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf used request id req-c5613a39-0058-47ef-816d-7fcebfeb068b 2018-07-19 05:18:57,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c177aa5cc2524471bfe10db6f5893e9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30acc8ff6c3c95dfab63915bbedae4b23bc17a1d" 2018-07-19 05:18:57,192 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81438b59-8561-4cb7-90c4-42d9f39a399e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c177aa5cc2524471bfe10db6f5893e9b.", "code": 404, "title": "Not Found"}} 2018-07-19 05:18:57,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c177aa5cc2524471bfe10db6f5893e9b used request id req-81438b59-8561-4cb7-90c4-42d9f39a399e 2018-07-19 05:18:57,192 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:18:57,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ebeae9b4276145be8661198ea73466db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30acc8ff6c3c95dfab63915bbedae4b23bc17a1d" 2018-07-19 05:18:57,287 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c64aaf3-0efc-440f-bd00-877f152de210 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ebeae9b4276145be8661198ea73466db.", "code": 404, "title": "Not Found"}} 2018-07-19 05:18:57,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ebeae9b4276145be8661198ea73466db used request id req-2c64aaf3-0efc-440f-bd00-877f152de210 2018-07-19 05:18:57,288 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:18:57,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9c9c2561f2114860acaf537a0d638f0a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30acc8ff6c3c95dfab63915bbedae4b23bc17a1d" 2018-07-19 05:18:57,386 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eeb71df8-ded0-454d-9ba8-c031582b40a4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9c9c2561f2114860acaf537a0d638f0a.", "code": 404, "title": "Not Found"}} 2018-07-19 05:18:57,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9c9c2561f2114860acaf537a0d638f0a used request id req-eeb71df8-ded0-454d-9ba8-c031582b40a4 2018-07-19 05:18:57,386 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:18:57,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/affc9693aa494f85bd7b44b37224f123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30acc8ff6c3c95dfab63915bbedae4b23bc17a1d" 2018-07-19 05:18:57,502 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ad5d87a-405b-43a5-87e3-da125f515dc5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: affc9693aa494f85bd7b44b37224f123.", "code": 404, "title": "Not Found"}} 2018-07-19 05:18:57,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/affc9693aa494f85bd7b44b37224f123 used request id req-9ad5d87a-405b-43a5-87e3-da125f515dc5 2018-07-19 05:18:57,503 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:18:57,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9fd4022c36b148f9b1b686ca283fceac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30acc8ff6c3c95dfab63915bbedae4b23bc17a1d" 2018-07-19 05:18:57,597 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82cb2b6c-9faa-460a-8a6b-eb36250f004e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9fd4022c36b148f9b1b686ca283fceac.", "code": 404, "title": "Not Found"}} 2018-07-19 05:18:57,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9fd4022c36b148f9b1b686ca283fceac used request id req-82cb2b6c-9faa-460a-8a6b-eb36250f004e 2018-07-19 05:18:57,597 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:18:57,598 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-8b370cca-6d3f-4b4-name 2018-07-19 05:18:57,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/e169b882ca4147dcb1ef246f576ab443 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30acc8ff6c3c95dfab63915bbedae4b23bc17a1d" 2018-07-19 05:18:57,779 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be210ada-9950-4b1b-8eb4-01855bb8c40c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:18:57,780 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/e169b882ca4147dcb1ef246f576ab443 used request id req-be210ada-9950-4b1b-8eb4-01855bb8c40c 2018-07-19 05:18:57,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30acc8ff6c3c95dfab63915bbedae4b23bc17a1d" 2018-07-19 05:18:57,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7db2dc6-f379-429a-9da0-3c03164f0979 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:18:57,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d7db2dc6-f379-429a-9da0-3c03164f0979 2018-07-19 05:18:57,896 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:58,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["U3udImf3THyEQhi-9n3Ytg"], "issued_at": "2018-07-19T05:18:58.000000Z"}} 2018-07-19 05:18:58,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08af502c954ad53793adf1ccf073c8a2aaf400b" 2018-07-19 05:18:58,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f7a0b28-5a3a-4188-b122-c13bd1014050 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:58,395 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3f7a0b28-5a3a-4188-b122-c13bd1014050 2018-07-19 05:18:58,396 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:58,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:58,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["gRI4WJqPSeKrUI5UAX-47w"], "issued_at": "2018-07-19T05:18:58.000000Z"}} 2018-07-19 05:18:58,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}142d289cf08e9453f14c98d35d248bad6131294b" 2018-07-19 05:18:58,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c184b45-432a-47ee-b713-c57c8733607b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:58,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8c184b45-432a-47ee-b713-c57c8733607b 2018-07-19 05:18:58,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:18:58,907 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:18:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d8e675b-3419-4bdd-8ccc-f668c8e4845a Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:18:58,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-9d8e675b-3419-4bdd-8ccc-f668c8e4845a 2018-07-19 05:18:58,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-079fb769-cd8d-4c7-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}142d289cf08e9453f14c98d35d248bad6131294b" 2018-07-19 05:18:59,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f42bc7f9-6fe7-4e8a-8531-56b3f596f54a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-079fb769-cd8d-4c7-name", "previous": null, "next": null}, "projects": []} 2018-07-19 05:18:59,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-079fb769-cd8d-4c7-name used request id req-f42bc7f9-6fe7-4e8a-8531-56b3f596f54a 2018-07-19 05:18:59,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}142d289cf08e9453f14c98d35d248bad6131294b" 2018-07-19 05:18:59,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4892f94-f9f6-418c-b772-7b9791414d5b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-19 05:18:59,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-c4892f94-f9f6-418c-b772-7b9791414d5b 2018-07-19 05:18:59,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}142d289cf08e9453f14c98d35d248bad6131294b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-079fb769-cd8d-4c7-name"}}' 2018-07-19 05:18:59,253 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:18:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-223c2e55-67a9-4fee-bfcd-d93e0250631e Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cce7f9a1172545ed95ca000df78a5622"}, "tags": [], "enabled": true, "id": "cce7f9a1172545ed95ca000df78a5622", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-079fb769-cd8d-4c7-name"}} 2018-07-19 05:18:59,253 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-223c2e55-67a9-4fee-bfcd-d93e0250631e 2018-07-19 05:18:59,254 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-079fb769-cd8d-4c7-name 2018-07-19 05:18:59,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:18:59,262 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:18:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e379cae9-e40e-4bc9-855f-98ad2c8eca9f Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:18:59,262 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-e379cae9-e40e-4bc9-855f-98ad2c8eca9f 2018-07-19 05:18:59,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-079fb769-cd8d-4c7-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08af502c954ad53793adf1ccf073c8a2aaf400b" 2018-07-19 05:18:59,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5709bbf-d54c-4642-b0cc-db6ccf46aeb6 Content-Encoding: gzip Content-Length: 276 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-079fb769-cd8d-4c7-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cce7f9a1172545ed95ca000df78a5622"}, "tags": [], "enabled": true, "id": "cce7f9a1172545ed95ca000df78a5622", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-079fb769-cd8d-4c7-name"}]} 2018-07-19 05:18:59,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-079fb769-cd8d-4c7-name used request id req-c5709bbf-d54c-4642-b0cc-db6ccf46aeb6 2018-07-19 05:18:59,371 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:18:59,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:18:59,792 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:18:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["9_o5hV6WSXSIsMHxh-JG_g"], "issued_at": "2018-07-19T05:18:59.000000Z"}} 2018-07-19 05:18:59,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93de7114b7a9db4ce8eaf4b91e87c0a26b506d5c" 2018-07-19 05:18:59,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f59cebe4-188a-4790-8b6a-c0ecc821594b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:18:59,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f59cebe4-188a-4790-8b6a-c0ecc821594b 2018-07-19 05:18:59,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:18:59,905 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:18:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad82a115-ddef-4986-90c7-cfb3299fff41 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:18:59,905 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-ad82a115-ddef-4986-90c7-cfb3299fff41 2018-07-19 05:18:59,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-079fb769-cd8d-4c7-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93de7114b7a9db4ce8eaf4b91e87c0a26b506d5c" 2018-07-19 05:19:00,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8631daa7-0c51-4fd3-af77-e3ee85b6a329 Content-Encoding: gzip Content-Length: 276 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-079fb769-cd8d-4c7-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cce7f9a1172545ed95ca000df78a5622"}, "tags": [], "enabled": true, "id": "cce7f9a1172545ed95ca000df78a5622", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-079fb769-cd8d-4c7-name"}]} 2018-07-19 05:19:00,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-079fb769-cd8d-4c7-name used request id req-8631daa7-0c51-4fd3-af77-e3ee85b6a329 2018-07-19 05:19:00,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08af502c954ad53793adf1ccf073c8a2aaf400b" 2018-07-19 05:19:00,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3fba60d-298c-4d5c-986e-bb8adc9545a3 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-19 05:19:00,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-c3fba60d-298c-4d5c-986e-bb8adc9545a3 2018-07-19 05:19:00,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}142d289cf08e9453f14c98d35d248bad6131294b" 2018-07-19 05:19:00,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 21418 X-Openstack-Request-Id: req-c176e9d1-485a-4de9-be81-dc78778420ba Date: Thu, 19 Jul 2018 05:19:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:03Z", "updated_at": "2018-07-19T05:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "4d9345f1-86f6-4fe7-bc82-6f67566dcf55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "6396e41d-f871-4e63-9f2e-147378dc58cd", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7c146678-66d8-4f49-a14c-8764972243f5", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7f3ea7a1-1075-4fa9-b218-6657a224d4d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}], "revision_number": 1, "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:18:53Z", "updated_at": "2018-07-19T05:18:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "06c4f0a2-c70f-4592-a7bd-3b7ffcc7f9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "a46b278b-cc89-43cf-a5e6-95b0dc47c555", "remote_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "a80af885-2834-46b9-b5b0-82c7363269ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "c4c5185d-7e90-49da-a723-d8d0412d0052", "remote_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "created_at": "2018-07-19T05:06:52Z", "updated_at": "2018-07-19T05:06:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "63c9d004-5694-4759-9034-3161b8ab244d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "64d486c8-7986-4c0e-aeb2-13eb6578a994", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "71ef01aa-9873-4297-8759-2eb098338d19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "f7a922fc-7f06-48a8-a86c-db41cebc8c3d", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}], "revision_number": 1, "project_id": "808316c313f0491a8efb6e31d026d3bf", "id": "47e151fc-e694-4086-9153-bf07f135f5ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-19T05:09:54Z", "updated_at": "2018-07-19T05:09:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5dfbb6e4-51b5-45e9-acca-6333293a0991", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5e6e49b1-c444-41d3-b528-c11f0bdc015d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "6334658a-3c0e-4b28-9289-c515fac1ee46", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "ce78aad9-cf8d-4bb7-8ff9-c5d3ccbdb693", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:31Z", "updated_at": "2018-07-19T05:16:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "2293d456-8f24-429b-ab2a-00ef9b42a287", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "7702dd40-729c-4190-8272-b00d48d250b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "ade92de2-cd44-4c2e-8b8f-476d9f2822a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "f4719301-1d4e-44f6-9668-712cb8573946", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}], "revision_number": 1, "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:02Z", "updated_at": "2018-07-19T05:13:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "19e0ba86-2daf-4812-b294-e615ea5d7540", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "2019f6e7-edd3-4ac3-8b52-b97765ee45fe", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "3992806e-86c8-4b56-8e7a-69f22ab17407", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "487dfc0c-0818-4584-b9df-5119d08d42a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}], "revision_number": 1, "project_id": "ebeae9b4276145be8661198ea73466db", "id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "created_at": "2018-07-19T05:15:17Z", "updated_at": "2018-07-19T05:15:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "05be29d7-0502-4af3-b781-21ba9a09fb47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "acaec3c7-47c2-4f1d-aed9-3638c5a449be", "remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "b4140afc-6dd5-40f4-a0ef-2c24c834746b", "remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "f7127d74-f405-4968-97ef-2103766e2224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}], "revision_number": 1, "project_id": "9c9c2561f2114860acaf537a0d638f0a", "id": "e390878d-e177-4208-8ce2-c53da58f3db5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "affc9693aa494f85bd7b44b37224f123", "created_at": "2018-07-19T05:10:20Z", "updated_at": "2018-07-19T05:10:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "3deac00c-9089-49df-95a7-247c831c591e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "463003e7-c443-4764-aa83-df4c5c515111", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "82d3332b-c634-4845-81cb-4037aad63ccb", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "cf78999b-902b-4b4b-9f7e-b3d6985dc346", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}], "revision_number": 1, "project_id": "affc9693aa494f85bd7b44b37224f123", "id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "created_at": "2018-07-19T05:11:25Z", "updated_at": "2018-07-19T05:11:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "35269374-6ec3-46a2-bc5d-2f3736e82227", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "51f660e0-8284-4987-95f9-3678f746171c", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "5dc2a2b4-594e-4569-b2f8-af7e28eb6e7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "b859999e-d12f-4ff8-aada-474ee449cdb3", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}], "revision_number": 1, "project_id": "9fd4022c36b148f9b1b686ca283fceac", "id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "name": "default"}]} 2018-07-19 05:19:00,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-c176e9d1-485a-4de9-be81-dc78778420ba 2018-07-19 05:19:00,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}142d289cf08e9453f14c98d35d248bad6131294b" 2018-07-19 05:19:00,503 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:19:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70ad9676-57f8-4838-a155-49dc5ca3fefa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: aededaacc0b14da3b8ce604aa4f6184f.", "code": 404, "title": "Not Found"}} 2018-07-19 05:19:00,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f used request id req-70ad9676-57f8-4838-a155-49dc5ca3fefa 2018-07-19 05:19:00,503 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:19:00,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}142d289cf08e9453f14c98d35d248bad6131294b" 2018-07-19 05:19:00,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92beaa76-560f-424b-9d12-850e64ac5af4 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:19:00,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-92beaa76-560f-424b-9d12-850e64ac5af4 2018-07-19 05:19:00,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}142d289cf08e9453f14c98d35d248bad6131294b" 2018-07-19 05:19:00,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e654d716-d202-4ef3-82af-b949fb03b4bd 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.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "808316c313f0491a8efb6e31d026d3bf", "name": "service"}} 2018-07-19 05:19:00,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf used request id req-e654d716-d202-4ef3-82af-b949fb03b4bd 2018-07-19 05:19:00,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c177aa5cc2524471bfe10db6f5893e9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}142d289cf08e9453f14c98d35d248bad6131294b" 2018-07-19 05:19:00,821 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:19:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf429cf9-7a6c-463f-a25c-f601d8a8e0fb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c177aa5cc2524471bfe10db6f5893e9b.", "code": 404, "title": "Not Found"}} 2018-07-19 05:19:00,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c177aa5cc2524471bfe10db6f5893e9b used request id req-bf429cf9-7a6c-463f-a25c-f601d8a8e0fb 2018-07-19 05:19:00,821 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:19:00,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ebeae9b4276145be8661198ea73466db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}142d289cf08e9453f14c98d35d248bad6131294b" 2018-07-19 05:19:00,926 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:19:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd31051f-6dcb-4e2a-a0e2-9adbc7b7a5ca Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ebeae9b4276145be8661198ea73466db.", "code": 404, "title": "Not Found"}} 2018-07-19 05:19:00,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ebeae9b4276145be8661198ea73466db used request id req-bd31051f-6dcb-4e2a-a0e2-9adbc7b7a5ca 2018-07-19 05:19:00,926 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:19:00,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9c9c2561f2114860acaf537a0d638f0a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}142d289cf08e9453f14c98d35d248bad6131294b" 2018-07-19 05:19:01,031 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:19:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6368e40a-bd68-483f-9f72-5d5148aaed62 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9c9c2561f2114860acaf537a0d638f0a.", "code": 404, "title": "Not Found"}} 2018-07-19 05:19:01,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9c9c2561f2114860acaf537a0d638f0a used request id req-6368e40a-bd68-483f-9f72-5d5148aaed62 2018-07-19 05:19:01,031 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:19:01,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/affc9693aa494f85bd7b44b37224f123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}142d289cf08e9453f14c98d35d248bad6131294b" 2018-07-19 05:19:01,132 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:19:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-962ff473-a66c-4569-96d0-48ed3a5565c3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: affc9693aa494f85bd7b44b37224f123.", "code": 404, "title": "Not Found"}} 2018-07-19 05:19:01,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/affc9693aa494f85bd7b44b37224f123 used request id req-962ff473-a66c-4569-96d0-48ed3a5565c3 2018-07-19 05:19:01,132 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:19:01,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9fd4022c36b148f9b1b686ca283fceac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}142d289cf08e9453f14c98d35d248bad6131294b" 2018-07-19 05:19:01,249 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:19:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a02b28ee-f52f-49ff-a18a-4171a23483f6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9fd4022c36b148f9b1b686ca283fceac.", "code": 404, "title": "Not Found"}} 2018-07-19 05:19:01,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9fd4022c36b148f9b1b686ca283fceac used request id req-a02b28ee-f52f-49ff-a18a-4171a23483f6 2018-07-19 05:19:01,249 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:19:01,250 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-079fb769-cd8d-4c7-name 2018-07-19 05:19:01,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/cce7f9a1172545ed95ca000df78a5622 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}142d289cf08e9453f14c98d35d248bad6131294b" 2018-07-19 05:19:01,442 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:19:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b2a0c6a-21f7-4574-a93c-1845ce59dab4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:19:01,442 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/cce7f9a1172545ed95ca000df78a5622 used request id req-3b2a0c6a-21f7-4574-a93c-1845ce59dab4 2018-07-19 05:19:01,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}142d289cf08e9453f14c98d35d248bad6131294b" 2018-07-19 05:19:01,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2d2db80-af6a-4b32-b767-b1c7e2c426bc Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:19:01,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a2d2db80-af6a-4b32-b767-b1c7e2c426bc 2018-07-19 05:19:01,555 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:01,971 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["Ty6hPareQ9Gq9kQoe4jIog"], "issued_at": "2018-07-19T05:19:01.000000Z"}} 2018-07-19 05:19:01,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807d2059671aaf3242bd76e7f3cf8ffcff761bc1" 2018-07-19 05:19:02,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e97cd76d-39e9-4050-92c5-33b8bfe81a58 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:02,071 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e97cd76d-39e9-4050-92c5-33b8bfe81a58 2018-07-19 05:19:02,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:19:02,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:02,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["pAZ2M2ppS4-M40zlFWCFCA"], "issued_at": "2018-07-19T05:19:02.000000Z"}} 2018-07-19 05:19:02,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9b309bfe0c6e8eaf7cd39a095e9df73065e48" 2018-07-19 05:19:02,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b186d109-9309-4e94-bc06-27c3f090bdaa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:02,574 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b186d109-9309-4e94-bc06-27c3f090bdaa 2018-07-19 05:19:02,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:19:02,584 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:19:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12461e83-455a-4463-9ad1-8837b507427a Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:19:02,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-12461e83-455a-4463-9ad1-8837b507427a 2018-07-19 05:19:02,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-2074680b-1944-4c7-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9b309bfe0c6e8eaf7cd39a095e9df73065e48" 2018-07-19 05:19:02,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be7da54c-4d69-46e9-9b5a-42ed6473c44d Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-2074680b-1944-4c7-name", "previous": null, "next": null}, "projects": []} 2018-07-19 05:19:02,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-2074680b-1944-4c7-name used request id req-be7da54c-4d69-46e9-9b5a-42ed6473c44d 2018-07-19 05:19:02,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9b309bfe0c6e8eaf7cd39a095e9df73065e48" 2018-07-19 05:19:02,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3dd5030-fafe-4199-b4d3-fefe3a92b0fd Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-07-19 05:19:02,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=foo used request id req-c3dd5030-fafe-4199-b4d3-fefe3a92b0fd 2018-07-19 05:19:02,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9b309bfe0c6e8eaf7cd39a095e9df73065e48" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-2074680b-1944-4c7-name"}}' 2018-07-19 05:19:02,903 - keystoneauth.session - DEBUG - RESP: [400] Date: Thu, 19 Jul 2018 05:19:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-197e7fff-016b-4617-bda5-35bc4dc78b26 Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-07-19 05:19:02,904 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-197e7fff-016b-4617-bda5-35bc4dc78b26 2018-07-19 05:19:02,904 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-07-19 05:19:02,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9b309bfe0c6e8eaf7cd39a095e9df73065e48" 2018-07-19 05:19:02,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15a6c887-11a1-4f82-a3d2-a432dcb92188 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:19:02,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-15a6c887-11a1-4f82-a3d2-a432dcb92188 2018-07-19 05:19:02,927 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:03,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["zIy3apa4TWKYo0IcxltA_w"], "issued_at": "2018-07-19T05:19:03.000000Z"}} 2018-07-19 05:19:03,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8a8d99823e5eb67448f45284774895217a1ba03" 2018-07-19 05:19:03,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1efd97bd-99aa-4c04-8e01-177a8784c915 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:03,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1efd97bd-99aa-4c04-8e01-177a8784c915 2018-07-19 05:19:03,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:19:03,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:03,846 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["kTK3XIHyRgK5wGUlcB5otg"], "issued_at": "2018-07-19T05:19:03.000000Z"}} 2018-07-19 05:19:03,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afeca38ffc48bfac723c76ba9a3ceacd2a0e6b4e" 2018-07-19 05:19:03,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0d08820-56f2-4460-b68c-764c43c66dc9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:03,946 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b0d08820-56f2-4460-b68c-764c43c66dc9 2018-07-19 05:19:03,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:19:03,955 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:19:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-140d6672-d08a-49e4-8d6a-bc9b028d3a19 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:19:03,955 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-140d6672-d08a-49e4-8d6a-bc9b028d3a19 2018-07-19 05:19:03,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-44bddecb-5154-408-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afeca38ffc48bfac723c76ba9a3ceacd2a0e6b4e" 2018-07-19 05:19:04,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e2faeed-3f23-448b-b3f8-c4b0c17ff31b Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-44bddecb-5154-408-name", "previous": null, "next": null}, "projects": []} 2018-07-19 05:19:04,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-44bddecb-5154-408-name used request id req-4e2faeed-3f23-448b-b3f8-c4b0c17ff31b 2018-07-19 05:19:04,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afeca38ffc48bfac723c76ba9a3ceacd2a0e6b4e" 2018-07-19 05:19:04,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77d21e48-7428-457e-b2d6-5ff475de9f5e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-19 05:19:04,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-77d21e48-7428-457e-b2d6-5ff475de9f5e 2018-07-19 05:19:04,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afeca38ffc48bfac723c76ba9a3ceacd2a0e6b4e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-44bddecb-5154-408-name"}}' 2018-07-19 05:19:04,308 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:19:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e7bf26c-53e0-4dae-a348-14a8b32cb8ac Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7c0287a467fa4458b68162a2dae1e1ae"}, "tags": [], "enabled": true, "id": "7c0287a467fa4458b68162a2dae1e1ae", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-44bddecb-5154-408-name"}} 2018-07-19 05:19:04,308 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-8e7bf26c-53e0-4dae-a348-14a8b32cb8ac 2018-07-19 05:19:04,308 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-44bddecb-5154-408-name 2018-07-19 05:19:04,308 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:19:04,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-quota-sets/7c0287a467fa4458b68162a2dae1e1ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afeca38ffc48bfac723c76ba9a3ceacd2a0e6b4e" 2018-07-19 05:19:04,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-190886fe-8664-42d4-9443-67d42b4cabf8 x-compute-request-id: req-190886fe-8664-42d4-9443-67d42b4cabf8 Content-Encoding: gzip Content-Length: 219 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": "7c0287a467fa4458b68162a2dae1e1ae", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-07-19 05:19:04,724 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/7c0287a467fa4458b68162a2dae1e1ae used request id req-190886fe-8664-42d4-9443-67d42b4cabf8 2018-07-19 05:19:04,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:8774/v2.1/os-quota-sets/7c0287a467fa4458b68162a2dae1e1ae -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afeca38ffc48bfac723c76ba9a3ceacd2a0e6b4e" -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-07-19 05:19:05,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d04a69de-b964-41b0-b402-a919c19ca57a x-compute-request-id: req-d04a69de-b964-41b0-b402-a919c19ca57a 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-07-19 05:19:05,129 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/7c0287a467fa4458b68162a2dae1e1ae used request id req-d04a69de-b964-41b0-b402-a919c19ca57a 2018-07-19 05:19:05,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:19:05,137 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:19:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b80841d3-4895-4d10-bae3-20d9a1f07680 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:19:05,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-b80841d3-4895-4d10-bae3-20d9a1f07680 2018-07-19 05:19:05,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-44bddecb-5154-408-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8a8d99823e5eb67448f45284774895217a1ba03" 2018-07-19 05:19:05,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f61e9aa-d08c-4db7-b7c3-29337b0ae573 Content-Encoding: gzip Content-Length: 276 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-44bddecb-5154-408-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7c0287a467fa4458b68162a2dae1e1ae"}, "tags": [], "enabled": true, "id": "7c0287a467fa4458b68162a2dae1e1ae", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-44bddecb-5154-408-name"}]} 2018-07-19 05:19:05,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-44bddecb-5154-408-name used request id req-0f61e9aa-d08c-4db7-b7c3-29337b0ae573 2018-07-19 05:19:05,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8a8d99823e5eb67448f45284774895217a1ba03" 2018-07-19 05:19:05,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40991c95-c9a4-4c28-9b6a-e64f8ad02b6b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-19 05:19:05,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-40991c95-c9a4-4c28-9b6a-e64f8ad02b6b 2018-07-19 05:19:05,362 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:19:05,366 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-quota-sets/7c0287a467fa4458b68162a2dae1e1ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8a8d99823e5eb67448f45284774895217a1ba03" 2018-07-19 05:19:05,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d6d2f07-b5eb-4ca5-82f1-f138b65d6fba x-compute-request-id: req-7d6d2f07-b5eb-4ca5-82f1-f138b65d6fba Content-Encoding: gzip Content-Length: 222 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": "7c0287a467fa4458b68162a2dae1e1ae", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-07-19 05:19:05,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/7c0287a467fa4458b68162a2dae1e1ae used request id req-7d6d2f07-b5eb-4ca5-82f1-f138b65d6fba 2018-07-19 05:19:05,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afeca38ffc48bfac723c76ba9a3ceacd2a0e6b4e" 2018-07-19 05:19:06,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 21418 X-Openstack-Request-Id: req-6e7c0105-a91e-45fa-9f2f-2429f9d03064 Date: Thu, 19 Jul 2018 05:19:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:03Z", "updated_at": "2018-07-19T05:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "4d9345f1-86f6-4fe7-bc82-6f67566dcf55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "6396e41d-f871-4e63-9f2e-147378dc58cd", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7c146678-66d8-4f49-a14c-8764972243f5", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7f3ea7a1-1075-4fa9-b218-6657a224d4d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}], "revision_number": 1, "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:18:53Z", "updated_at": "2018-07-19T05:18:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "06c4f0a2-c70f-4592-a7bd-3b7ffcc7f9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "a46b278b-cc89-43cf-a5e6-95b0dc47c555", "remote_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "a80af885-2834-46b9-b5b0-82c7363269ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "c4c5185d-7e90-49da-a723-d8d0412d0052", "remote_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "created_at": "2018-07-19T05:06:52Z", "updated_at": "2018-07-19T05:06:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "63c9d004-5694-4759-9034-3161b8ab244d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "64d486c8-7986-4c0e-aeb2-13eb6578a994", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "71ef01aa-9873-4297-8759-2eb098338d19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "f7a922fc-7f06-48a8-a86c-db41cebc8c3d", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}], "revision_number": 1, "project_id": "808316c313f0491a8efb6e31d026d3bf", "id": "47e151fc-e694-4086-9153-bf07f135f5ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-19T05:09:54Z", "updated_at": "2018-07-19T05:09:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5dfbb6e4-51b5-45e9-acca-6333293a0991", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5e6e49b1-c444-41d3-b528-c11f0bdc015d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "6334658a-3c0e-4b28-9289-c515fac1ee46", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "ce78aad9-cf8d-4bb7-8ff9-c5d3ccbdb693", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:31Z", "updated_at": "2018-07-19T05:16:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "2293d456-8f24-429b-ab2a-00ef9b42a287", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "7702dd40-729c-4190-8272-b00d48d250b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "ade92de2-cd44-4c2e-8b8f-476d9f2822a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "f4719301-1d4e-44f6-9668-712cb8573946", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}], "revision_number": 1, "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:02Z", "updated_at": "2018-07-19T05:13:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "19e0ba86-2daf-4812-b294-e615ea5d7540", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "2019f6e7-edd3-4ac3-8b52-b97765ee45fe", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "3992806e-86c8-4b56-8e7a-69f22ab17407", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "487dfc0c-0818-4584-b9df-5119d08d42a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}], "revision_number": 1, "project_id": "ebeae9b4276145be8661198ea73466db", "id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "created_at": "2018-07-19T05:15:17Z", "updated_at": "2018-07-19T05:15:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "05be29d7-0502-4af3-b781-21ba9a09fb47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "acaec3c7-47c2-4f1d-aed9-3638c5a449be", "remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "b4140afc-6dd5-40f4-a0ef-2c24c834746b", "remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "f7127d74-f405-4968-97ef-2103766e2224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}], "revision_number": 1, "project_id": "9c9c2561f2114860acaf537a0d638f0a", "id": "e390878d-e177-4208-8ce2-c53da58f3db5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "affc9693aa494f85bd7b44b37224f123", "created_at": "2018-07-19T05:10:20Z", "updated_at": "2018-07-19T05:10:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "3deac00c-9089-49df-95a7-247c831c591e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "463003e7-c443-4764-aa83-df4c5c515111", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "82d3332b-c634-4845-81cb-4037aad63ccb", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "cf78999b-902b-4b4b-9f7e-b3d6985dc346", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}], "revision_number": 1, "project_id": "affc9693aa494f85bd7b44b37224f123", "id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "created_at": "2018-07-19T05:11:25Z", "updated_at": "2018-07-19T05:11:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "35269374-6ec3-46a2-bc5d-2f3736e82227", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "51f660e0-8284-4987-95f9-3678f746171c", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "5dc2a2b4-594e-4569-b2f8-af7e28eb6e7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "b859999e-d12f-4ff8-aada-474ee449cdb3", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}], "revision_number": 1, "project_id": "9fd4022c36b148f9b1b686ca283fceac", "id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "name": "default"}]} 2018-07-19 05:19:06,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-6e7c0105-a91e-45fa-9f2f-2429f9d03064 2018-07-19 05:19:06,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afeca38ffc48bfac723c76ba9a3ceacd2a0e6b4e" 2018-07-19 05:19:06,281 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:19:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20520953-7bbb-4bcc-829a-6d7660f79c93 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: aededaacc0b14da3b8ce604aa4f6184f.", "code": 404, "title": "Not Found"}} 2018-07-19 05:19:06,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f used request id req-20520953-7bbb-4bcc-829a-6d7660f79c93 2018-07-19 05:19:06,281 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:19:06,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afeca38ffc48bfac723c76ba9a3ceacd2a0e6b4e" 2018-07-19 05:19:06,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2886f0fc-95dd-4415-a535-e891ba073ff4 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:19:06,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-2886f0fc-95dd-4415-a535-e891ba073ff4 2018-07-19 05:19:06,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afeca38ffc48bfac723c76ba9a3ceacd2a0e6b4e" 2018-07-19 05:19:06,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ea98df3-885e-499b-a41b-0a17c622b316 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.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "808316c313f0491a8efb6e31d026d3bf", "name": "service"}} 2018-07-19 05:19:06,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf used request id req-7ea98df3-885e-499b-a41b-0a17c622b316 2018-07-19 05:19:06,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c177aa5cc2524471bfe10db6f5893e9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afeca38ffc48bfac723c76ba9a3ceacd2a0e6b4e" 2018-07-19 05:19:06,515 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:19:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38ee2268-a293-4cf9-81f1-0fdf9d9665d5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c177aa5cc2524471bfe10db6f5893e9b.", "code": 404, "title": "Not Found"}} 2018-07-19 05:19:06,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c177aa5cc2524471bfe10db6f5893e9b used request id req-38ee2268-a293-4cf9-81f1-0fdf9d9665d5 2018-07-19 05:19:06,515 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:19:06,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ebeae9b4276145be8661198ea73466db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afeca38ffc48bfac723c76ba9a3ceacd2a0e6b4e" 2018-07-19 05:19:06,623 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:19:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42e9c9a4-0115-49dc-83de-be7fe2803d31 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ebeae9b4276145be8661198ea73466db.", "code": 404, "title": "Not Found"}} 2018-07-19 05:19:06,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ebeae9b4276145be8661198ea73466db used request id req-42e9c9a4-0115-49dc-83de-be7fe2803d31 2018-07-19 05:19:06,623 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:19:06,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9c9c2561f2114860acaf537a0d638f0a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afeca38ffc48bfac723c76ba9a3ceacd2a0e6b4e" 2018-07-19 05:19:06,735 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:19:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-387c76b7-d3fe-4cba-add7-63456c6201e4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9c9c2561f2114860acaf537a0d638f0a.", "code": 404, "title": "Not Found"}} 2018-07-19 05:19:06,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9c9c2561f2114860acaf537a0d638f0a used request id req-387c76b7-d3fe-4cba-add7-63456c6201e4 2018-07-19 05:19:06,735 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:19:06,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/affc9693aa494f85bd7b44b37224f123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afeca38ffc48bfac723c76ba9a3ceacd2a0e6b4e" 2018-07-19 05:19:06,850 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:19:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-482bfabd-c152-419f-b078-dcd10d541998 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: affc9693aa494f85bd7b44b37224f123.", "code": 404, "title": "Not Found"}} 2018-07-19 05:19:06,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/affc9693aa494f85bd7b44b37224f123 used request id req-482bfabd-c152-419f-b078-dcd10d541998 2018-07-19 05:19:06,850 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:19:06,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9fd4022c36b148f9b1b686ca283fceac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afeca38ffc48bfac723c76ba9a3ceacd2a0e6b4e" 2018-07-19 05:19:06,958 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:19:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ce72221-3719-4557-b284-30ceaad24af0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9fd4022c36b148f9b1b686ca283fceac.", "code": 404, "title": "Not Found"}} 2018-07-19 05:19:06,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9fd4022c36b148f9b1b686ca283fceac used request id req-8ce72221-3719-4557-b284-30ceaad24af0 2018-07-19 05:19:06,959 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:19:06,960 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-44bddecb-5154-408-name 2018-07-19 05:19:06,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/7c0287a467fa4458b68162a2dae1e1ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afeca38ffc48bfac723c76ba9a3ceacd2a0e6b4e" 2018-07-19 05:19:07,136 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:19:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e83b289-b62c-470e-a7b3-bbad8ae83233 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:19:07,136 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/7c0287a467fa4458b68162a2dae1e1ae used request id req-7e83b289-b62c-470e-a7b3-bbad8ae83233 2018-07-19 05:19:07,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afeca38ffc48bfac723c76ba9a3ceacd2a0e6b4e" 2018-07-19 05:19:07,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b6c8b09-b866-416d-8bf6-b0e8a1677f2d Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:19:07,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8b6c8b09-b866-416d-8bf6-b0e8a1677f2d 2018-07-19 05:19:07,242 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:07,650 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["iQu9i4OXRCOXsrHvQHwCRQ"], "issued_at": "2018-07-19T05:19:07.000000Z"}} 2018-07-19 05:19:07,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7184b3de5440696e830ccd1d12a28caac03e221" 2018-07-19 05:19:07,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13c888b7-e82c-45e5-8d5a-5cedbf727df7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:07,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-13c888b7-e82c-45e5-8d5a-5cedbf727df7 2018-07-19 05:19:07,756 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:19:07,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:08,154 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["RXL03RWNT86a4YP98Hs_NA"], "issued_at": "2018-07-19T05:19:08.000000Z"}} 2018-07-19 05:19:08,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87f3309909e9bd5f033d2a53b27f772465b05bd" 2018-07-19 05:19:08,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9cbbede-b156-4093-b454-9399ef171319 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:08,257 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c9cbbede-b156-4093-b454-9399ef171319 2018-07-19 05:19:08,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:19:08,267 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:19:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08741130-34e3-4dc0-af49-4b7c56749cef Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:19:08,267 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-08741130-34e3-4dc0-af49-4b7c56749cef 2018-07-19 05:19:08,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1b6bdcde-b951-4ce-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87f3309909e9bd5f033d2a53b27f772465b05bd" 2018-07-19 05:19:08,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24987f86-5968-45c6-974f-b7aa89455145 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1b6bdcde-b951-4ce-name", "previous": null, "next": null}, "projects": []} 2018-07-19 05:19:08,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1b6bdcde-b951-4ce-name used request id req-24987f86-5968-45c6-974f-b7aa89455145 2018-07-19 05:19:08,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87f3309909e9bd5f033d2a53b27f772465b05bd" 2018-07-19 05:19:08,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4791ab0-aa41-470a-bc6d-143337199c45 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-19 05:19:08,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-d4791ab0-aa41-470a-bc6d-143337199c45 2018-07-19 05:19:08,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87f3309909e9bd5f033d2a53b27f772465b05bd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-1b6bdcde-b951-4ce-name"}}' 2018-07-19 05:19:08,662 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:19:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7c42485-c0ba-44f7-970f-a134af5bebcc Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4d20cdc294c1468c94dda90696817482"}, "tags": [], "enabled": true, "id": "4d20cdc294c1468c94dda90696817482", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-1b6bdcde-b951-4ce-name"}} 2018-07-19 05:19:08,662 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c7c42485-c0ba-44f7-970f-a134af5bebcc 2018-07-19 05:19:08,662 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-1b6bdcde-b951-4ce-name 2018-07-19 05:19:08,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:19:08,671 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:19:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b00780c-1729-4f9a-813c-4cc7c773970f Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:19:08,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-3b00780c-1729-4f9a-813c-4cc7c773970f 2018-07-19 05:19:08,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1b6bdcde-b951-4ce-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7184b3de5440696e830ccd1d12a28caac03e221" 2018-07-19 05:19:08,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a01d6f21-b22e-4818-9619-d658b11875c5 Content-Encoding: gzip Content-Length: 277 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1b6bdcde-b951-4ce-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4d20cdc294c1468c94dda90696817482"}, "tags": [], "enabled": true, "id": "4d20cdc294c1468c94dda90696817482", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-1b6bdcde-b951-4ce-name"}]} 2018-07-19 05:19:08,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1b6bdcde-b951-4ce-name used request id req-a01d6f21-b22e-4818-9619-d658b11875c5 2018-07-19 05:19:08,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7184b3de5440696e830ccd1d12a28caac03e221" 2018-07-19 05:19:08,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f5400b5-27cf-4f08-b8f0-6f84e9a66aca Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-19 05:19:08,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-6f5400b5-27cf-4f08-b8f0-6f84e9a66aca 2018-07-19 05:19:08,879 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:19:08,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:8774/v2.1/os-quota-sets/4d20cdc294c1468c94dda90696817482 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87f3309909e9bd5f033d2a53b27f772465b05bd" -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-07-19 05:19:09,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c50587dc-dfa6-4fb5-9cfd-28e89c3e4257 x-compute-request-id: req-c50587dc-dfa6-4fb5-9cfd-28e89c3e4257 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-07-19 05:19:09,457 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/4d20cdc294c1468c94dda90696817482 used request id req-c50587dc-dfa6-4fb5-9cfd-28e89c3e4257 2018-07-19 05:19:09,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/quotas/4d20cdc294c1468c94dda90696817482 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87f3309909e9bd5f033d2a53b27f772465b05bd" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-07-19 05:19:09,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-4de3fd77-373b-4ed7-a900-78ae2c282c1e Date: Thu, 19 Jul 2018 05:19:09 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25}} 2018-07-19 05:19:09,807 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/quotas/4d20cdc294c1468c94dda90696817482 used request id req-4de3fd77-373b-4ed7-a900-78ae2c282c1e 2018-07-19 05:19:09,808 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:19:09,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-quota-sets/4d20cdc294c1468c94dda90696817482 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87f3309909e9bd5f033d2a53b27f772465b05bd" 2018-07-19 05:19:10,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19: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-692165a3-583c-45f1-99a3-b19421aec91d x-compute-request-id: req-692165a3-583c-45f1-99a3-b19421aec91d 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": "4d20cdc294c1468c94dda90696817482", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-07-19 05:19:10,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/4d20cdc294c1468c94dda90696817482 used request id req-692165a3-583c-45f1-99a3-b19421aec91d 2018-07-19 05:19:10,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/quotas/4d20cdc294c1468c94dda90696817482 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87f3309909e9bd5f033d2a53b27f772465b05bd" 2018-07-19 05:19:10,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-e8bf085f-08c2-4c07-b8f4-7e10ecf4f7d7 Date: Thu, 19 Jul 2018 05:19:10 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-07-19 05:19:10,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/quotas/4d20cdc294c1468c94dda90696817482 used request id req-e8bf085f-08c2-4c07-b8f4-7e10ecf4f7d7 2018-07-19 05:19:10,241 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:19:10,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-quota-sets/4d20cdc294c1468c94dda90696817482 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7184b3de5440696e830ccd1d12a28caac03e221" 2018-07-19 05:19:10,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19: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-4d2b935f-7ec3-4fd2-b8e4-eae50748fc40 x-compute-request-id: req-4d2b935f-7ec3-4fd2-b8e4-eae50748fc40 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": "4d20cdc294c1468c94dda90696817482", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-07-19 05:19:10,623 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/4d20cdc294c1468c94dda90696817482 used request id req-4d2b935f-7ec3-4fd2-b8e4-eae50748fc40 2018-07-19 05:19:10,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/quotas/4d20cdc294c1468c94dda90696817482 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7184b3de5440696e830ccd1d12a28caac03e221" 2018-07-19 05:19:10,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-f0a556d4-3328-4d3c-8d72-ef1927a17b26 Date: Thu, 19 Jul 2018 05:19:10 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-07-19 05:19:10,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/quotas/4d20cdc294c1468c94dda90696817482 used request id req-f0a556d4-3328-4d3c-8d72-ef1927a17b26 2018-07-19 05:19:10,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87f3309909e9bd5f033d2a53b27f772465b05bd" 2018-07-19 05:19:11,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 21418 X-Openstack-Request-Id: req-a3b02442-28f1-4d4d-95c1-9dc007f0b616 Date: Thu, 19 Jul 2018 05:19:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:03Z", "updated_at": "2018-07-19T05:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "4d9345f1-86f6-4fe7-bc82-6f67566dcf55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "6396e41d-f871-4e63-9f2e-147378dc58cd", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7c146678-66d8-4f49-a14c-8764972243f5", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7f3ea7a1-1075-4fa9-b218-6657a224d4d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}], "revision_number": 1, "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:18:53Z", "updated_at": "2018-07-19T05:18:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "06c4f0a2-c70f-4592-a7bd-3b7ffcc7f9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "a46b278b-cc89-43cf-a5e6-95b0dc47c555", "remote_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "a80af885-2834-46b9-b5b0-82c7363269ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "c4c5185d-7e90-49da-a723-d8d0412d0052", "remote_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "created_at": "2018-07-19T05:06:52Z", "updated_at": "2018-07-19T05:06:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "63c9d004-5694-4759-9034-3161b8ab244d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "64d486c8-7986-4c0e-aeb2-13eb6578a994", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "71ef01aa-9873-4297-8759-2eb098338d19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "f7a922fc-7f06-48a8-a86c-db41cebc8c3d", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}], "revision_number": 1, "project_id": "808316c313f0491a8efb6e31d026d3bf", "id": "47e151fc-e694-4086-9153-bf07f135f5ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-19T05:09:54Z", "updated_at": "2018-07-19T05:09:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5dfbb6e4-51b5-45e9-acca-6333293a0991", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5e6e49b1-c444-41d3-b528-c11f0bdc015d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "6334658a-3c0e-4b28-9289-c515fac1ee46", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "ce78aad9-cf8d-4bb7-8ff9-c5d3ccbdb693", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:31Z", "updated_at": "2018-07-19T05:16:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "2293d456-8f24-429b-ab2a-00ef9b42a287", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "7702dd40-729c-4190-8272-b00d48d250b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "ade92de2-cd44-4c2e-8b8f-476d9f2822a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "f4719301-1d4e-44f6-9668-712cb8573946", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}], "revision_number": 1, "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:02Z", "updated_at": "2018-07-19T05:13:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "19e0ba86-2daf-4812-b294-e615ea5d7540", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "2019f6e7-edd3-4ac3-8b52-b97765ee45fe", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "3992806e-86c8-4b56-8e7a-69f22ab17407", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "487dfc0c-0818-4584-b9df-5119d08d42a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}], "revision_number": 1, "project_id": "ebeae9b4276145be8661198ea73466db", "id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "created_at": "2018-07-19T05:15:17Z", "updated_at": "2018-07-19T05:15:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "05be29d7-0502-4af3-b781-21ba9a09fb47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "acaec3c7-47c2-4f1d-aed9-3638c5a449be", "remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "b4140afc-6dd5-40f4-a0ef-2c24c834746b", "remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "f7127d74-f405-4968-97ef-2103766e2224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}], "revision_number": 1, "project_id": "9c9c2561f2114860acaf537a0d638f0a", "id": "e390878d-e177-4208-8ce2-c53da58f3db5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "affc9693aa494f85bd7b44b37224f123", "created_at": "2018-07-19T05:10:20Z", "updated_at": "2018-07-19T05:10:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "3deac00c-9089-49df-95a7-247c831c591e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "463003e7-c443-4764-aa83-df4c5c515111", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "82d3332b-c634-4845-81cb-4037aad63ccb", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "cf78999b-902b-4b4b-9f7e-b3d6985dc346", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}], "revision_number": 1, "project_id": "affc9693aa494f85bd7b44b37224f123", "id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "created_at": "2018-07-19T05:11:25Z", "updated_at": "2018-07-19T05:11:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "35269374-6ec3-46a2-bc5d-2f3736e82227", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "51f660e0-8284-4987-95f9-3678f746171c", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "5dc2a2b4-594e-4569-b2f8-af7e28eb6e7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "b859999e-d12f-4ff8-aada-474ee449cdb3", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}], "revision_number": 1, "project_id": "9fd4022c36b148f9b1b686ca283fceac", "id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "name": "default"}]} 2018-07-19 05:19:11,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-a3b02442-28f1-4d4d-95c1-9dc007f0b616 2018-07-19 05:19:11,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87f3309909e9bd5f033d2a53b27f772465b05bd" 2018-07-19 05:19:11,212 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:19:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0015fbc-4455-468a-a099-f2d4b97cc242 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: aededaacc0b14da3b8ce604aa4f6184f.", "code": 404, "title": "Not Found"}} 2018-07-19 05:19:11,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f used request id req-f0015fbc-4455-468a-a099-f2d4b97cc242 2018-07-19 05:19:11,212 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:19:11,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87f3309909e9bd5f033d2a53b27f772465b05bd" 2018-07-19 05:19:11,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a86dad6b-2ea6-4c2e-a883-2b8c9e7e0ca6 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:19:11,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-a86dad6b-2ea6-4c2e-a883-2b8c9e7e0ca6 2018-07-19 05:19:11,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87f3309909e9bd5f033d2a53b27f772465b05bd" 2018-07-19 05:19:11,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e029bece-99e8-4978-ac04-f4b66f5a9e97 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.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "808316c313f0491a8efb6e31d026d3bf", "name": "service"}} 2018-07-19 05:19:11,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf used request id req-e029bece-99e8-4978-ac04-f4b66f5a9e97 2018-07-19 05:19:11,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c177aa5cc2524471bfe10db6f5893e9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87f3309909e9bd5f033d2a53b27f772465b05bd" 2018-07-19 05:19:11,449 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:19:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3bbc408-57ed-413a-88c8-4115e4812257 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c177aa5cc2524471bfe10db6f5893e9b.", "code": 404, "title": "Not Found"}} 2018-07-19 05:19:11,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c177aa5cc2524471bfe10db6f5893e9b used request id req-c3bbc408-57ed-413a-88c8-4115e4812257 2018-07-19 05:19:11,449 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:19:11,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ebeae9b4276145be8661198ea73466db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87f3309909e9bd5f033d2a53b27f772465b05bd" 2018-07-19 05:19:11,644 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:19:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fe1c8b9-9003-4d36-ae60-b10133c9f83c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ebeae9b4276145be8661198ea73466db.", "code": 404, "title": "Not Found"}} 2018-07-19 05:19:11,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ebeae9b4276145be8661198ea73466db used request id req-7fe1c8b9-9003-4d36-ae60-b10133c9f83c 2018-07-19 05:19:11,644 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:19:11,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9c9c2561f2114860acaf537a0d638f0a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87f3309909e9bd5f033d2a53b27f772465b05bd" 2018-07-19 05:19:11,749 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:19:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-625577da-080a-4e45-84fd-612337f8c1e1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9c9c2561f2114860acaf537a0d638f0a.", "code": 404, "title": "Not Found"}} 2018-07-19 05:19:11,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9c9c2561f2114860acaf537a0d638f0a used request id req-625577da-080a-4e45-84fd-612337f8c1e1 2018-07-19 05:19:11,749 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:19:11,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/affc9693aa494f85bd7b44b37224f123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87f3309909e9bd5f033d2a53b27f772465b05bd" 2018-07-19 05:19:11,850 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:19:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11da221d-10bf-4a52-94b5-f05cae6a24ce Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: affc9693aa494f85bd7b44b37224f123.", "code": 404, "title": "Not Found"}} 2018-07-19 05:19:11,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/affc9693aa494f85bd7b44b37224f123 used request id req-11da221d-10bf-4a52-94b5-f05cae6a24ce 2018-07-19 05:19:11,850 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:19:11,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9fd4022c36b148f9b1b686ca283fceac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87f3309909e9bd5f033d2a53b27f772465b05bd" 2018-07-19 05:19:11,956 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:19:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c1bf139-42d7-4247-987b-c87b855f549a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9fd4022c36b148f9b1b686ca283fceac.", "code": 404, "title": "Not Found"}} 2018-07-19 05:19:11,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9fd4022c36b148f9b1b686ca283fceac used request id req-2c1bf139-42d7-4247-987b-c87b855f549a 2018-07-19 05:19:11,957 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:19:11,957 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-1b6bdcde-b951-4ce-name 2018-07-19 05:19:11,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/4d20cdc294c1468c94dda90696817482 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87f3309909e9bd5f033d2a53b27f772465b05bd" 2018-07-19 05:19:12,145 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:19:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76e22055-93ed-411e-b47b-8cbe7a71a422 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:19:12,145 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/4d20cdc294c1468c94dda90696817482 used request id req-76e22055-93ed-411e-b47b-8cbe7a71a422 2018-07-19 05:19:12,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87f3309909e9bd5f033d2a53b27f772465b05bd" 2018-07-19 05:19:12,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb774ae6-5e08-443f-b5b5-31e1085501ff Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:19:12,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-eb774ae6-5e08-443f-b5b5-31e1085501ff 2018-07-19 05:19:12,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:12,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["TCJ6ShcFSQKPHzylkrscCQ"], "issued_at": "2018-07-19T05:19:12.000000Z"}} 2018-07-19 05:19:12,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62910cbea784d2cb55d7d1bef14157fcaec7cd9c" 2018-07-19 05:19:12,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa06c6e0-7c0a-49e0-bbd1-a035a23859ce Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:12,763 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fa06c6e0-7c0a-49e0-bbd1-a035a23859ce 2018-07-19 05:19:12,765 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:19:12,766 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:13,173 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["FQEf3AkESMS6w8GSefnrbg"], "issued_at": "2018-07-19T05:19:13.000000Z"}} 2018-07-19 05:19:13,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5bbabb2aa5bb626cda4a518644ea280df0b4a2" 2018-07-19 05:19:13,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6579be47-525e-4e12-856f-5b8e37c13240 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:13,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6579be47-525e-4e12-856f-5b8e37c13240 2018-07-19 05:19:13,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:19:13,284 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:19:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28dac164-2522-4d59-a100-e86193079cf6 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:19:13,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-28dac164-2522-4d59-a100-e86193079cf6 2018-07-19 05:19:13,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-7261a42c-f98d-4e4-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5bbabb2aa5bb626cda4a518644ea280df0b4a2" 2018-07-19 05:19:13,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11874d02-72ae-4cd2-921d-f949171471e1 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-7261a42c-f98d-4e4-name", "previous": null, "next": null}, "projects": []} 2018-07-19 05:19:13,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-7261a42c-f98d-4e4-name used request id req-11874d02-72ae-4cd2-921d-f949171471e1 2018-07-19 05:19:13,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5bbabb2aa5bb626cda4a518644ea280df0b4a2" 2018-07-19 05:19:13,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6933b2aa-c130-49a4-93e4-dfb761bb46a5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-19 05:19:13,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-6933b2aa-c130-49a4-93e4-dfb761bb46a5 2018-07-19 05:19:13,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5bbabb2aa5bb626cda4a518644ea280df0b4a2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-7261a42c-f98d-4e4-name"}}' 2018-07-19 05:19:13,644 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:19:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37b252d4-3e76-4c26-b47e-d0cbeb39d8b8 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8131ac2a090b48c4aad754293ddff2f4"}, "tags": [], "enabled": true, "id": "8131ac2a090b48c4aad754293ddff2f4", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-7261a42c-f98d-4e4-name"}} 2018-07-19 05:19:13,644 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-37b252d4-3e76-4c26-b47e-d0cbeb39d8b8 2018-07-19 05:19:13,644 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-7261a42c-f98d-4e4-name 2018-07-19 05:19:13,644 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:19:13,645 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:14,042 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["8bl59r3jR_OIcFjxkYz5lw"], "issued_at": "2018-07-19T05:19:14.000000Z"}} 2018-07-19 05:19:14,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94d7b79391a1ee79a168e333ec630f1d65568ee3" 2018-07-19 05:19:14,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed393180-72db-4f98-b540-adaa80544c04 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:14,055 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ed393180-72db-4f98-b540-adaa80544c04 2018-07-19 05:19:14,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:19:14,063 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:19:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b67ad965-884b-4220-88ac-53f4737ce9e5 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:19:14,064 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-b67ad965-884b-4220-88ac-53f4737ce9e5 2018-07-19 05:19:14,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94d7b79391a1ee79a168e333ec630f1d65568ee3" 2018-07-19 05:19:14,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b184b3f-7a68-464d-a32d-694c7597bcde Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:19:14,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9b184b3f-7a68-464d-a32d-694c7597bcde 2018-07-19 05:19:14,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94d7b79391a1ee79a168e333ec630f1d65568ee3" 2018-07-19 05:19:14,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-defa8e6c-0365-4c02-a8bb-e177d623822b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-19 05:19:14,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-defa8e6c-0365-4c02-a8bb-e177d623822b 2018-07-19 05:19:14,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94d7b79391a1ee79a168e333ec630f1d65568ee3" 2018-07-19 05:19:14,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1a8584a-5928-4d11-9ea9-a2f99ca598f7 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:19:14,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e1a8584a-5928-4d11-9ea9-a2f99ca598f7 2018-07-19 05:19:14,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-7261a42c-f98d-4e4-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94d7b79391a1ee79a168e333ec630f1d65568ee3" 2018-07-19 05:19:14,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db18cde9-0eea-4b8b-8130-fa76b840a569 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-7261a42c-f98d-4e4-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8131ac2a090b48c4aad754293ddff2f4"}, "tags": [], "enabled": true, "id": "8131ac2a090b48c4aad754293ddff2f4", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-7261a42c-f98d-4e4-name"}]} 2018-07-19 05:19:14,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-7261a42c-f98d-4e4-name used request id req-db18cde9-0eea-4b8b-8130-fa76b840a569 2018-07-19 05:19:14,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/139aa56d8e40451da4dbcfdbdbd2681d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94d7b79391a1ee79a168e333ec630f1d65568ee3" 2018-07-19 05:19:15,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18d07f3c-b92c-43ac-9dc3-cd45959101bf Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/139aa56d8e40451da4dbcfdbdbd2681d"}, "enabled": true, "id": "139aa56d8e40451da4dbcfdbdbd2681d", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-7261a42c-f98d-4e4-user"}} 2018-07-19 05:19:15,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/139aa56d8e40451da4dbcfdbdbd2681d used request id req-18d07f3c-b92c-43ac-9dc3-cd45959101bf 2018-07-19 05:19:15,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8131ac2a090b48c4aad754293ddff2f4/users/139aa56d8e40451da4dbcfdbdbd2681d/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94d7b79391a1ee79a168e333ec630f1d65568ee3" 2018-07-19 05:19:15,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a7a86d1-9247-45e0-a5a5-d092bca871dc Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/8131ac2a090b48c4aad754293ddff2f4/users/139aa56d8e40451da4dbcfdbdbd2681d/roles", "previous": null, "next": null}, "roles": []} 2018-07-19 05:19:15,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8131ac2a090b48c4aad754293ddff2f4/users/139aa56d8e40451da4dbcfdbdbd2681d/roles used request id req-4a7a86d1-9247-45e0-a5a5-d092bca871dc 2018-07-19 05:19:15,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94d7b79391a1ee79a168e333ec630f1d65568ee3" 2018-07-19 05:19:15,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69654034-0694-4163-97fa-a84d5c28ef08 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}} 2018-07-19 05:19:15,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a used request id req-69654034-0694-4163-97fa-a84d5c28ef08 2018-07-19 05:19:15,286 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-7261a42c-f98d-4e4-name 2018-07-19 05:19:15,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/8131ac2a090b48c4aad754293ddff2f4/users/139aa56d8e40451da4dbcfdbdbd2681d/roles/bfabbefc0d8b43c5a546413f466e239a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94d7b79391a1ee79a168e333ec630f1d65568ee3" 2018-07-19 05:19:15,436 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:19:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b70aabcc-b467-42c4-b77e-ba47ac72e457 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:19:15,437 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8131ac2a090b48c4aad754293ddff2f4/users/139aa56d8e40451da4dbcfdbdbd2681d/roles/bfabbefc0d8b43c5a546413f466e239a used request id req-b70aabcc-b467-42c4-b77e-ba47ac72e457 2018-07-19 05:19:15,437 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-7261a42c-f98d-4e4-user 2018-07-19 05:19:15,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5bbabb2aa5bb626cda4a518644ea280df0b4a2" 2018-07-19 05:19:15,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fca77681-7fd8-463b-8fae-9107a13d88fa Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:19:15,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fca77681-7fd8-463b-8fae-9107a13d88fa 2018-07-19 05:19:15,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5bbabb2aa5bb626cda4a518644ea280df0b4a2" -d '{"role": {"name": "CreateProjectUserTests-7261a42c-f98d-4e4-name-role"}}' 2018-07-19 05:19:15,576 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:19:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b217f52-9152-45cb-9dc4-3383804b8ae8 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5c6a092142984aa68b06dc47bf29492b", "links": {"self": "http://172.30.9.28:5000/v3/roles/5c6a092142984aa68b06dc47bf29492b"}, "name": "CreateProjectUserTests-7261a42c-f98d-4e4-name-role"}} 2018-07-19 05:19:15,577 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-8b217f52-9152-45cb-9dc4-3383804b8ae8 2018-07-19 05:19:15,577 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-7261a42c-f98d-4e4-name-role 2018-07-19 05:19:15,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/5c6a092142984aa68b06dc47bf29492b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5bbabb2aa5bb626cda4a518644ea280df0b4a2" 2018-07-19 05:19:15,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6d2a913-7435-4f93-8237-d0ec3c19ac89 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5c6a092142984aa68b06dc47bf29492b", "links": {"self": "http://172.30.9.28:5000/v3/roles/5c6a092142984aa68b06dc47bf29492b"}, "name": "CreateProjectUserTests-7261a42c-f98d-4e4-name-role"}} 2018-07-19 05:19:15,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/5c6a092142984aa68b06dc47bf29492b used request id req-c6d2a913-7435-4f93-8237-d0ec3c19ac89 2018-07-19 05:19:15,676 - keystone_utils - INFO - Granting role CreateProjectUserTests-7261a42c-f98d-4e4-name-role to project CreateProjectUserTests-7261a42c-f98d-4e4-name 2018-07-19 05:19:15,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/8131ac2a090b48c4aad754293ddff2f4/users/139aa56d8e40451da4dbcfdbdbd2681d/roles/5c6a092142984aa68b06dc47bf29492b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5bbabb2aa5bb626cda4a518644ea280df0b4a2" 2018-07-19 05:19:15,737 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:19:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6e5a3b8-fd65-459f-b249-8464a28271a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:19:15,737 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8131ac2a090b48c4aad754293ddff2f4/users/139aa56d8e40451da4dbcfdbdbd2681d/roles/5c6a092142984aa68b06dc47bf29492b used request id req-d6e5a3b8-fd65-459f-b249-8464a28271a7 2018-07-19 05:19:15,737 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:19:15,738 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:16,153 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}, {"id": "5c6a092142984aa68b06dc47bf29492b", "name": "CreateProjectUserTests-7261a42c-f98d-4e4-name-role"}], "expires_at": "2018-07-19T06:19:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8131ac2a090b48c4aad754293ddff2f4", "name": "CreateProjectUserTests-7261a42c-f98d-4e4-name"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8131ac2a090b48c4aad754293ddff2f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/8131ac2a090b48c4aad754293ddff2f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/8131ac2a090b48c4aad754293ddff2f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8131ac2a090b48c4aad754293ddff2f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/8131ac2a090b48c4aad754293ddff2f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/8131ac2a090b48c4aad754293ddff2f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8131ac2a090b48c4aad754293ddff2f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/8131ac2a090b48c4aad754293ddff2f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/8131ac2a090b48c4aad754293ddff2f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_8131ac2a090b48c4aad754293ddff2f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_8131ac2a090b48c4aad754293ddff2f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8131ac2a090b48c4aad754293ddff2f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/8131ac2a090b48c4aad754293ddff2f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/8131ac2a090b48c4aad754293ddff2f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-7261a42c-f98d-4e4-user", "id": "139aa56d8e40451da4dbcfdbdbd2681d"}, "audit_ids": ["36-GHJDNQkOMJbglutqeAg"], "issued_at": "2018-07-19T05:19:16.000000Z"}} 2018-07-19 05:19:16,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d286cf9fe591b48353b8517c7c7804b90113bd2b" 2018-07-19 05:19:16,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2079de8-f85b-4599-9ffd-39b14539e989 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:16,263 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c2079de8-f85b-4599-9ffd-39b14539e989 2018-07-19 05:19:16,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-7261a42c-f98d-4e4-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d286cf9fe591b48353b8517c7c7804b90113bd2b" 2018-07-19 05:19:16,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-dba59660-a739-40c0-9c1c-23473e274f11 Date: Thu, 19 Jul 2018 05:19:16 GMT RESP BODY: {"security_groups": []} 2018-07-19 05:19:16,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-7261a42c-f98d-4e4-name&description=hello+group used request id req-dba59660-a739-40c0-9c1c-23473e274f11 2018-07-19 05:19:16,567 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-7261a42c-f98d-4e4-name... 2018-07-19 05:19:16,567 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-7261a42c-f98d-4e4-name 2018-07-19 05:19:16,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d286cf9fe591b48353b8517c7c7804b90113bd2b" -d '{"security_group": {"name": "CreateProjectUserTests-7261a42c-f98d-4e4-name", "description": "hello group"}}' 2018-07-19 05:19:16,944 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-ac668fe8-28fc-48af-9224-1f6069793920 Date: Thu, 19 Jul 2018 05:19:16 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "created_at": "2018-07-19T05:19:16Z", "updated_at": "2018-07-19T05:19:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "revision_number": 0, "id": "0a2afe82-7ee4-472b-ae3d-17de260c8424", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:16Z", "security_group_id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8131ac2a090b48c4aad754293ddff2f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "revision_number": 0, "id": "0c1ec1eb-65ad-4d02-bc72-29959660bc56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:16Z", "security_group_id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8131ac2a090b48c4aad754293ddff2f4"}], "revision_number": 1, "project_id": "8131ac2a090b48c4aad754293ddff2f4", "id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "name": "CreateProjectUserTests-7261a42c-f98d-4e4-name"}} 2018-07-19 05:19:16,944 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-ac668fe8-28fc-48af-9224-1f6069793920 2018-07-19 05:19:16,944 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e75dea04-89d0-42a1-a964-07c91d9eaa1a 2018-07-19 05:19:16,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e75dea04-89d0-42a1-a964-07c91d9eaa1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d286cf9fe591b48353b8517c7c7804b90113bd2b" 2018-07-19 05:19:17,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b1f3de52-3282-4c62-bbe0-37ee42c621b8 Date: Thu, 19 Jul 2018 05:19:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "security_group_id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "port_range_min": null, "revision_number": 0, "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "created_at": "2018-07-19T05:19:16Z", "project_id": "8131ac2a090b48c4aad754293ddff2f4", "id": "0a2afe82-7ee4-472b-ae3d-17de260c8424"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "security_group_id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "port_range_min": null, "revision_number": 0, "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "created_at": "2018-07-19T05:19:16Z", "project_id": "8131ac2a090b48c4aad754293ddff2f4", "id": "0c1ec1eb-65ad-4d02-bc72-29959660bc56"}]} 2018-07-19 05:19:17,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e75dea04-89d0-42a1-a964-07c91d9eaa1a used request id req-b1f3de52-3282-4c62-bbe0-37ee42c621b8 2018-07-19 05:19:17,168 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e75dea04-89d0-42a1-a964-07c91d9eaa1a 2018-07-19 05:19:17,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e75dea04-89d0-42a1-a964-07c91d9eaa1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d286cf9fe591b48353b8517c7c7804b90113bd2b" 2018-07-19 05:19:17,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-09ed0413-5dd5-42fa-b53b-f29e7f8ef5c0 Date: Thu, 19 Jul 2018 05:19:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "security_group_id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "port_range_min": null, "revision_number": 0, "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "created_at": "2018-07-19T05:19:16Z", "project_id": "8131ac2a090b48c4aad754293ddff2f4", "id": "0a2afe82-7ee4-472b-ae3d-17de260c8424"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "security_group_id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "port_range_min": null, "revision_number": 0, "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "created_at": "2018-07-19T05:19:16Z", "project_id": "8131ac2a090b48c4aad754293ddff2f4", "id": "0c1ec1eb-65ad-4d02-bc72-29959660bc56"}]} 2018-07-19 05:19:17,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e75dea04-89d0-42a1-a964-07c91d9eaa1a used request id req-09ed0413-5dd5-42fa-b53b-f29e7f8ef5c0 2018-07-19 05:19:17,376 - neutron_utils - INFO - Retrieving security group with ID - e75dea04-89d0-42a1-a964-07c91d9eaa1a 2018-07-19 05:19:17,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=e75dea04-89d0-42a1-a964-07c91d9eaa1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d286cf9fe591b48353b8517c7c7804b90113bd2b" 2018-07-19 05:19:17,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-68bda23b-1ee2-411d-a005-f7c55a4b7078 Date: Thu, 19 Jul 2018 05:19:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "created_at": "2018-07-19T05:19:16Z", "updated_at": "2018-07-19T05:19:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "revision_number": 0, "id": "0a2afe82-7ee4-472b-ae3d-17de260c8424", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:16Z", "security_group_id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8131ac2a090b48c4aad754293ddff2f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "revision_number": 0, "id": "0c1ec1eb-65ad-4d02-bc72-29959660bc56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:16Z", "security_group_id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8131ac2a090b48c4aad754293ddff2f4"}], "revision_number": 1, "project_id": "8131ac2a090b48c4aad754293ddff2f4", "id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "name": "CreateProjectUserTests-7261a42c-f98d-4e4-name"}]} 2018-07-19 05:19:17,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=e75dea04-89d0-42a1-a964-07c91d9eaa1a used request id req-68bda23b-1ee2-411d-a005-f7c55a4b7078 2018-07-19 05:19:17,716 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e75dea04-89d0-42a1-a964-07c91d9eaa1a 2018-07-19 05:19:17,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e75dea04-89d0-42a1-a964-07c91d9eaa1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d286cf9fe591b48353b8517c7c7804b90113bd2b" 2018-07-19 05:19:17,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d3188036-9bc5-4456-94d0-2569b23cb865 Date: Thu, 19 Jul 2018 05:19:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "security_group_id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "port_range_min": null, "revision_number": 0, "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "created_at": "2018-07-19T05:19:16Z", "project_id": "8131ac2a090b48c4aad754293ddff2f4", "id": "0a2afe82-7ee4-472b-ae3d-17de260c8424"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "security_group_id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "port_range_min": null, "revision_number": 0, "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "created_at": "2018-07-19T05:19:16Z", "project_id": "8131ac2a090b48c4aad754293ddff2f4", "id": "0c1ec1eb-65ad-4d02-bc72-29959660bc56"}]} 2018-07-19 05:19:17,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e75dea04-89d0-42a1-a964-07c91d9eaa1a used request id req-d3188036-9bc5-4456-94d0-2569b23cb865 2018-07-19 05:19:17,741 - neutron_utils - INFO - Retrieving security group with ID - e75dea04-89d0-42a1-a964-07c91d9eaa1a 2018-07-19 05:19:17,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=e75dea04-89d0-42a1-a964-07c91d9eaa1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d286cf9fe591b48353b8517c7c7804b90113bd2b" 2018-07-19 05:19:17,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-844471f3-a68d-4ef4-92ee-50701d2725d0 Date: Thu, 19 Jul 2018 05:19:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "created_at": "2018-07-19T05:19:16Z", "updated_at": "2018-07-19T05:19:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "revision_number": 0, "id": "0a2afe82-7ee4-472b-ae3d-17de260c8424", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:16Z", "security_group_id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8131ac2a090b48c4aad754293ddff2f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "revision_number": 0, "id": "0c1ec1eb-65ad-4d02-bc72-29959660bc56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:16Z", "security_group_id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8131ac2a090b48c4aad754293ddff2f4"}], "revision_number": 1, "project_id": "8131ac2a090b48c4aad754293ddff2f4", "id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "name": "CreateProjectUserTests-7261a42c-f98d-4e4-name"}]} 2018-07-19 05:19:17,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=e75dea04-89d0-42a1-a964-07c91d9eaa1a used request id req-844471f3-a68d-4ef4-92ee-50701d2725d0 2018-07-19 05:19:17,794 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e75dea04-89d0-42a1-a964-07c91d9eaa1a 2018-07-19 05:19:17,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e75dea04-89d0-42a1-a964-07c91d9eaa1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d286cf9fe591b48353b8517c7c7804b90113bd2b" 2018-07-19 05:19:18,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dfb0199a-d5a2-4690-899f-ef8698f736fa Date: Thu, 19 Jul 2018 05:19:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "security_group_id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "port_range_min": null, "revision_number": 0, "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "created_at": "2018-07-19T05:19:16Z", "project_id": "8131ac2a090b48c4aad754293ddff2f4", "id": "0a2afe82-7ee4-472b-ae3d-17de260c8424"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "security_group_id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "port_range_min": null, "revision_number": 0, "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "created_at": "2018-07-19T05:19:16Z", "project_id": "8131ac2a090b48c4aad754293ddff2f4", "id": "0c1ec1eb-65ad-4d02-bc72-29959660bc56"}]} 2018-07-19 05:19:18,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e75dea04-89d0-42a1-a964-07c91d9eaa1a used request id req-dfb0199a-d5a2-4690-899f-ef8698f736fa 2018-07-19 05:19:18,014 - neutron_utils - INFO - Retrieving security group with ID - e75dea04-89d0-42a1-a964-07c91d9eaa1a 2018-07-19 05:19:18,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=e75dea04-89d0-42a1-a964-07c91d9eaa1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d286cf9fe591b48353b8517c7c7804b90113bd2b" 2018-07-19 05:19:18,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-081102b7-c434-4dfe-ba89-5b9673b422aa Date: Thu, 19 Jul 2018 05:19:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "created_at": "2018-07-19T05:19:16Z", "updated_at": "2018-07-19T05:19:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "revision_number": 0, "id": "0a2afe82-7ee4-472b-ae3d-17de260c8424", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:16Z", "security_group_id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8131ac2a090b48c4aad754293ddff2f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "revision_number": 0, "id": "0c1ec1eb-65ad-4d02-bc72-29959660bc56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:16Z", "security_group_id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8131ac2a090b48c4aad754293ddff2f4"}], "revision_number": 1, "project_id": "8131ac2a090b48c4aad754293ddff2f4", "id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "name": "CreateProjectUserTests-7261a42c-f98d-4e4-name"}]} 2018-07-19 05:19:18,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=e75dea04-89d0-42a1-a964-07c91d9eaa1a used request id req-081102b7-c434-4dfe-ba89-5b9673b422aa 2018-07-19 05:19:18,253 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e75dea04-89d0-42a1-a964-07c91d9eaa1a 2018-07-19 05:19:18,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e75dea04-89d0-42a1-a964-07c91d9eaa1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d286cf9fe591b48353b8517c7c7804b90113bd2b" 2018-07-19 05:19:18,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c672d8d4-55ae-45e5-aec5-41bb66c67ed7 Date: Thu, 19 Jul 2018 05:19:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "security_group_id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "port_range_min": null, "revision_number": 0, "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "created_at": "2018-07-19T05:19:16Z", "project_id": "8131ac2a090b48c4aad754293ddff2f4", "id": "0a2afe82-7ee4-472b-ae3d-17de260c8424"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "security_group_id": "e75dea04-89d0-42a1-a964-07c91d9eaa1a", "port_range_min": null, "revision_number": 0, "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "created_at": "2018-07-19T05:19:16Z", "project_id": "8131ac2a090b48c4aad754293ddff2f4", "id": "0c1ec1eb-65ad-4d02-bc72-29959660bc56"}]} 2018-07-19 05:19:18,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e75dea04-89d0-42a1-a964-07c91d9eaa1a used request id req-c672d8d4-55ae-45e5-aec5-41bb66c67ed7 2018-07-19 05:19:18,465 - neutron_utils - INFO - Deleting security group rule with ID - 0c1ec1eb-65ad-4d02-bc72-29959660bc56 2018-07-19 05:19:18,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/0c1ec1eb-65ad-4d02-bc72-29959660bc56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d286cf9fe591b48353b8517c7c7804b90113bd2b" 2018-07-19 05:19:18,770 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8d49b90a-94d8-49ef-8049-4ddfb81bd37a Content-Length: 0 Date: Thu, 19 Jul 2018 05:19:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:19:18,771 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/0c1ec1eb-65ad-4d02-bc72-29959660bc56 used request id req-8d49b90a-94d8-49ef-8049-4ddfb81bd37a 2018-07-19 05:19:18,771 - neutron_utils - INFO - Deleting security group rule with ID - 0a2afe82-7ee4-472b-ae3d-17de260c8424 2018-07-19 05:19:18,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/0a2afe82-7ee4-472b-ae3d-17de260c8424 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d286cf9fe591b48353b8517c7c7804b90113bd2b" 2018-07-19 05:19:19,061 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-75c75e75-7aeb-47e8-871c-6ff912f544c3 Content-Length: 0 Date: Thu, 19 Jul 2018 05:19:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:19:19,062 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/0a2afe82-7ee4-472b-ae3d-17de260c8424 used request id req-75c75e75-7aeb-47e8-871c-6ff912f544c3 2018-07-19 05:19:19,062 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-7261a42c-f98d-4e4-name 2018-07-19 05:19:19,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/e75dea04-89d0-42a1-a964-07c91d9eaa1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d286cf9fe591b48353b8517c7c7804b90113bd2b" 2018-07-19 05:19:19,171 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5e4c5319-61c3-43ed-8084-fbf29c4fa7e4 Content-Length: 0 Date: Thu, 19 Jul 2018 05:19:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:19:19,171 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/e75dea04-89d0-42a1-a964-07c91d9eaa1a used request id req-5e4c5319-61c3-43ed-8084-fbf29c4fa7e4 2018-07-19 05:19:19,172 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-7261a42c-f98d-4e4-user 2018-07-19 05:19:19,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/139aa56d8e40451da4dbcfdbdbd2681d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94d7b79391a1ee79a168e333ec630f1d65568ee3" 2018-07-19 05:19:19,396 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:19:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae197f49-fb46-478f-86db-539c621dae5b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:19:19,396 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/139aa56d8e40451da4dbcfdbdbd2681d used request id req-ae197f49-fb46-478f-86db-539c621dae5b 2018-07-19 05:19:19,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5bbabb2aa5bb626cda4a518644ea280df0b4a2" 2018-07-19 05:19:19,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-79c0a752-aefa-46a3-ab8d-b4ca9f91031d Date: Thu, 19 Jul 2018 05:19:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:03Z", "updated_at": "2018-07-19T05:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "4d9345f1-86f6-4fe7-bc82-6f67566dcf55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "6396e41d-f871-4e63-9f2e-147378dc58cd", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7c146678-66d8-4f49-a14c-8764972243f5", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7f3ea7a1-1075-4fa9-b218-6657a224d4d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}], "revision_number": 1, "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:18:53Z", "updated_at": "2018-07-19T05:18:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "06c4f0a2-c70f-4592-a7bd-3b7ffcc7f9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "a46b278b-cc89-43cf-a5e6-95b0dc47c555", "remote_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "a80af885-2834-46b9-b5b0-82c7363269ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "c4c5185d-7e90-49da-a723-d8d0412d0052", "remote_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "created_at": "2018-07-19T05:06:52Z", "updated_at": "2018-07-19T05:06:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "63c9d004-5694-4759-9034-3161b8ab244d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "64d486c8-7986-4c0e-aeb2-13eb6578a994", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "71ef01aa-9873-4297-8759-2eb098338d19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "f7a922fc-7f06-48a8-a86c-db41cebc8c3d", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}], "revision_number": 1, "project_id": "808316c313f0491a8efb6e31d026d3bf", "id": "47e151fc-e694-4086-9153-bf07f135f5ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-19T05:09:54Z", "updated_at": "2018-07-19T05:09:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5dfbb6e4-51b5-45e9-acca-6333293a0991", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5e6e49b1-c444-41d3-b528-c11f0bdc015d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "6334658a-3c0e-4b28-9289-c515fac1ee46", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "ce78aad9-cf8d-4bb7-8ff9-c5d3ccbdb693", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "created_at": "2018-07-19T05:19:16Z", "updated_at": "2018-07-19T05:19:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "revision_number": 0, "id": "4e9793ba-0fe0-43bf-a81f-26f435e26208", "remote_group_id": "7f844149-aecf-4b1a-bb5c-9036f136ca8d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:16Z", "security_group_id": "7f844149-aecf-4b1a-bb5c-9036f136ca8d", "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8131ac2a090b48c4aad754293ddff2f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "revision_number": 0, "id": "aafbdbf2-bda8-4cee-968b-2263563d9025", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:16Z", "security_group_id": "7f844149-aecf-4b1a-bb5c-9036f136ca8d", "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8131ac2a090b48c4aad754293ddff2f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "revision_number": 0, "id": "ac693a9d-1ad1-4746-bd63-ff05681d63eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:16Z", "security_group_id": "7f844149-aecf-4b1a-bb5c-9036f136ca8d", "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8131ac2a090b48c4aad754293ddff2f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "revision_number": 0, "id": "b11456c2-3486-4000-8c02-aad7d4927739", "remote_group_id": "7f844149-aecf-4b1a-bb5c-9036f136ca8d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:16Z", "security_group_id": "7f844149-aecf-4b1a-bb5c-9036f136ca8d", "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8131ac2a090b48c4aad754293ddff2f4"}], "revision_number": 1, "project_id": "8131ac2a090b48c4aad754293ddff2f4", "id": "7f844149-aecf-4b1a-bb5c-9036f136ca8d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:31Z", "updated_at": "2018-07-19T05:16:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "2293d456-8f24-429b-ab2a-00ef9b42a287", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "7702dd40-729c-4190-8272-b00d48d250b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "ade92de2-cd44-4c2e-8b8f-476d9f2822a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "f4719301-1d4e-44f6-9668-712cb8573946", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}], "revision_number": 1, "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:02Z", "updated_at": "2018-07-19T05:13:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "19e0ba86-2daf-4812-b294-e615ea5d7540", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "2019f6e7-edd3-4ac3-8b52-b97765ee45fe", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "3992806e-86c8-4b56-8e7a-69f22ab17407", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "487dfc0c-0818-4584-b9df-5119d08d42a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}], "revision_number": 1, "project_id": "ebeae9b4276145be8661198ea73466db", "id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "created_at": "2018-07-19T05:15:17Z", "updated_at": "2018-07-19T05:15:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "05be29d7-0502-4af3-b781-21ba9a09fb47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "acaec3c7-47c2-4f1d-aed9-3638c5a449be", "remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "b4140afc-6dd5-40f4-a0ef-2c24c834746b", "remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "f7127d74-f405-4968-97ef-2103766e2224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}], "revision_number": 1, "project_id": "9c9c2561f2114860acaf537a0d638f0a", "id": "e390878d-e177-4208-8ce2-c53da58f3db5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "affc9693aa494f85bd7b44b37224f123", "created_at": "2018-07-19T05:10:20Z", "updated_at": "2018-07-19T05:10:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "3deac00c-9089-49df-95a7-247c831c591e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "463003e7-c443-4764-aa83-df4c5c515111", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "82d3332b-c634-4845-81cb-4037aad63ccb", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "cf78999b-902b-4b4b-9f7e-b3d6985dc346", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}], "revision_number": 1, "project_id": "affc9693aa494f85bd7b44b37224f123", "id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "created_at": "2018-07-19T05:11:25Z", "updated_at": "2018-07-19T05:11:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "35269374-6ec3-46a2-bc5d-2f3736e82227", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "51f660e0-8284-4987-95f9-3678f746171c", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "5dc2a2b4-594e-4569-b2f8-af7e28eb6e7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "b859999e-d12f-4ff8-aada-474ee449cdb3", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}], "revision_number": 1, "project_id": "9fd4022c36b148f9b1b686ca283fceac", "id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "name": "default"}]} 2018-07-19 05:19:19,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-79c0a752-aefa-46a3-ab8d-b4ca9f91031d 2018-07-19 05:19:19,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5bbabb2aa5bb626cda4a518644ea280df0b4a2" 2018-07-19 05:19:19,779 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:19:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8279a281-f01b-43da-a14c-6eee3ad47d87 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: aededaacc0b14da3b8ce604aa4f6184f.", "code": 404, "title": "Not Found"}} 2018-07-19 05:19:19,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f used request id req-8279a281-f01b-43da-a14c-6eee3ad47d87 2018-07-19 05:19:19,780 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:19:19,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5bbabb2aa5bb626cda4a518644ea280df0b4a2" 2018-07-19 05:19:19,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c1a8fcd-ca2b-45d9-af44-437526790819 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:19:19,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-1c1a8fcd-ca2b-45d9-af44-437526790819 2018-07-19 05:19:19,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5bbabb2aa5bb626cda4a518644ea280df0b4a2" 2018-07-19 05:19:19,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a17b924-969d-4bb2-b678-384dc2e8439c 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.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "808316c313f0491a8efb6e31d026d3bf", "name": "service"}} 2018-07-19 05:19:19,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf used request id req-7a17b924-969d-4bb2-b678-384dc2e8439c 2018-07-19 05:19:19,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8131ac2a090b48c4aad754293ddff2f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5bbabb2aa5bb626cda4a518644ea280df0b4a2" 2018-07-19 05:19:20,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17de4a22-5c44-4c84-84b2-e06584c8b9d4 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8131ac2a090b48c4aad754293ddff2f4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8131ac2a090b48c4aad754293ddff2f4", "name": "CreateProjectUserTests-7261a42c-f98d-4e4-name"}} 2018-07-19 05:19:20,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8131ac2a090b48c4aad754293ddff2f4 used request id req-17de4a22-5c44-4c84-84b2-e06584c8b9d4 2018-07-19 05:19:20,104 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7f844149-aecf-4b1a-bb5c-9036f136ca8d 2018-07-19 05:19:20,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7f844149-aecf-4b1a-bb5c-9036f136ca8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5bbabb2aa5bb626cda4a518644ea280df0b4a2" 2018-07-19 05:19:20,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fcfa01d2-a3a0-4795-8b5c-d92b8ac5caab Date: Thu, 19 Jul 2018 05:19:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "7f844149-aecf-4b1a-bb5c-9036f136ca8d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "security_group_id": "7f844149-aecf-4b1a-bb5c-9036f136ca8d", "port_range_min": null, "revision_number": 0, "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "created_at": "2018-07-19T05:19:16Z", "project_id": "8131ac2a090b48c4aad754293ddff2f4", "id": "4e9793ba-0fe0-43bf-a81f-26f435e26208"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "security_group_id": "7f844149-aecf-4b1a-bb5c-9036f136ca8d", "port_range_min": null, "revision_number": 0, "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "created_at": "2018-07-19T05:19:16Z", "project_id": "8131ac2a090b48c4aad754293ddff2f4", "id": "aafbdbf2-bda8-4cee-968b-2263563d9025"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "security_group_id": "7f844149-aecf-4b1a-bb5c-9036f136ca8d", "port_range_min": null, "revision_number": 0, "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "created_at": "2018-07-19T05:19:16Z", "project_id": "8131ac2a090b48c4aad754293ddff2f4", "id": "ac693a9d-1ad1-4746-bd63-ff05681d63eb"}, {"remote_group_id": "7f844149-aecf-4b1a-bb5c-9036f136ca8d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:16Z", "security_group_id": "7f844149-aecf-4b1a-bb5c-9036f136ca8d", "port_range_min": null, "revision_number": 0, "tenant_id": "8131ac2a090b48c4aad754293ddff2f4", "created_at": "2018-07-19T05:19:16Z", "project_id": "8131ac2a090b48c4aad754293ddff2f4", "id": "b11456c2-3486-4000-8c02-aad7d4927739"}]} 2018-07-19 05:19:20,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7f844149-aecf-4b1a-bb5c-9036f136ca8d used request id req-fcfa01d2-a3a0-4795-8b5c-d92b8ac5caab 2018-07-19 05:19:20,326 - neutron_utils - INFO - Deleting security group with name - default 2018-07-19 05:19:20,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/7f844149-aecf-4b1a-bb5c-9036f136ca8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5bbabb2aa5bb626cda4a518644ea280df0b4a2" 2018-07-19 05:19:20,627 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-254df2c8-70c1-44d3-942f-1e08fc4d6942 Content-Length: 0 Date: Thu, 19 Jul 2018 05:19:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:19:20,627 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/7f844149-aecf-4b1a-bb5c-9036f136ca8d used request id req-254df2c8-70c1-44d3-942f-1e08fc4d6942 2018-07-19 05:19:20,627 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-7261a42c-f98d-4e4-name 2018-07-19 05:19:20,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/8131ac2a090b48c4aad754293ddff2f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5bbabb2aa5bb626cda4a518644ea280df0b4a2" 2018-07-19 05:19:20,800 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1508ba42-2f5e-499c-9dca-0807ed25c46f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:19:20,800 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/8131ac2a090b48c4aad754293ddff2f4 used request id req-1508ba42-2f5e-499c-9dca-0807ed25c46f 2018-07-19 05:19:20,801 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-7261a42c-f98d-4e4-name-role 2018-07-19 05:19:20,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/5c6a092142984aa68b06dc47bf29492b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5bbabb2aa5bb626cda4a518644ea280df0b4a2" 2018-07-19 05:19:20,925 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afe671df-fc8a-4beb-a89e-ca547ea4b999 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:19:20,925 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/5c6a092142984aa68b06dc47bf29492b used request id req-afe671df-fc8a-4beb-a89e-ca547ea4b999 2018-07-19 05:19:20,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5bbabb2aa5bb626cda4a518644ea280df0b4a2" 2018-07-19 05:19:21,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d6c655e-41cc-4695-8044-0e7c36d73247 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:19:21,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5d6c655e-41cc-4695-8044-0e7c36d73247 2018-07-19 05:19:21,033 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:21,525 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["Vo1deOaFSe-wkVFYgA4r8w"], "issued_at": "2018-07-19T05:19:21.000000Z"}} 2018-07-19 05:19:21,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7dba9d479da0ce454ab17dbc6b700d9815487be" 2018-07-19 05:19:21,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ea2686a-6e86-4040-b4e8-b8945ea9b4fc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:21,628 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2ea2686a-6e86-4040-b4e8-b8945ea9b4fc 2018-07-19 05:19:21,630 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:19:21,631 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:22,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["W-d59tHcTeOCAnSi28U1yw"], "issued_at": "2018-07-19T05:19:22.000000Z"}} 2018-07-19 05:19:22,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df59e7c7b58d6be1c0519c08058546dd187bab82" 2018-07-19 05:19:22,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47962169-25c4-4b90-a7a8-e6cae4d6ab84 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:22,144 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-47962169-25c4-4b90-a7a8-e6cae4d6ab84 2018-07-19 05:19:22,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:19:22,154 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:19:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9453eae-389a-4c21-bf51-7a8116a12fd1 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:19:22,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-c9453eae-389a-4c21-bf51-7a8116a12fd1 2018-07-19 05:19:22,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-f98d4d13-eb86-469-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df59e7c7b58d6be1c0519c08058546dd187bab82" 2018-07-19 05:19:22,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-639a3d18-09a0-49d6-99f8-82df9cd1d674 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-f98d4d13-eb86-469-name", "previous": null, "next": null}, "projects": []} 2018-07-19 05:19:22,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-f98d4d13-eb86-469-name used request id req-639a3d18-09a0-49d6-99f8-82df9cd1d674 2018-07-19 05:19:22,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df59e7c7b58d6be1c0519c08058546dd187bab82" 2018-07-19 05:19:22,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77059e96-acb4-48e4-b762-ff97239cade2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-19 05:19:22,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-77059e96-acb4-48e4-b762-ff97239cade2 2018-07-19 05:19:22,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df59e7c7b58d6be1c0519c08058546dd187bab82" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-f98d4d13-eb86-469-name"}}' 2018-07-19 05:19:22,548 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:19:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-609d9d46-4908-46b6-9bcd-b9e6615ec9e9 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced"}, "tags": [], "enabled": true, "id": "49d97f95f74d43a6bb2e73355bcb7ced", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-f98d4d13-eb86-469-name"}} 2018-07-19 05:19:22,548 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-609d9d46-4908-46b6-9bcd-b9e6615ec9e9 2018-07-19 05:19:22,548 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-f98d4d13-eb86-469-name 2018-07-19 05:19:22,549 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:19:22,549 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:22,959 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["TB6p83zeS8GpJwhinyap2w"], "issued_at": "2018-07-19T05:19:22.000000Z"}} 2018-07-19 05:19:22,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9a13c786e007d29a8c2d7aacc5d619da7be269" 2018-07-19 05:19:23,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd8e3efe-983c-49c7-bbf9-f6e2a7884cf0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:23,057 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cd8e3efe-983c-49c7-bbf9-f6e2a7884cf0 2018-07-19 05:19:23,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:19:23,067 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:19:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a874725c-e169-4a75-9545-4945323bf721 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:19:23,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-a874725c-e169-4a75-9545-4945323bf721 2018-07-19 05:19:23,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9a13c786e007d29a8c2d7aacc5d619da7be269" 2018-07-19 05:19:23,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d3502eb-1fe6-46be-a16a-b75c1e828f02 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:19:23,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-1d3502eb-1fe6-46be-a16a-b75c1e828f02 2018-07-19 05:19:23,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9a13c786e007d29a8c2d7aacc5d619da7be269" 2018-07-19 05:19:23,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a7f73d8-adab-4eaa-87ca-521d0e9a030b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-19 05:19:23,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-2a7f73d8-adab-4eaa-87ca-521d0e9a030b 2018-07-19 05:19:23,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9a13c786e007d29a8c2d7aacc5d619da7be269" 2018-07-19 05:19:23,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16193ec7-03b4-4ae6-ae6c-9d05930c6f1c Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:19:23,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-16193ec7-03b4-4ae6-ae6c-9d05930c6f1c 2018-07-19 05:19:23,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-f98d4d13-eb86-469-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9a13c786e007d29a8c2d7aacc5d619da7be269" 2018-07-19 05:19:23,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec7e7df4-25f4-49c6-b4af-46a46dff0cc5 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-f98d4d13-eb86-469-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced"}, "tags": [], "enabled": true, "id": "49d97f95f74d43a6bb2e73355bcb7ced", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-f98d4d13-eb86-469-name"}]} 2018-07-19 05:19:23,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-f98d4d13-eb86-469-name used request id req-ec7e7df4-25f4-49c6-b4af-46a46dff0cc5 2018-07-19 05:19:23,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/3db47a9c604c46cfa6b5975b103dbb78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9a13c786e007d29a8c2d7aacc5d619da7be269" 2018-07-19 05:19:24,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cd92872-3ab2-4bdd-8aa0-183184e128c5 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/3db47a9c604c46cfa6b5975b103dbb78"}, "enabled": true, "id": "3db47a9c604c46cfa6b5975b103dbb78", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-f98d4d13-eb86-469-user1"}} 2018-07-19 05:19:24,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/3db47a9c604c46cfa6b5975b103dbb78 used request id req-7cd92872-3ab2-4bdd-8aa0-183184e128c5 2018-07-19 05:19:24,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced/users/3db47a9c604c46cfa6b5975b103dbb78/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9a13c786e007d29a8c2d7aacc5d619da7be269" 2018-07-19 05:19:24,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfe1ad78-f9f9-4ee4-963d-1441e1acbfff Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced/users/3db47a9c604c46cfa6b5975b103dbb78/roles", "previous": null, "next": null}, "roles": []} 2018-07-19 05:19:24,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced/users/3db47a9c604c46cfa6b5975b103dbb78/roles used request id req-cfe1ad78-f9f9-4ee4-963d-1441e1acbfff 2018-07-19 05:19:24,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9a13c786e007d29a8c2d7aacc5d619da7be269" 2018-07-19 05:19:24,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0243a914-9fc7-484a-a371-7dab78098fcb Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}} 2018-07-19 05:19:24,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a used request id req-0243a914-9fc7-484a-a371-7dab78098fcb 2018-07-19 05:19:24,346 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-f98d4d13-eb86-469-name 2018-07-19 05:19:24,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced/users/3db47a9c604c46cfa6b5975b103dbb78/roles/bfabbefc0d8b43c5a546413f466e239a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9a13c786e007d29a8c2d7aacc5d619da7be269" 2018-07-19 05:19:24,490 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:19:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ccbf970-f02a-4021-b0ba-48034034ce28 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:19:24,490 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced/users/3db47a9c604c46cfa6b5975b103dbb78/roles/bfabbefc0d8b43c5a546413f466e239a used request id req-1ccbf970-f02a-4021-b0ba-48034034ce28 2018-07-19 05:19:24,490 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-f98d4d13-eb86-469-user1 2018-07-19 05:19:24,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df59e7c7b58d6be1c0519c08058546dd187bab82" 2018-07-19 05:19:24,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a05c3513-a094-4b1c-94c0-4682b96232b8 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:19:24,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a05c3513-a094-4b1c-94c0-4682b96232b8 2018-07-19 05:19:24,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df59e7c7b58d6be1c0519c08058546dd187bab82" -d '{"role": {"name": "CreateProjectUserTests-f98d4d13-eb86-469-name-role"}}' 2018-07-19 05:19:24,767 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:19:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88439168-9e16-4a4e-b19e-cf5ba7302b4c Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "961e806f7572436d91bdc5d07b5542b7", "links": {"self": "http://172.30.9.28:5000/v3/roles/961e806f7572436d91bdc5d07b5542b7"}, "name": "CreateProjectUserTests-f98d4d13-eb86-469-name-role"}} 2018-07-19 05:19:24,767 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-88439168-9e16-4a4e-b19e-cf5ba7302b4c 2018-07-19 05:19:24,767 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-f98d4d13-eb86-469-name-role 2018-07-19 05:19:24,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/961e806f7572436d91bdc5d07b5542b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df59e7c7b58d6be1c0519c08058546dd187bab82" 2018-07-19 05:19:24,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19d10a69-2adc-41ed-b680-ba6a6bb3c577 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "961e806f7572436d91bdc5d07b5542b7", "links": {"self": "http://172.30.9.28:5000/v3/roles/961e806f7572436d91bdc5d07b5542b7"}, "name": "CreateProjectUserTests-f98d4d13-eb86-469-name-role"}} 2018-07-19 05:19:24,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/961e806f7572436d91bdc5d07b5542b7 used request id req-19d10a69-2adc-41ed-b680-ba6a6bb3c577 2018-07-19 05:19:24,863 - keystone_utils - INFO - Granting role CreateProjectUserTests-f98d4d13-eb86-469-name-role to project CreateProjectUserTests-f98d4d13-eb86-469-name 2018-07-19 05:19:24,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced/users/3db47a9c604c46cfa6b5975b103dbb78/roles/961e806f7572436d91bdc5d07b5542b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df59e7c7b58d6be1c0519c08058546dd187bab82" 2018-07-19 05:19:25,011 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:19:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eaee70e7-938f-411f-8a3b-18409ab8e3b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:19:25,011 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced/users/3db47a9c604c46cfa6b5975b103dbb78/roles/961e806f7572436d91bdc5d07b5542b7 used request id req-eaee70e7-938f-411f-8a3b-18409ab8e3b7 2018-07-19 05:19:25,011 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:19:25,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:25,515 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["a2nXR3QKQmuDgLdeyzOzUQ"], "issued_at": "2018-07-19T05:19:25.000000Z"}} 2018-07-19 05:19:25,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6d05be00e02d8f432151076401d5fe7dd4c14a" 2018-07-19 05:19:25,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fa9c32a-b93c-47df-8794-0a244ee0d5af Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:25,605 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6fa9c32a-b93c-47df-8794-0a244ee0d5af 2018-07-19 05:19:25,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:19:25,614 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:19:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c693f6e-0e81-465a-af00-6b1de28aef0c Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:19:25,614 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-5c693f6e-0e81-465a-af00-6b1de28aef0c 2018-07-19 05:19:25,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6d05be00e02d8f432151076401d5fe7dd4c14a" 2018-07-19 05:19:25,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcf19e0b-3bad-40cb-8342-44206e51f71a Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "CreateProjectUserTests-f98d4d13-eb86-469-user1", "links": {"self": "http://172.30.9.28:5000/v3/users/3db47a9c604c46cfa6b5975b103dbb78"}, "domain_id": "default", "enabled": true, "id": "3db47a9c604c46cfa6b5975b103dbb78", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/464359ac8a7e4fccaf08c1302c0c9af5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464359ac8a7e4fccaf08c1302c0c9af5", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/53dc664159b2473cabd058a8cff14d2b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53dc664159b2473cabd058a8cff14d2b", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/5ef92ab5952f4af8a74363953176e0a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef92ab5952f4af8a74363953176e0a1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6722b939b24c43e3a89027fc4cc1f01b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6722b939b24c43e3a89027fc4cc1f01b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/6fd5a165b5f54ab2a3fa6341e7ddc07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fd5a165b5f54ab2a3fa6341e7ddc07c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6fefb43379f043e8b426636d04d3df78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fefb43379f043e8b426636d04d3df78", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/88e2fc237f6d44ecaf9f6e79b1254b81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88e2fc237f6d44ecaf9f6e79b1254b81", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/975cf8a486544bbdb91aafa5d8e53245"}, "domain_id": "default", "enabled": true, "options": {}, "id": "975cf8a486544bbdb91aafa5d8e53245", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/a376f6d998024755a7fda5fd1aa1063c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a376f6d998024755a7fda5fd1aa1063c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/c98bbf48b29a48869d280de2f4c8f9a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c98bbf48b29a48869d280de2f4c8f9a2", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/defb2b8026be4e22bc05ef4b01edc659"}, "domain_id": "default", "enabled": true, "options": {}, "id": "defb2b8026be4e22bc05ef4b01edc659", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/f21ed25411a14c07806f6cc4cfaf96ea"}, "domain_id": "3cb34abc01814999b9e0de391598d4b9", "enabled": true, "options": {}, "id": "f21ed25411a14c07806f6cc4cfaf96ea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/f2c72ff28e294921b4a87493e7603ce5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c72ff28e294921b4a87493e7603ce5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fb99eb42722e4e6e958115280f3435be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb99eb42722e4e6e958115280f3435be", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-19 05:19:25,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-dcf19e0b-3bad-40cb-8342-44206e51f71a 2018-07-19 05:19:25,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6d05be00e02d8f432151076401d5fe7dd4c14a" 2018-07-19 05:19:25,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e71849fa-729c-40d2-8147-0fb33213dfc6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-19 05:19:25,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e71849fa-729c-40d2-8147-0fb33213dfc6 2018-07-19 05:19:26,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6d05be00e02d8f432151076401d5fe7dd4c14a" 2018-07-19 05:19:26,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-067d9ef3-cae7-4d1f-96b0-8b328fb21c70 Content-Encoding: gzip Content-Length: 448 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "961e806f7572436d91bdc5d07b5542b7", "links": {"self": "http://172.30.9.28:5000/v3/roles/961e806f7572436d91bdc5d07b5542b7"}, "name": "CreateProjectUserTests-f98d4d13-eb86-469-name-role"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:19:26,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-067d9ef3-cae7-4d1f-96b0-8b328fb21c70 2018-07-19 05:19:26,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-f98d4d13-eb86-469-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6d05be00e02d8f432151076401d5fe7dd4c14a" 2018-07-19 05:19:26,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdbbbe14-8388-49e1-9247-8aa7e31cd888 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-f98d4d13-eb86-469-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced"}, "tags": [], "enabled": true, "id": "49d97f95f74d43a6bb2e73355bcb7ced", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-f98d4d13-eb86-469-name"}]} 2018-07-19 05:19:26,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-f98d4d13-eb86-469-name used request id req-bdbbbe14-8388-49e1-9247-8aa7e31cd888 2018-07-19 05:19:26,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/207cb2a2d5cd48afa66a197fde2b7855 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6d05be00e02d8f432151076401d5fe7dd4c14a" 2018-07-19 05:19:26,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d96755d-d81a-4057-8189-edb68aa44ae7 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/207cb2a2d5cd48afa66a197fde2b7855"}, "enabled": true, "id": "207cb2a2d5cd48afa66a197fde2b7855", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-f98d4d13-eb86-469-user2"}} 2018-07-19 05:19:26,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/207cb2a2d5cd48afa66a197fde2b7855 used request id req-0d96755d-d81a-4057-8189-edb68aa44ae7 2018-07-19 05:19:26,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced/users/207cb2a2d5cd48afa66a197fde2b7855/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6d05be00e02d8f432151076401d5fe7dd4c14a" 2018-07-19 05:19:26,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1e7b8e2-62df-46c4-ad11-055c05361e5b Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced/users/207cb2a2d5cd48afa66a197fde2b7855/roles", "previous": null, "next": null}, "roles": []} 2018-07-19 05:19:26,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced/users/207cb2a2d5cd48afa66a197fde2b7855/roles used request id req-e1e7b8e2-62df-46c4-ad11-055c05361e5b 2018-07-19 05:19:26,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6d05be00e02d8f432151076401d5fe7dd4c14a" 2018-07-19 05:19:26,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7fd43d4-ee7a-457e-b827-a625b9147f6d Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}} 2018-07-19 05:19:26,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a used request id req-b7fd43d4-ee7a-457e-b827-a625b9147f6d 2018-07-19 05:19:26,720 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-f98d4d13-eb86-469-name 2018-07-19 05:19:26,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced/users/207cb2a2d5cd48afa66a197fde2b7855/roles/bfabbefc0d8b43c5a546413f466e239a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6d05be00e02d8f432151076401d5fe7dd4c14a" 2018-07-19 05:19:26,785 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:19:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7a178bb-da9f-41d4-90c4-b19150471a35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:19:26,785 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced/users/207cb2a2d5cd48afa66a197fde2b7855/roles/bfabbefc0d8b43c5a546413f466e239a used request id req-d7a178bb-da9f-41d4-90c4-b19150471a35 2018-07-19 05:19:26,785 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-f98d4d13-eb86-469-user2 2018-07-19 05:19:26,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/961e806f7572436d91bdc5d07b5542b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df59e7c7b58d6be1c0519c08058546dd187bab82" 2018-07-19 05:19:26,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cb30f4f-bc70-4bd8-bc08-9eb1325f0762 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "961e806f7572436d91bdc5d07b5542b7", "links": {"self": "http://172.30.9.28:5000/v3/roles/961e806f7572436d91bdc5d07b5542b7"}, "name": "CreateProjectUserTests-f98d4d13-eb86-469-name-role"}} 2018-07-19 05:19:26,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/961e806f7572436d91bdc5d07b5542b7 used request id req-6cb30f4f-bc70-4bd8-bc08-9eb1325f0762 2018-07-19 05:19:26,891 - keystone_utils - INFO - Granting role CreateProjectUserTests-f98d4d13-eb86-469-name-role to project CreateProjectUserTests-f98d4d13-eb86-469-name 2018-07-19 05:19:26,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced/users/207cb2a2d5cd48afa66a197fde2b7855/roles/961e806f7572436d91bdc5d07b5542b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df59e7c7b58d6be1c0519c08058546dd187bab82" 2018-07-19 05:19:27,022 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:19:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21aead2a-d110-40ee-8beb-67152357edcf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:19:27,022 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced/users/207cb2a2d5cd48afa66a197fde2b7855/roles/961e806f7572436d91bdc5d07b5542b7 used request id req-21aead2a-d110-40ee-8beb-67152357edcf 2018-07-19 05:19:27,023 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:19:27,024 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:27,440 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "961e806f7572436d91bdc5d07b5542b7", "name": "CreateProjectUserTests-f98d4d13-eb86-469-name-role"}, {"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49d97f95f74d43a6bb2e73355bcb7ced", "name": "CreateProjectUserTests-f98d4d13-eb86-469-name"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_49d97f95f74d43a6bb2e73355bcb7ced", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_49d97f95f74d43a6bb2e73355bcb7ced", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-f98d4d13-eb86-469-user1", "id": "3db47a9c604c46cfa6b5975b103dbb78"}, "audit_ids": ["cAxOTJViQzWmCtR-ZMCG-A"], "issued_at": "2018-07-19T05:19:27.000000Z"}} 2018-07-19 05:19:27,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731e40bf44272173200b0884735f17d75a743d29" 2018-07-19 05:19:27,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6049ddaa-7094-443f-8c9c-f99c7e5dd478 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:27,627 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6049ddaa-7094-443f-8c9c-f99c7e5dd478 2018-07-19 05:19:27,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-f98d4d13-eb86-469-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731e40bf44272173200b0884735f17d75a743d29" 2018-07-19 05:19:28,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-fa59b4a3-73e8-4261-a157-68be120fe3b3 Date: Thu, 19 Jul 2018 05:19:28 GMT RESP BODY: {"security_groups": []} 2018-07-19 05:19:28,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-f98d4d13-eb86-469-name&description=hello+group used request id req-fa59b4a3-73e8-4261-a157-68be120fe3b3 2018-07-19 05:19:28,144 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-f98d4d13-eb86-469-name... 2018-07-19 05:19:28,144 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-f98d4d13-eb86-469-name 2018-07-19 05:19:28,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731e40bf44272173200b0884735f17d75a743d29" -d '{"security_group": {"name": "CreateProjectUserTests-f98d4d13-eb86-469-name", "description": "hello group"}}' 2018-07-19 05:19:28,537 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-37533ba1-fab5-4c06-996c-628ea72bbe2c Date: Thu, 19 Jul 2018 05:19:28 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "updated_at": "2018-07-19T05:19:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "revision_number": 0, "id": "b1ee5c5a-5144-4ae4-950a-371e7afffa98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "port_range_min": null, "ethertype": "IPv6", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "revision_number": 0, "id": "b8eb5465-0b7f-426d-9768-9cc30abc70ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "port_range_min": null, "ethertype": "IPv4", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced"}], "revision_number": 1, "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "name": "CreateProjectUserTests-f98d4d13-eb86-469-name"}} 2018-07-19 05:19:28,537 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-37533ba1-fab5-4c06-996c-628ea72bbe2c 2018-07-19 05:19:28,538 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89ba43a2-a622-44c5-b565-bda22cdaefe4 2018-07-19 05:19:28,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=89ba43a2-a622-44c5-b565-bda22cdaefe4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731e40bf44272173200b0884735f17d75a743d29" 2018-07-19 05:19:28,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e9b723ed-c4d1-4fcc-9de8-8720b145dc90 Date: Thu, 19 Jul 2018 05:19:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "port_range_min": null, "revision_number": 0, "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "b1ee5c5a-5144-4ae4-950a-371e7afffa98"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "port_range_min": null, "revision_number": 0, "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "b8eb5465-0b7f-426d-9768-9cc30abc70ac"}]} 2018-07-19 05:19:28,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=89ba43a2-a622-44c5-b565-bda22cdaefe4 used request id req-e9b723ed-c4d1-4fcc-9de8-8720b145dc90 2018-07-19 05:19:28,760 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89ba43a2-a622-44c5-b565-bda22cdaefe4 2018-07-19 05:19:28,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=89ba43a2-a622-44c5-b565-bda22cdaefe4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731e40bf44272173200b0884735f17d75a743d29" 2018-07-19 05:19:28,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2951cd7d-1e0d-4f6c-8126-dba4a9aa4b7b Date: Thu, 19 Jul 2018 05:19:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "port_range_min": null, "revision_number": 0, "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "b1ee5c5a-5144-4ae4-950a-371e7afffa98"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "port_range_min": null, "revision_number": 0, "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "b8eb5465-0b7f-426d-9768-9cc30abc70ac"}]} 2018-07-19 05:19:28,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=89ba43a2-a622-44c5-b565-bda22cdaefe4 used request id req-2951cd7d-1e0d-4f6c-8126-dba4a9aa4b7b 2018-07-19 05:19:28,989 - neutron_utils - INFO - Retrieving security group with ID - 89ba43a2-a622-44c5-b565-bda22cdaefe4 2018-07-19 05:19:28,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=89ba43a2-a622-44c5-b565-bda22cdaefe4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731e40bf44272173200b0884735f17d75a743d29" 2018-07-19 05:19:29,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d3d6a0c8-0ba7-437d-ba6a-94f1fe637836 Date: Thu, 19 Jul 2018 05:19:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "updated_at": "2018-07-19T05:19:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "revision_number": 0, "id": "b1ee5c5a-5144-4ae4-950a-371e7afffa98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "port_range_min": null, "ethertype": "IPv6", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "revision_number": 0, "id": "b8eb5465-0b7f-426d-9768-9cc30abc70ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "port_range_min": null, "ethertype": "IPv4", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced"}], "revision_number": 1, "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "name": "CreateProjectUserTests-f98d4d13-eb86-469-name"}]} 2018-07-19 05:19:29,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=89ba43a2-a622-44c5-b565-bda22cdaefe4 used request id req-d3d6a0c8-0ba7-437d-ba6a-94f1fe637836 2018-07-19 05:19:29,249 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89ba43a2-a622-44c5-b565-bda22cdaefe4 2018-07-19 05:19:29,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=89ba43a2-a622-44c5-b565-bda22cdaefe4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731e40bf44272173200b0884735f17d75a743d29" 2018-07-19 05:19:29,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9be90526-ff46-4f71-ac54-6c2e3c223618 Date: Thu, 19 Jul 2018 05:19: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-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "port_range_min": null, "revision_number": 0, "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "b1ee5c5a-5144-4ae4-950a-371e7afffa98"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "port_range_min": null, "revision_number": 0, "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "b8eb5465-0b7f-426d-9768-9cc30abc70ac"}]} 2018-07-19 05:19:29,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=89ba43a2-a622-44c5-b565-bda22cdaefe4 used request id req-9be90526-ff46-4f71-ac54-6c2e3c223618 2018-07-19 05:19:29,276 - neutron_utils - INFO - Retrieving security group with ID - 89ba43a2-a622-44c5-b565-bda22cdaefe4 2018-07-19 05:19:29,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=89ba43a2-a622-44c5-b565-bda22cdaefe4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731e40bf44272173200b0884735f17d75a743d29" 2018-07-19 05:19:29,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-150776a2-a61f-41fe-8ad5-f4cba34e3b27 Date: Thu, 19 Jul 2018 05:19:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "updated_at": "2018-07-19T05:19:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "revision_number": 0, "id": "b1ee5c5a-5144-4ae4-950a-371e7afffa98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "port_range_min": null, "ethertype": "IPv6", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "revision_number": 0, "id": "b8eb5465-0b7f-426d-9768-9cc30abc70ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "port_range_min": null, "ethertype": "IPv4", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced"}], "revision_number": 1, "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "name": "CreateProjectUserTests-f98d4d13-eb86-469-name"}]} 2018-07-19 05:19:29,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=89ba43a2-a622-44c5-b565-bda22cdaefe4 used request id req-150776a2-a61f-41fe-8ad5-f4cba34e3b27 2018-07-19 05:19:29,507 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89ba43a2-a622-44c5-b565-bda22cdaefe4 2018-07-19 05:19:29,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=89ba43a2-a622-44c5-b565-bda22cdaefe4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731e40bf44272173200b0884735f17d75a743d29" 2018-07-19 05:19:29,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bcc5c099-5edf-4327-b57d-c6802d109143 Date: Thu, 19 Jul 2018 05:19: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-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "port_range_min": null, "revision_number": 0, "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "b1ee5c5a-5144-4ae4-950a-371e7afffa98"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "port_range_min": null, "revision_number": 0, "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "b8eb5465-0b7f-426d-9768-9cc30abc70ac"}]} 2018-07-19 05:19:29,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=89ba43a2-a622-44c5-b565-bda22cdaefe4 used request id req-bcc5c099-5edf-4327-b57d-c6802d109143 2018-07-19 05:19:29,729 - neutron_utils - INFO - Retrieving security group with ID - 89ba43a2-a622-44c5-b565-bda22cdaefe4 2018-07-19 05:19:29,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=89ba43a2-a622-44c5-b565-bda22cdaefe4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731e40bf44272173200b0884735f17d75a743d29" 2018-07-19 05:19:29,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-cc108b58-d17a-4017-a963-9d7cf879a918 Date: Thu, 19 Jul 2018 05:19:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "updated_at": "2018-07-19T05:19:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "revision_number": 0, "id": "b1ee5c5a-5144-4ae4-950a-371e7afffa98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "port_range_min": null, "ethertype": "IPv6", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "revision_number": 0, "id": "b8eb5465-0b7f-426d-9768-9cc30abc70ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "port_range_min": null, "ethertype": "IPv4", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced"}], "revision_number": 1, "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "name": "CreateProjectUserTests-f98d4d13-eb86-469-name"}]} 2018-07-19 05:19:29,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=89ba43a2-a622-44c5-b565-bda22cdaefe4 used request id req-cc108b58-d17a-4017-a963-9d7cf879a918 2018-07-19 05:19:29,783 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89ba43a2-a622-44c5-b565-bda22cdaefe4 2018-07-19 05:19:29,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=89ba43a2-a622-44c5-b565-bda22cdaefe4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731e40bf44272173200b0884735f17d75a743d29" 2018-07-19 05:19:29,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a0b0a711-1b6d-48ad-9988-393ad39373d2 Date: Thu, 19 Jul 2018 05:19: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-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "port_range_min": null, "revision_number": 0, "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "b1ee5c5a-5144-4ae4-950a-371e7afffa98"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "port_range_min": null, "revision_number": 0, "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "b8eb5465-0b7f-426d-9768-9cc30abc70ac"}]} 2018-07-19 05:19:29,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=89ba43a2-a622-44c5-b565-bda22cdaefe4 used request id req-a0b0a711-1b6d-48ad-9988-393ad39373d2 2018-07-19 05:19:29,997 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:19:29,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:30,404 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "961e806f7572436d91bdc5d07b5542b7", "name": "CreateProjectUserTests-f98d4d13-eb86-469-name-role"}, {"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49d97f95f74d43a6bb2e73355bcb7ced", "name": "CreateProjectUserTests-f98d4d13-eb86-469-name"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_49d97f95f74d43a6bb2e73355bcb7ced", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_49d97f95f74d43a6bb2e73355bcb7ced", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/49d97f95f74d43a6bb2e73355bcb7ced", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-f98d4d13-eb86-469-user2", "id": "207cb2a2d5cd48afa66a197fde2b7855"}, "audit_ids": ["9VMbUxZuQQegOpkGuO4-5g"], "issued_at": "2018-07-19T05:19:30.000000Z"}} 2018-07-19 05:19:30,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbba4281e5cde89755787e2140479dcbb6645cc8" 2018-07-19 05:19:30,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a902770e-0bf5-4515-bdaa-7cf76780c48f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:30,479 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a902770e-0bf5-4515-bdaa-7cf76780c48f 2018-07-19 05:19:30,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-f98d4d13-eb86-469-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbba4281e5cde89755787e2140479dcbb6645cc8" 2018-07-19 05:19:30,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-8f1c40a7-dc7a-4c73-9706-438940be07b5 Date: Thu, 19 Jul 2018 05:19:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "updated_at": "2018-07-19T05:19:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "revision_number": 0, "id": "b1ee5c5a-5144-4ae4-950a-371e7afffa98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "port_range_min": null, "ethertype": "IPv6", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "revision_number": 0, "id": "b8eb5465-0b7f-426d-9768-9cc30abc70ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "port_range_min": null, "ethertype": "IPv4", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced"}], "revision_number": 1, "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "name": "CreateProjectUserTests-f98d4d13-eb86-469-name"}]} 2018-07-19 05:19:30,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-f98d4d13-eb86-469-name&description=hello+group used request id req-8f1c40a7-dc7a-4c73-9706-438940be07b5 2018-07-19 05:19:30,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:19:30,728 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:19:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f51b95c-145c-4bbe-bde5-cf272d1b3619 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:19:30,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-8f51b95c-145c-4bbe-bde5-cf272d1b3619 2018-07-19 05:19:30,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbba4281e5cde89755787e2140479dcbb6645cc8" 2018-07-19 05:19:30,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00efe31b-0680-4e30-ba15-e85da30567bd Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "49d97f95f74d43a6bb2e73355bcb7ced", "name": "CreateProjectUserTests-f98d4d13-eb86-469-name"}} 2018-07-19 05:19:30,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced used request id req-00efe31b-0680-4e30-ba15-e85da30567bd 2018-07-19 05:19:30,832 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89ba43a2-a622-44c5-b565-bda22cdaefe4 2018-07-19 05:19:30,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=89ba43a2-a622-44c5-b565-bda22cdaefe4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbba4281e5cde89755787e2140479dcbb6645cc8" 2018-07-19 05:19:31,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cdac302b-e4c0-4f84-aa4d-ff8a2675e302 Date: Thu, 19 Jul 2018 05:19: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-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "port_range_min": null, "revision_number": 0, "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "b1ee5c5a-5144-4ae4-950a-371e7afffa98"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "port_range_min": null, "revision_number": 0, "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "b8eb5465-0b7f-426d-9768-9cc30abc70ac"}]} 2018-07-19 05:19:31,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=89ba43a2-a622-44c5-b565-bda22cdaefe4 used request id req-cdac302b-e4c0-4f84-aa4d-ff8a2675e302 2018-07-19 05:19:31,058 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89ba43a2-a622-44c5-b565-bda22cdaefe4 2018-07-19 05:19:31,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=89ba43a2-a622-44c5-b565-bda22cdaefe4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbba4281e5cde89755787e2140479dcbb6645cc8" 2018-07-19 05:19:31,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-67121aa6-5942-4da9-935c-4d6a77ee496a Date: Thu, 19 Jul 2018 05:19: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-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "port_range_min": null, "revision_number": 0, "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "b1ee5c5a-5144-4ae4-950a-371e7afffa98"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "port_range_min": null, "revision_number": 0, "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "b8eb5465-0b7f-426d-9768-9cc30abc70ac"}]} 2018-07-19 05:19:31,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=89ba43a2-a622-44c5-b565-bda22cdaefe4 used request id req-67121aa6-5942-4da9-935c-4d6a77ee496a 2018-07-19 05:19:31,288 - neutron_utils - INFO - Retrieving security group with ID - 89ba43a2-a622-44c5-b565-bda22cdaefe4 2018-07-19 05:19:31,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=89ba43a2-a622-44c5-b565-bda22cdaefe4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbba4281e5cde89755787e2140479dcbb6645cc8" 2018-07-19 05:19:31,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-8b65bcb8-8073-4863-8934-8163a09f799a Date: Thu, 19 Jul 2018 05:19:31 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "updated_at": "2018-07-19T05:19:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "revision_number": 0, "id": "b1ee5c5a-5144-4ae4-950a-371e7afffa98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "port_range_min": null, "ethertype": "IPv6", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "revision_number": 0, "id": "b8eb5465-0b7f-426d-9768-9cc30abc70ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "port_range_min": null, "ethertype": "IPv4", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced"}], "revision_number": 1, "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "name": "CreateProjectUserTests-f98d4d13-eb86-469-name"}]} 2018-07-19 05:19:31,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=89ba43a2-a622-44c5-b565-bda22cdaefe4 used request id req-8b65bcb8-8073-4863-8934-8163a09f799a 2018-07-19 05:19:31,526 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89ba43a2-a622-44c5-b565-bda22cdaefe4 2018-07-19 05:19:31,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=89ba43a2-a622-44c5-b565-bda22cdaefe4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbba4281e5cde89755787e2140479dcbb6645cc8" 2018-07-19 05:19:31,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7843e90d-d13c-4cdd-9132-7434f7824fcc Date: Thu, 19 Jul 2018 05:19: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-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "port_range_min": null, "revision_number": 0, "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "b1ee5c5a-5144-4ae4-950a-371e7afffa98"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "security_group_id": "89ba43a2-a622-44c5-b565-bda22cdaefe4", "port_range_min": null, "revision_number": 0, "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "b8eb5465-0b7f-426d-9768-9cc30abc70ac"}]} 2018-07-19 05:19:31,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=89ba43a2-a622-44c5-b565-bda22cdaefe4 used request id req-7843e90d-d13c-4cdd-9132-7434f7824fcc 2018-07-19 05:19:31,552 - neutron_utils - INFO - Deleting security group rule with ID - b1ee5c5a-5144-4ae4-950a-371e7afffa98 2018-07-19 05:19:31,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/b1ee5c5a-5144-4ae4-950a-371e7afffa98 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731e40bf44272173200b0884735f17d75a743d29" 2018-07-19 05:19:31,674 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cdb2a32a-f98b-4067-bcab-0509773ce1b1 Content-Length: 0 Date: Thu, 19 Jul 2018 05:19:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:19:31,674 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/b1ee5c5a-5144-4ae4-950a-371e7afffa98 used request id req-cdb2a32a-f98b-4067-bcab-0509773ce1b1 2018-07-19 05:19:31,675 - neutron_utils - INFO - Deleting security group rule with ID - b8eb5465-0b7f-426d-9768-9cc30abc70ac 2018-07-19 05:19:31,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/b8eb5465-0b7f-426d-9768-9cc30abc70ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731e40bf44272173200b0884735f17d75a743d29" 2018-07-19 05:19:31,951 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e389eef8-39a9-4ca9-b29a-8e6453d4d336 Content-Length: 0 Date: Thu, 19 Jul 2018 05:19:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:19:31,952 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/b8eb5465-0b7f-426d-9768-9cc30abc70ac used request id req-e389eef8-39a9-4ca9-b29a-8e6453d4d336 2018-07-19 05:19:31,952 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-f98d4d13-eb86-469-name 2018-07-19 05:19:31,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/89ba43a2-a622-44c5-b565-bda22cdaefe4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731e40bf44272173200b0884735f17d75a743d29" 2018-07-19 05:19:32,236 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eff58a41-ace0-436d-9f78-05e441716e49 Content-Length: 0 Date: Thu, 19 Jul 2018 05:19:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:19:32,236 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/89ba43a2-a622-44c5-b565-bda22cdaefe4 used request id req-eff58a41-ace0-436d-9f78-05e441716e49 2018-07-19 05:19:32,237 - neutron_utils - INFO - Deleting security group rule with ID - b8eb5465-0b7f-426d-9768-9cc30abc70ac 2018-07-19 05:19:32,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/b8eb5465-0b7f-426d-9768-9cc30abc70ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbba4281e5cde89755787e2140479dcbb6645cc8" 2018-07-19 05:19:32,459 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-22fe2739-4fa1-4396-8169-f8f3d67a2d4d Date: Thu, 19 Jul 2018 05:19:32 GMT RESP BODY: {"NeutronError": {"message": "Security group rule b8eb5465-0b7f-426d-9768-9cc30abc70ac does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-07-19 05:19:32,459 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/b8eb5465-0b7f-426d-9768-9cc30abc70ac used request id req-22fe2739-4fa1-4396-8169-f8f3d67a2d4d 2018-07-19 05:19:32,460 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule b8eb5465-0b7f-426d-9768-9cc30abc70ac does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-07-19 05:19:32,460 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule b8eb5465-0b7f-426d-9768-9cc30abc70ac does not exist Neutron server returns request_ids: ['req-22fe2739-4fa1-4396-8169-f8f3d67a2d4d'] 2018-07-19 05:19:32,460 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-f98d4d13-eb86-469-name 2018-07-19 05:19:32,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/89ba43a2-a622-44c5-b565-bda22cdaefe4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbba4281e5cde89755787e2140479dcbb6645cc8" 2018-07-19 05:19:32,773 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-cecec84c-f4f8-40ea-b7f8-eace52ae1731 Date: Thu, 19 Jul 2018 05:19:32 GMT RESP BODY: {"NeutronError": {"message": "Security group 89ba43a2-a622-44c5-b565-bda22cdaefe4 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-07-19 05:19:32,773 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/89ba43a2-a622-44c5-b565-bda22cdaefe4 used request id req-cecec84c-f4f8-40ea-b7f8-eace52ae1731 2018-07-19 05:19:32,774 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 89ba43a2-a622-44c5-b565-bda22cdaefe4 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-07-19 05:19:32,774 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 89ba43a2-a622-44c5-b565-bda22cdaefe4 does not exist Neutron server returns request_ids: ['req-cecec84c-f4f8-40ea-b7f8-eace52ae1731'] 2018-07-19 05:19:32,775 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-f98d4d13-eb86-469-user1 2018-07-19 05:19:32,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/3db47a9c604c46cfa6b5975b103dbb78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9a13c786e007d29a8c2d7aacc5d619da7be269" 2018-07-19 05:19:32,995 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:19:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c465e61-79f8-47ca-baa0-3708bdf46a08 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:19:32,995 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/3db47a9c604c46cfa6b5975b103dbb78 used request id req-8c465e61-79f8-47ca-baa0-3708bdf46a08 2018-07-19 05:19:32,995 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-f98d4d13-eb86-469-user2 2018-07-19 05:19:32,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/207cb2a2d5cd48afa66a197fde2b7855 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6d05be00e02d8f432151076401d5fe7dd4c14a" 2018-07-19 05:19:33,210 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:19:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e927a1c9-6698-45a0-89a6-ed109002a53e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:19:33,210 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/207cb2a2d5cd48afa66a197fde2b7855 used request id req-e927a1c9-6698-45a0-89a6-ed109002a53e 2018-07-19 05:19:33,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df59e7c7b58d6be1c0519c08058546dd187bab82" 2018-07-19 05:19:33,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-227c3c2c-a8f2-4184-b436-1cd4960996ce Date: Thu, 19 Jul 2018 05:19:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:03Z", "updated_at": "2018-07-19T05:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "4d9345f1-86f6-4fe7-bc82-6f67566dcf55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "6396e41d-f871-4e63-9f2e-147378dc58cd", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7c146678-66d8-4f49-a14c-8764972243f5", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7f3ea7a1-1075-4fa9-b218-6657a224d4d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}], "revision_number": 1, "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:18:53Z", "updated_at": "2018-07-19T05:18:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "06c4f0a2-c70f-4592-a7bd-3b7ffcc7f9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "a46b278b-cc89-43cf-a5e6-95b0dc47c555", "remote_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "a80af885-2834-46b9-b5b0-82c7363269ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "c4c5185d-7e90-49da-a723-d8d0412d0052", "remote_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "created_at": "2018-07-19T05:06:52Z", "updated_at": "2018-07-19T05:06:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "63c9d004-5694-4759-9034-3161b8ab244d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "64d486c8-7986-4c0e-aeb2-13eb6578a994", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "71ef01aa-9873-4297-8759-2eb098338d19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "f7a922fc-7f06-48a8-a86c-db41cebc8c3d", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}], "revision_number": 1, "project_id": "808316c313f0491a8efb6e31d026d3bf", "id": "47e151fc-e694-4086-9153-bf07f135f5ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "updated_at": "2018-07-19T05:19:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "revision_number": 0, "id": "3b4eb5df-108c-4f34-a9c4-dd4f16911962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:28Z", "security_group_id": "5b9cd5fc-448a-489d-ad46-4176a97d21d2", "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "port_range_min": null, "ethertype": "IPv4", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "revision_number": 0, "id": "69b0af4a-6c41-4382-ac99-9117cc5308b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:28Z", "security_group_id": "5b9cd5fc-448a-489d-ad46-4176a97d21d2", "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "port_range_min": null, "ethertype": "IPv6", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "revision_number": 0, "id": "cea3511b-1fd2-4fac-86ba-87c437f78146", "remote_group_id": "5b9cd5fc-448a-489d-ad46-4176a97d21d2", "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:28Z", "security_group_id": "5b9cd5fc-448a-489d-ad46-4176a97d21d2", "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "port_range_min": null, "ethertype": "IPv6", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "revision_number": 0, "id": "e493ac5a-7527-4653-b5d4-c8d5bdbf4991", "remote_group_id": "5b9cd5fc-448a-489d-ad46-4176a97d21d2", "remote_ip_prefix": null, "created_at": "2018-07-19T05:19:28Z", "security_group_id": "5b9cd5fc-448a-489d-ad46-4176a97d21d2", "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "port_range_min": null, "ethertype": "IPv4", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced"}], "revision_number": 1, "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "5b9cd5fc-448a-489d-ad46-4176a97d21d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-19T05:09:54Z", "updated_at": "2018-07-19T05:09:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5dfbb6e4-51b5-45e9-acca-6333293a0991", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5e6e49b1-c444-41d3-b528-c11f0bdc015d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "6334658a-3c0e-4b28-9289-c515fac1ee46", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "ce78aad9-cf8d-4bb7-8ff9-c5d3ccbdb693", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:31Z", "updated_at": "2018-07-19T05:16:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "2293d456-8f24-429b-ab2a-00ef9b42a287", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "7702dd40-729c-4190-8272-b00d48d250b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "ade92de2-cd44-4c2e-8b8f-476d9f2822a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "f4719301-1d4e-44f6-9668-712cb8573946", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}], "revision_number": 1, "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:02Z", "updated_at": "2018-07-19T05:13:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "19e0ba86-2daf-4812-b294-e615ea5d7540", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "2019f6e7-edd3-4ac3-8b52-b97765ee45fe", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "3992806e-86c8-4b56-8e7a-69f22ab17407", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "487dfc0c-0818-4584-b9df-5119d08d42a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}], "revision_number": 1, "project_id": "ebeae9b4276145be8661198ea73466db", "id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "created_at": "2018-07-19T05:15:17Z", "updated_at": "2018-07-19T05:15:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "05be29d7-0502-4af3-b781-21ba9a09fb47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "acaec3c7-47c2-4f1d-aed9-3638c5a449be", "remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "b4140afc-6dd5-40f4-a0ef-2c24c834746b", "remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "f7127d74-f405-4968-97ef-2103766e2224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}], "revision_number": 1, "project_id": "9c9c2561f2114860acaf537a0d638f0a", "id": "e390878d-e177-4208-8ce2-c53da58f3db5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "affc9693aa494f85bd7b44b37224f123", "created_at": "2018-07-19T05:10:20Z", "updated_at": "2018-07-19T05:10:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "3deac00c-9089-49df-95a7-247c831c591e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "463003e7-c443-4764-aa83-df4c5c515111", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "82d3332b-c634-4845-81cb-4037aad63ccb", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "cf78999b-902b-4b4b-9f7e-b3d6985dc346", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}], "revision_number": 1, "project_id": "affc9693aa494f85bd7b44b37224f123", "id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "created_at": "2018-07-19T05:11:25Z", "updated_at": "2018-07-19T05:11:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "35269374-6ec3-46a2-bc5d-2f3736e82227", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "51f660e0-8284-4987-95f9-3678f746171c", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "5dc2a2b4-594e-4569-b2f8-af7e28eb6e7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "b859999e-d12f-4ff8-aada-474ee449cdb3", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}], "revision_number": 1, "project_id": "9fd4022c36b148f9b1b686ca283fceac", "id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "name": "default"}]} 2018-07-19 05:19:33,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-227c3c2c-a8f2-4184-b436-1cd4960996ce 2018-07-19 05:19:33,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df59e7c7b58d6be1c0519c08058546dd187bab82" 2018-07-19 05:19:33,581 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:19:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d224f793-06f7-4e57-a321-f3e7d02f2fde Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: aededaacc0b14da3b8ce604aa4f6184f.", "code": 404, "title": "Not Found"}} 2018-07-19 05:19:33,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/aededaacc0b14da3b8ce604aa4f6184f used request id req-d224f793-06f7-4e57-a321-f3e7d02f2fde 2018-07-19 05:19:33,582 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-19 05:19:33,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df59e7c7b58d6be1c0519c08058546dd187bab82" 2018-07-19 05:19:33,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86eb9c16-5169-489c-aac1-70d5b30ce96c Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:19:33,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-86eb9c16-5169-489c-aac1-70d5b30ce96c 2018-07-19 05:19:33,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df59e7c7b58d6be1c0519c08058546dd187bab82" 2018-07-19 05:19:33,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34e8abc5-8f85-4a29-9d9c-12cd229e4553 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.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "808316c313f0491a8efb6e31d026d3bf", "name": "service"}} 2018-07-19 05:19:33,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/808316c313f0491a8efb6e31d026d3bf used request id req-34e8abc5-8f85-4a29-9d9c-12cd229e4553 2018-07-19 05:19:33,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df59e7c7b58d6be1c0519c08058546dd187bab82" 2018-07-19 05:19:33,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6e8618c-ed4f-43d8-aa9d-d2a4521bd533 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "49d97f95f74d43a6bb2e73355bcb7ced", "name": "CreateProjectUserTests-f98d4d13-eb86-469-name"}} 2018-07-19 05:19:33,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced used request id req-b6e8618c-ed4f-43d8-aa9d-d2a4521bd533 2018-07-19 05:19:33,899 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5b9cd5fc-448a-489d-ad46-4176a97d21d2 2018-07-19 05:19:33,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5b9cd5fc-448a-489d-ad46-4176a97d21d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df59e7c7b58d6be1c0519c08058546dd187bab82" 2018-07-19 05:19:34,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-50799f65-16b3-45b7-a42e-063974a98671 Date: Thu, 19 Jul 2018 05:19: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-07-19T05:19:28Z", "security_group_id": "5b9cd5fc-448a-489d-ad46-4176a97d21d2", "port_range_min": null, "revision_number": 0, "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "3b4eb5df-108c-4f34-a9c4-dd4f16911962"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "security_group_id": "5b9cd5fc-448a-489d-ad46-4176a97d21d2", "port_range_min": null, "revision_number": 0, "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "69b0af4a-6c41-4382-ac99-9117cc5308b1"}, {"remote_group_id": "5b9cd5fc-448a-489d-ad46-4176a97d21d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "security_group_id": "5b9cd5fc-448a-489d-ad46-4176a97d21d2", "port_range_min": null, "revision_number": 0, "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "cea3511b-1fd2-4fac-86ba-87c437f78146"}, {"remote_group_id": "5b9cd5fc-448a-489d-ad46-4176a97d21d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:19:28Z", "security_group_id": "5b9cd5fc-448a-489d-ad46-4176a97d21d2", "port_range_min": null, "revision_number": 0, "tenant_id": "49d97f95f74d43a6bb2e73355bcb7ced", "created_at": "2018-07-19T05:19:28Z", "project_id": "49d97f95f74d43a6bb2e73355bcb7ced", "id": "e493ac5a-7527-4653-b5d4-c8d5bdbf4991"}]} 2018-07-19 05:19:34,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5b9cd5fc-448a-489d-ad46-4176a97d21d2 used request id req-50799f65-16b3-45b7-a42e-063974a98671 2018-07-19 05:19:34,201 - neutron_utils - INFO - Deleting security group with name - default 2018-07-19 05:19:34,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/5b9cd5fc-448a-489d-ad46-4176a97d21d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df59e7c7b58d6be1c0519c08058546dd187bab82" 2018-07-19 05:19:34,521 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-69dfb97c-f164-4879-b6fd-3fbf319ffecc Content-Length: 0 Date: Thu, 19 Jul 2018 05:19:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:19:34,521 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/5b9cd5fc-448a-489d-ad46-4176a97d21d2 used request id req-69dfb97c-f164-4879-b6fd-3fbf319ffecc 2018-07-19 05:19:34,522 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-f98d4d13-eb86-469-name 2018-07-19 05:19:34,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df59e7c7b58d6be1c0519c08058546dd187bab82" 2018-07-19 05:19:34,794 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:19:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-220ca4bb-91c8-4eb1-8f0c-6baebf481745 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:19:34,795 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/49d97f95f74d43a6bb2e73355bcb7ced used request id req-220ca4bb-91c8-4eb1-8f0c-6baebf481745 2018-07-19 05:19:34,795 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-f98d4d13-eb86-469-name-role 2018-07-19 05:19:34,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/961e806f7572436d91bdc5d07b5542b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df59e7c7b58d6be1c0519c08058546dd187bab82" 2018-07-19 05:19:34,925 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:19:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d878f33-4691-40c2-8088-45288818cb7d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:19:34,925 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/961e806f7572436d91bdc5d07b5542b7 used request id req-0d878f33-4691-40c2-8088-45288818cb7d 2018-07-19 05:19:34,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df59e7c7b58d6be1c0519c08058546dd187bab82" 2018-07-19 05:19:35,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-639e5848-2674-4757-b0cd-8de3b12c614c Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ae7188a4cfc4b2983a7b38342d28b6d", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ae7188a4cfc4b2983a7b38342d28b6d"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b22de5f7bbc14de49fa003fb92e3c71b", "links": {"self": "http://172.30.9.28:5000/v3/roles/b22de5f7bbc14de49fa003fb92e3c71b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bcdb7207849d43f59bfe980da4c3fbf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcdb7207849d43f59bfe980da4c3fbf2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "bfabbefc0d8b43c5a546413f466e239a", "links": {"self": "http://172.30.9.28:5000/v3/roles/bfabbefc0d8b43c5a546413f466e239a"}, "name": "admin"}, {"domain_id": null, "id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "links": {"self": "http://172.30.9.28:5000/v3/roles/d88f2026ceb946d3b5d1dcd10e8ae1ae"}, "name": "reader"}, {"domain_id": null, "id": "fc9a86fe047a4c4693c8f2b41c772941", "links": {"self": "http://172.30.9.28:5000/v3/roles/fc9a86fe047a4c4693c8f2b41c772941"}, "name": "member"}]} 2018-07-19 05:19:35,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-639e5848-2674-4757-b0cd-8de3b12c614c 2018-07-19 05:19:35,027 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:35,441 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["nkvfAb1PTWWfeYGlEH2CjQ"], "issued_at": "2018-07-19T05:19:35.000000Z"}} 2018-07-19 05:19:35,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e94d7a01746788d72e672d013d47f19a9385eac5" 2018-07-19 05:19:35,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-449762e6-2836-4bfd-9135-665d7d3ffce9 Date: Thu, 19 Jul 2018 05:19:35 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-19 05:19:35,630 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-449762e6-2836-4bfd-9135-665d7d3ffce9 2018-07-19 05:19:35,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e94d7a01746788d72e672d013d47f19a9385eac5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-c1ccf39a-c0c0-4777-aae9-4b64066df43b"}' 2018-07-19 05:19:35,874 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/c73b8013-1f79-493d-a860-c9a1f9751fe7 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b41038b5-226f-49b3-9910-4a98d3318cd3 Date: Thu, 19 Jul 2018 05:19:35 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-c1ccf39a-c0c0-4777-aae9-4b64066df43b", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:19:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-19T05:19:35Z", "visibility": "shared", "locations": [], "self": "/v2/images/c73b8013-1f79-493d-a860-c9a1f9751fe7", "min_disk": 0, "protected": false, "id": "c73b8013-1f79-493d-a860-c9a1f9751fe7", "file": "/v2/images/c73b8013-1f79-493d-a860-c9a1f9751fe7/file", "checksum": null, "owner": "c9003101a9994c308fccde61f611d998", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-19 05:19:35,874 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-b41038b5-226f-49b3-9910-4a98d3318cd3 2018-07-19 05:19:35,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/c73b8013-1f79-493d-a860-c9a1f9751fe7/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e94d7a01746788d72e672d013d47f19a9385eac5" -d '' 2018-07-19 05:19:37,090 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-31403674-bb7a-4edb-abec-3f0fba125144 Date: Thu, 19 Jul 2018 05:19:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:19:37,090 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/c73b8013-1f79-493d-a860-c9a1f9751fe7/file used request id req-31403674-bb7a-4edb-abec-3f0fba125144 2018-07-19 05:19:37,091 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-19 05:19:37,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/c73b8013-1f79-493d-a860-c9a1f9751fe7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e94d7a01746788d72e672d013d47f19a9385eac5" 2018-07-19 05:19:37,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-357ac75e-c815-4cfe-9278-3d6cc0b03084 Date: Thu, 19 Jul 2018 05:19:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-c1ccf39a-c0c0-4777-aae9-4b64066df43b", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:19:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-19T05:19:37Z", "visibility": "shared", "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/c73b8013-1f79-493d-a860-c9a1f9751fe7/snap", "metadata": {}}], "self": "/v2/images/c73b8013-1f79-493d-a860-c9a1f9751fe7", "min_disk": 0, "protected": false, "id": "c73b8013-1f79-493d-a860-c9a1f9751fe7", "file": "/v2/images/c73b8013-1f79-493d-a860-c9a1f9751fe7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9003101a9994c308fccde61f611d998", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/c73b8013-1f79-493d-a860-c9a1f9751fe7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-19 05:19:37,309 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/c73b8013-1f79-493d-a860-c9a1f9751fe7 used request id req-357ac75e-c815-4cfe-9278-3d6cc0b03084 2018-07-19 05:19:37,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e94d7a01746788d72e672d013d47f19a9385eac5" 2018-07-19 05:19:37,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c5c2e3bc-afdf-4ab0-ad4c-b042970aeae3 Date: Thu, 19 Jul 2018 05:19:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-07-19 05:19:37,492 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-c5c2e3bc-afdf-4ab0-ad4c-b042970aeae3 2018-07-19 05:19:37,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-c1ccf39a-c0c0-4777-aae9-4b64066df43b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e94d7a01746788d72e672d013d47f19a9385eac5" 2018-07-19 05:19:37,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-c029a93f-8c23-4dca-af72-8eaf6bee3c7d Date: Thu, 19 Jul 2018 05:19:37 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-c1ccf39a-c0c0-4777-aae9-4b64066df43b", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:19:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-19T05:19:37Z", "visibility": "shared", "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/c73b8013-1f79-493d-a860-c9a1f9751fe7/snap", "metadata": {}}], "self": "/v2/images/c73b8013-1f79-493d-a860-c9a1f9751fe7", "min_disk": 0, "protected": false, "id": "c73b8013-1f79-493d-a860-c9a1f9751fe7", "file": "/v2/images/c73b8013-1f79-493d-a860-c9a1f9751fe7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9003101a9994c308fccde61f611d998", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/c73b8013-1f79-493d-a860-c9a1f9751fe7/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-c1ccf39a-c0c0-4777-aae9-4b64066df43b"} 2018-07-19 05:19:37,698 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-c1ccf39a-c0c0-4777-aae9-4b64066df43b used request id req-c029a93f-8c23-4dca-af72-8eaf6bee3c7d 2018-07-19 05:19:37,699 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-c1ccf39a-c0c0-4777-aae9-4b64066df43b 2018-07-19 05:19:37,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/c73b8013-1f79-493d-a860-c9a1f9751fe7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e94d7a01746788d72e672d013d47f19a9385eac5" 2018-07-19 05:19:38,254 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5fe74056-fc70-4ad6-ba16-7682b387cc0f Date: Thu, 19 Jul 2018 05:19:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:19:38,254 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/c73b8013-1f79-493d-a860-c9a1f9751fe7 used request id req-5fe74056-fc70-4ad6-ba16-7682b387cc0f 2018-07-19 05:19:38,261 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-07-19 05:19:38,262 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:38,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["jxQfIpVATJi0Y61ysF5inA"], "issued_at": "2018-07-19T05:19:38.000000Z"}} 2018-07-19 05:19:38,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19d30a8315446bd8efd8484d1539a2715f1dfc4" 2018-07-19 05:19:38,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65ad4dd9-9e9e-40ad-8074-f70794cb0e1d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:38,775 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-65ad4dd9-9e9e-40ad-8074-f70794cb0e1d 2018-07-19 05:19:38,776 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-0f5cde0a-4777-4747-9b90-5456d9875b0a-pub-net 2018-07-19 05:19:38,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19d30a8315446bd8efd8484d1539a2715f1dfc4" -d '{"network": {"name": "NeutronUtilsNetworkTests-0f5cde0a-4777-4747-9b90-5456d9875b0a-pub-net", "admin_state_up": true}}' 2018-07-19 05:19:39,192 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 742 X-Openstack-Request-Id: req-d6a5e96d-3c09-4491-be49-7c15a3b1e54c Date: Thu, 19 Jul 2018 05:19: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":"63afb25f-a0e4-446e-97bd-9586db6e740f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":74,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:19:39Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsNetworkTests-0f5cde0a-4777-4747-9b90-5456d9875b0a-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:39Z","mtu":1450}} 2018-07-19 05:19:39,193 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-d6a5e96d-3c09-4491-be49-7c15a3b1e54c 2018-07-19 05:19:39,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=63afb25f-a0e4-446e-97bd-9586db6e740f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19d30a8315446bd8efd8484d1539a2715f1dfc4" 2018-07-19 05:19:39,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-14651f85-77a3-4c9d-a055-83edcbe7fe2f Date: Thu, 19 Jul 2018 05:19:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"63afb25f-a0e4-446e-97bd-9586db6e740f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":74,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:19:39Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-0f5cde0a-4777-4747-9b90-5456d9875b0a-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:39Z","provider:network_type":"vxlan"}]} 2018-07-19 05:19:39,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=63afb25f-a0e4-446e-97bd-9586db6e740f used request id req-14651f85-77a3-4c9d-a055-83edcbe7fe2f 2018-07-19 05:19:39,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=63afb25f-a0e4-446e-97bd-9586db6e740f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19d30a8315446bd8efd8484d1539a2715f1dfc4" 2018-07-19 05:19:39,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-dbfdcd50-2fd8-4c8e-9d19-ef363d9806fb Date: Thu, 19 Jul 2018 05:19:39 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:19:39,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=63afb25f-a0e4-446e-97bd-9586db6e740f used request id req-dbfdcd50-2fd8-4c8e-9d19-ef363d9806fb 2018-07-19 05:19:39,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=63afb25f-a0e4-446e-97bd-9586db6e740f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19d30a8315446bd8efd8484d1539a2715f1dfc4" 2018-07-19 05:19:39,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-ae4bb5a6-ddd4-48f9-9c94-e543479500f8 Date: Thu, 19 Jul 2018 05:19:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"63afb25f-a0e4-446e-97bd-9586db6e740f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":74,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:19:39Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-0f5cde0a-4777-4747-9b90-5456d9875b0a-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:39Z","provider:network_type":"vxlan"}]} 2018-07-19 05:19:39,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=63afb25f-a0e4-446e-97bd-9586db6e740f used request id req-ae4bb5a6-ddd4-48f9-9c94-e543479500f8 2018-07-19 05:19:39,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=63afb25f-a0e4-446e-97bd-9586db6e740f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19d30a8315446bd8efd8484d1539a2715f1dfc4" 2018-07-19 05:19:40,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e2e96d2a-c23c-4863-abc2-658e3400fe73 Date: Thu, 19 Jul 2018 05:19:40 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:19:40,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=63afb25f-a0e4-446e-97bd-9586db6e740f used request id req-e2e96d2a-c23c-4863-abc2-658e3400fe73 2018-07-19 05:19:40,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsNetworkTests-0f5cde0a-4777-4747-9b90-5456d9875b0a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19d30a8315446bd8efd8484d1539a2715f1dfc4" 2018-07-19 05:19:40,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-a2b87ee0-4fa1-4f22-b868-2d51046e4643 Date: Thu, 19 Jul 2018 05:19:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"63afb25f-a0e4-446e-97bd-9586db6e740f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":74,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:19:39Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-0f5cde0a-4777-4747-9b90-5456d9875b0a-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:39Z","provider:network_type":"vxlan"}]} 2018-07-19 05:19:40,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsNetworkTests-0f5cde0a-4777-4747-9b90-5456d9875b0a-pub-net used request id req-a2b87ee0-4fa1-4f22-b868-2d51046e4643 2018-07-19 05:19:40,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:19:40,429 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:19:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60f8f318-c19b-47b7-9d89-8bf26a7297e9 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:19:40,429 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-60f8f318-c19b-47b7-9d89-8bf26a7297e9 2018-07-19 05:19:40,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19d30a8315446bd8efd8484d1539a2715f1dfc4" 2018-07-19 05:19:40,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e9b25b5-364d-41d6-a44c-abca7ab771b8 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:19:40,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-8e9b25b5-364d-41d6-a44c-abca7ab771b8 2018-07-19 05:19:40,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=63afb25f-a0e4-446e-97bd-9586db6e740f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19d30a8315446bd8efd8484d1539a2715f1dfc4" 2018-07-19 05:19:40,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-351b7345-eebb-4603-aff5-4b8db61e73ff Date: Thu, 19 Jul 2018 05:19:40 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:19:40,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=63afb25f-a0e4-446e-97bd-9586db6e740f used request id req-351b7345-eebb-4603-aff5-4b8db61e73ff 2018-07-19 05:19:40,775 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-0f5cde0a-4777-4747-9b90-5456d9875b0a-pub-net 2018-07-19 05:19:40,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/63afb25f-a0e4-446e-97bd-9586db6e740f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19d30a8315446bd8efd8484d1539a2715f1dfc4" 2018-07-19 05:19:41,713 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-821d93cb-3cac-464c-b060-ca4c08923032 Date: Thu, 19 Jul 2018 05:19:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:19:41,714 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/63afb25f-a0e4-446e-97bd-9586db6e740f used request id req-821d93cb-3cac-464c-b060-ca4c08923032 2018-07-19 05:19:41,715 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:42,115 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["f_3THuPyTV-I9iDVJvejPA"], "issued_at": "2018-07-19T05:19:42.000000Z"}} 2018-07-19 05:19:42,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adef3b12663a0e3a1ab38e369635f2fdaf9083e5" 2018-07-19 05:19:42,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ae2c0d1-092d-491f-ad7a-cec25ab6747f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:42,211 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3ae2c0d1-092d-491f-ad7a-cec25ab6747f 2018-07-19 05:19:42,213 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:42,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["7WvXyrwCTU-3RutN_JfhQA"], "issued_at": "2018-07-19T05:19:42.000000Z"}} 2018-07-19 05:19:42,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3189cb9110d3b0ff20fb37670e13f60a90f4ef5" 2018-07-19 05:19:42,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df2a5d8a-5384-401d-87d0-06abe5ecbdd7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:42,722 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-df2a5d8a-5384-401d-87d0-06abe5ecbdd7 2018-07-19 05:19:42,724 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:43,138 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["HCgzMkZbT_WC7wIHEoJroA"], "issued_at": "2018-07-19T05:19:43.000000Z"}} 2018-07-19 05:19:43,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e27f9c9cdfe93713f2015adbaf5f9ac51a47d1a" 2018-07-19 05:19:43,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9e61d3d-c172-43a5-9919-a520c154dd52 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:43,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d9e61d3d-c172-43a5-9919-a520c154dd52 2018-07-19 05:19:43,243 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-net 2018-07-19 05:19:43,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e27f9c9cdfe93713f2015adbaf5f9ac51a47d1a" -d '{"network": {"name": "NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-net", "admin_state_up": true}}' 2018-07-19 05:19:43,652 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-55b0d29f-ee72-497e-8064-fc8b45f631ae Date: Thu, 19 Jul 2018 05:19:43 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"23907427-76c3-40eb-80a1-10e8b0a3a109","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:19:43Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:43Z","mtu":1450}} 2018-07-19 05:19:43,653 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-55b0d29f-ee72-497e-8064-fc8b45f631ae 2018-07-19 05:19:43,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=23907427-76c3-40eb-80a1-10e8b0a3a109 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e27f9c9cdfe93713f2015adbaf5f9ac51a47d1a" 2018-07-19 05:19:43,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-34c46f34-f8eb-4966-921c-564ec186637e Date: Thu, 19 Jul 2018 05:19:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"23907427-76c3-40eb-80a1-10e8b0a3a109","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:19:43Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:43Z","provider:network_type":"vxlan"}]} 2018-07-19 05:19:43,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=23907427-76c3-40eb-80a1-10e8b0a3a109 used request id req-34c46f34-f8eb-4966-921c-564ec186637e 2018-07-19 05:19:43,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=23907427-76c3-40eb-80a1-10e8b0a3a109 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e27f9c9cdfe93713f2015adbaf5f9ac51a47d1a" 2018-07-19 05:19:44,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3eb3d8f5-704c-47a2-a636-770773495412 Date: Thu, 19 Jul 2018 05:19:44 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:19:44,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=23907427-76c3-40eb-80a1-10e8b0a3a109 used request id req-3eb3d8f5-704c-47a2-a636-770773495412 2018-07-19 05:19:44,160 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-subnet 2018-07-19 05:19:44,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e27f9c9cdfe93713f2015adbaf5f9ac51a47d1a" -d '{"subnets": [{"ip_version": 4, "network_id": "23907427-76c3-40eb-80a1-10e8b0a3a109", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-subnet"}]}' 2018-07-19 05:19:44,989 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-7c50f467-9d07-4f0c-be91-986f989ccfd2 Date: Thu, 19 Jul 2018 05:19:44 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:19:44Z","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":"e0cf2db0-4599-4288-a932-1201e0e69ce1","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"23907427-76c3-40eb-80a1-10e8b0a3a109","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:44Z","ip_version":4}]} 2018-07-19 05:19:44,989 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-7c50f467-9d07-4f0c-be91-986f989ccfd2 2018-07-19 05:19:44,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=23907427-76c3-40eb-80a1-10e8b0a3a109 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e27f9c9cdfe93713f2015adbaf5f9ac51a47d1a" 2018-07-19 05:19:45,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-b4ebb16f-273f-4715-8f5c-20a408ce7115 Date: Thu, 19 Jul 2018 05:19:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"23907427-76c3-40eb-80a1-10e8b0a3a109","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["e0cf2db0-4599-4288-a932-1201e0e69ce1"],"description":"","tags":[],"updated_at":"2018-07-19T05:19:44Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:43Z","provider:network_type":"vxlan"}]} 2018-07-19 05:19:45,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=23907427-76c3-40eb-80a1-10e8b0a3a109 used request id req-b4ebb16f-273f-4715-8f5c-20a408ce7115 2018-07-19 05:19:45,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=23907427-76c3-40eb-80a1-10e8b0a3a109 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e27f9c9cdfe93713f2015adbaf5f9ac51a47d1a" 2018-07-19 05:19:45,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-ba7c118f-c90c-4095-8737-143a1468290c Date: Thu, 19 Jul 2018 05:19:45 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:19:44Z","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":"e0cf2db0-4599-4288-a932-1201e0e69ce1","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"23907427-76c3-40eb-80a1-10e8b0a3a109","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:44Z","ip_version":4}]} 2018-07-19 05:19:45,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=23907427-76c3-40eb-80a1-10e8b0a3a109 used request id req-ba7c118f-c90c-4095-8737-143a1468290c 2018-07-19 05:19:45,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e27f9c9cdfe93713f2015adbaf5f9ac51a47d1a" 2018-07-19 05:19:45,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-478ea14c-1222-4473-aad4-c16cb8b64554 Date: Thu, 19 Jul 2018 05:19:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"23907427-76c3-40eb-80a1-10e8b0a3a109","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["e0cf2db0-4599-4288-a932-1201e0e69ce1"],"description":"","tags":[],"updated_at":"2018-07-19T05:19:44Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:43Z","provider:network_type":"vxlan"}]} 2018-07-19 05:19:45,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-net used request id req-478ea14c-1222-4473-aad4-c16cb8b64554 2018-07-19 05:19:45,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:19:45,804 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:19:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-323abb6f-9441-4052-bf20-40a49c5be8aa Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:19:45,804 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-323abb6f-9441-4052-bf20-40a49c5be8aa 2018-07-19 05:19:45,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e27f9c9cdfe93713f2015adbaf5f9ac51a47d1a" 2018-07-19 05:19:45,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21b40caf-3300-4a56-a1e6-0c2060c4f0e4 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:19:45,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-21b40caf-3300-4a56-a1e6-0c2060c4f0e4 2018-07-19 05:19:45,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=23907427-76c3-40eb-80a1-10e8b0a3a109 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e27f9c9cdfe93713f2015adbaf5f9ac51a47d1a" 2018-07-19 05:19:46,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-0d48e011-f438-45a9-b036-5ebdbf415f31 Date: Thu, 19 Jul 2018 05:19:46 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:19:44Z","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":"e0cf2db0-4599-4288-a932-1201e0e69ce1","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"23907427-76c3-40eb-80a1-10e8b0a3a109","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:44Z","ip_version":4}]} 2018-07-19 05:19:46,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=23907427-76c3-40eb-80a1-10e8b0a3a109 used request id req-0d48e011-f438-45a9-b036-5ebdbf415f31 2018-07-19 05:19:46,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=23907427-76c3-40eb-80a1-10e8b0a3a109&name=NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e27f9c9cdfe93713f2015adbaf5f9ac51a47d1a" 2018-07-19 05:19:46,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-045f2c2f-45c2-4c7e-b087-423212c30bf8 Date: Thu, 19 Jul 2018 05:19:46 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:19:44Z","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":"e0cf2db0-4599-4288-a932-1201e0e69ce1","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"23907427-76c3-40eb-80a1-10e8b0a3a109","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:44Z","ip_version":4}]} 2018-07-19 05:19:46,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=23907427-76c3-40eb-80a1-10e8b0a3a109&name=NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-subnet used request id req-045f2c2f-45c2-4c7e-b087-423212c30bf8 2018-07-19 05:19:46,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=23907427-76c3-40eb-80a1-10e8b0a3a109&name=NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e27f9c9cdfe93713f2015adbaf5f9ac51a47d1a" 2018-07-19 05:19:46,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-2e167733-7c2b-49eb-9412-34e94e562e9f Date: Thu, 19 Jul 2018 05:19:46 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:19:44Z","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":"e0cf2db0-4599-4288-a932-1201e0e69ce1","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"23907427-76c3-40eb-80a1-10e8b0a3a109","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:44Z","ip_version":4}]} 2018-07-19 05:19:46,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=23907427-76c3-40eb-80a1-10e8b0a3a109&name=NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-subnet used request id req-2e167733-7c2b-49eb-9412-34e94e562e9f 2018-07-19 05:19:46,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=23907427-76c3-40eb-80a1-10e8b0a3a109 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e27f9c9cdfe93713f2015adbaf5f9ac51a47d1a" 2018-07-19 05:19:46,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-ecc4d68a-01ef-406b-a46b-108780126943 Date: Thu, 19 Jul 2018 05:19:46 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:19:44Z","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":"e0cf2db0-4599-4288-a932-1201e0e69ce1","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"23907427-76c3-40eb-80a1-10e8b0a3a109","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:44Z","ip_version":4}]} 2018-07-19 05:19:46,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=23907427-76c3-40eb-80a1-10e8b0a3a109 used request id req-ecc4d68a-01ef-406b-a46b-108780126943 2018-07-19 05:19:46,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e27f9c9cdfe93713f2015adbaf5f9ac51a47d1a" 2018-07-19 05:19:47,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-4bcea2be-81c6-413f-8590-6db2ac78e780 Date: Thu, 19 Jul 2018 05:19:47 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:19:44Z","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":"e0cf2db0-4599-4288-a932-1201e0e69ce1","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"23907427-76c3-40eb-80a1-10e8b0a3a109","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:44Z","ip_version":4}]} 2018-07-19 05:19:47,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-subnet used request id req-4bcea2be-81c6-413f-8590-6db2ac78e780 2018-07-19 05:19:47,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e27f9c9cdfe93713f2015adbaf5f9ac51a47d1a" 2018-07-19 05:19:47,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57c42372-e5f0-46de-9713-869323664474 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:19:47,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-57c42372-e5f0-46de-9713-869323664474 2018-07-19 05:19:47,158 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-subnet 2018-07-19 05:19:47,158 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-subnet 2018-07-19 05:19:47,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/e0cf2db0-4599-4288-a932-1201e0e69ce1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e27f9c9cdfe93713f2015adbaf5f9ac51a47d1a" 2018-07-19 05:19:49,163 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7f1847fe-c40c-4321-bb95-f316f1bb44e5 Date: Thu, 19 Jul 2018 05:19:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:19:49,163 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/e0cf2db0-4599-4288-a932-1201e0e69ce1 used request id req-7f1847fe-c40c-4321-bb95-f316f1bb44e5 2018-07-19 05:19:49,163 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-9a9e77bd-e321-4f5a-a311-2dd3dfb3ce3a-pub-net 2018-07-19 05:19:49,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/23907427-76c3-40eb-80a1-10e8b0a3a109 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e27f9c9cdfe93713f2015adbaf5f9ac51a47d1a" 2018-07-19 05:19:51,431 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3b094e02-8f55-4d4a-ba32-10c6adeb37e4 Date: Thu, 19 Jul 2018 05:19:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:19:51,431 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/23907427-76c3-40eb-80a1-10e8b0a3a109 used request id req-3b094e02-8f55-4d4a-ba32-10c6adeb37e4 2018-07-19 05:19:51,432 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:51,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["HKrwtRRNRqaAIep5vso31g"], "issued_at": "2018-07-19T05:19:51.000000Z"}} 2018-07-19 05:19:51,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}278d40afcc4e87f467629f993aeebf1d52a558c4" 2018-07-19 05:19:51,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5ba6658-1239-42c0-8177-511a16e09da8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:51,947 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b5ba6658-1239-42c0-8177-511a16e09da8 2018-07-19 05:19:51,948 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-e71c81ca-c5c6-43e8-87ca-649e3ed76f60-pub-net 2018-07-19 05:19:51,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}278d40afcc4e87f467629f993aeebf1d52a558c4" -d '{"network": {"name": "NeutronUtilsSubnetTests-e71c81ca-c5c6-43e8-87ca-649e3ed76f60-pub-net", "admin_state_up": true}}' 2018-07-19 05:19:52,353 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-f5213014-2948-4824-9a55-65720fa79f38 Date: Thu, 19 Jul 2018 05:19: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":"66bdb1ae-52ea-430a-88ce-6d622566d665","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":97,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:19:52Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-e71c81ca-c5c6-43e8-87ca-649e3ed76f60-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:52Z","mtu":1450}} 2018-07-19 05:19:52,354 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-f5213014-2948-4824-9a55-65720fa79f38 2018-07-19 05:19:52,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=66bdb1ae-52ea-430a-88ce-6d622566d665 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}278d40afcc4e87f467629f993aeebf1d52a558c4" 2018-07-19 05:19:52,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-4232e9dc-b25f-4cc2-b208-c251268205b2 Date: Thu, 19 Jul 2018 05:19:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"66bdb1ae-52ea-430a-88ce-6d622566d665","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":97,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:19:52Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-e71c81ca-c5c6-43e8-87ca-649e3ed76f60-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:52Z","provider:network_type":"vxlan"}]} 2018-07-19 05:19:52,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=66bdb1ae-52ea-430a-88ce-6d622566d665 used request id req-4232e9dc-b25f-4cc2-b208-c251268205b2 2018-07-19 05:19:52,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=66bdb1ae-52ea-430a-88ce-6d622566d665 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}278d40afcc4e87f467629f993aeebf1d52a558c4" 2018-07-19 05:19:52,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ce672229-0348-4731-941b-1ac2bb0e910e Date: Thu, 19 Jul 2018 05:19:52 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:19:52,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=66bdb1ae-52ea-430a-88ce-6d622566d665 used request id req-ce672229-0348-4731-941b-1ac2bb0e910e 2018-07-19 05:19:52,860 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-e71c81ca-c5c6-43e8-87ca-649e3ed76f60-pub-subnet 2018-07-19 05:19:52,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}278d40afcc4e87f467629f993aeebf1d52a558c4" -d '{"subnets": [{"ip_version": 4, "network_id": "66bdb1ae-52ea-430a-88ce-6d622566d665", "cidr": "", "name": "NeutronUtilsSubnetTests-e71c81ca-c5c6-43e8-87ca-649e3ed76f60-pub-subnet"}]}' 2018-07-19 05:19:53,065 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-d00079b7-cdfd-4526-adfb-023c7c1e81de Date: Thu, 19 Jul 2018 05:19:53 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-07-19 05:19:53,065 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-d00079b7-cdfd-4526-adfb-023c7c1e81de 2018-07-19 05:19:53,065 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-07-19 05:19:53,065 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-e71c81ca-c5c6-43e8-87ca-649e3ed76f60-pub-subnet] for network [NeutronUtilsSubnetTests-e71c81ca-c5c6-43e8-87ca-649e3ed76f60-pub-net] 2018-07-19 05:19:53,066 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-e71c81ca-c5c6-43e8-87ca-649e3ed76f60-pub-net 2018-07-19 05:19:53,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/66bdb1ae-52ea-430a-88ce-6d622566d665 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}278d40afcc4e87f467629f993aeebf1d52a558c4" 2018-07-19 05:19:54,037 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f01675fb-0e98-436f-995f-e9f477102afa Date: Thu, 19 Jul 2018 05:19:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:19:54,037 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/66bdb1ae-52ea-430a-88ce-6d622566d665 used request id req-f01675fb-0e98-436f-995f-e9f477102afa 2018-07-19 05:19:54,038 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:19:54,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:19:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["UomEHoBaTxS50Wg8f5Ba_Q"], "issued_at": "2018-07-19T05:19:54.000000Z"}} 2018-07-19 05:19:54,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecaeee678e58ec479bd57bfe50512a37cc576564" 2018-07-19 05:19:54,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07c0391e-b64f-4ef6-8272-6805c6a9f775 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:19:54,540 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-07c0391e-b64f-4ef6-8272-6805c6a9f775 2018-07-19 05:19:54,541 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-net 2018-07-19 05:19:54,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecaeee678e58ec479bd57bfe50512a37cc576564" -d '{"network": {"name": "NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-net", "admin_state_up": true}}' 2018-07-19 05:19:54,940 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-5225b704-fcb8-4bf1-9031-3a76d1648abe Date: Thu, 19 Jul 2018 05:19:54 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4c0a395e-9cb6-491f-8d42-48b3d58223e5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:19:54Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:54Z","mtu":1450}} 2018-07-19 05:19:54,940 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-5225b704-fcb8-4bf1-9031-3a76d1648abe 2018-07-19 05:19:54,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=4c0a395e-9cb6-491f-8d42-48b3d58223e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecaeee678e58ec479bd57bfe50512a37cc576564" 2018-07-19 05:19:55,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-4b1f591a-24f3-4042-8c57-4b5eeabc2e47 Date: Thu, 19 Jul 2018 05:19:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4c0a395e-9cb6-491f-8d42-48b3d58223e5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:19:54Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:54Z","provider:network_type":"vxlan"}]} 2018-07-19 05:19:55,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=4c0a395e-9cb6-491f-8d42-48b3d58223e5 used request id req-4b1f591a-24f3-4042-8c57-4b5eeabc2e47 2018-07-19 05:19:55,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4c0a395e-9cb6-491f-8d42-48b3d58223e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecaeee678e58ec479bd57bfe50512a37cc576564" 2018-07-19 05:19:55,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-21356db6-f2ad-4a3f-b188-691825dfc908 Date: Thu, 19 Jul 2018 05:19:55 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:19:55,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4c0a395e-9cb6-491f-8d42-48b3d58223e5 used request id req-21356db6-f2ad-4a3f-b188-691825dfc908 2018-07-19 05:19:55,465 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-subnet 2018-07-19 05:19:55,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecaeee678e58ec479bd57bfe50512a37cc576564" -d '{"subnets": [{"ip_version": 4, "network_id": "4c0a395e-9cb6-491f-8d42-48b3d58223e5", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-subnet"}]}' 2018-07-19 05:19:56,330 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-60e3b506-80d3-4b08-92a2-7843363d8c74 Date: Thu, 19 Jul 2018 05:19:56 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:19:55Z","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":"b3b085c6-52fd-4a10-a7ca-16890671fbd0","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"4c0a395e-9cb6-491f-8d42-48b3d58223e5","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:55Z","ip_version":4}]} 2018-07-19 05:19:56,330 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-60e3b506-80d3-4b08-92a2-7843363d8c74 2018-07-19 05:19:56,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=4c0a395e-9cb6-491f-8d42-48b3d58223e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecaeee678e58ec479bd57bfe50512a37cc576564" 2018-07-19 05:19:56,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-3f05fb9a-6b46-4f6d-8092-2c9c10299302 Date: Thu, 19 Jul 2018 05:19:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4c0a395e-9cb6-491f-8d42-48b3d58223e5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["b3b085c6-52fd-4a10-a7ca-16890671fbd0"],"description":"","tags":[],"updated_at":"2018-07-19T05:19:55Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:54Z","provider:network_type":"vxlan"}]} 2018-07-19 05:19:56,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=4c0a395e-9cb6-491f-8d42-48b3d58223e5 used request id req-3f05fb9a-6b46-4f6d-8092-2c9c10299302 2018-07-19 05:19:56,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4c0a395e-9cb6-491f-8d42-48b3d58223e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecaeee678e58ec479bd57bfe50512a37cc576564" 2018-07-19 05:19:56,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-d1dd05ff-41b7-4bea-9fc6-8e81dc12ded7 Date: Thu, 19 Jul 2018 05:19:56 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:19:55Z","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":"b3b085c6-52fd-4a10-a7ca-16890671fbd0","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"4c0a395e-9cb6-491f-8d42-48b3d58223e5","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:55Z","ip_version":4}]} 2018-07-19 05:19:56,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4c0a395e-9cb6-491f-8d42-48b3d58223e5 used request id req-d1dd05ff-41b7-4bea-9fc6-8e81dc12ded7 2018-07-19 05:19:56,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecaeee678e58ec479bd57bfe50512a37cc576564" 2018-07-19 05:19:57,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-c6fc0edf-66b2-452a-9735-eeea0cf922c4 Date: Thu, 19 Jul 2018 05:19:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4c0a395e-9cb6-491f-8d42-48b3d58223e5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["b3b085c6-52fd-4a10-a7ca-16890671fbd0"],"description":"","tags":[],"updated_at":"2018-07-19T05:19:55Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:54Z","provider:network_type":"vxlan"}]} 2018-07-19 05:19:57,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-net used request id req-c6fc0edf-66b2-452a-9735-eeea0cf922c4 2018-07-19 05:19:57,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:19:57,277 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:19:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8b71131-83d6-4e06-a4e7-75b76ac537af Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:19:57,277 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-d8b71131-83d6-4e06-a4e7-75b76ac537af 2018-07-19 05:19:57,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecaeee678e58ec479bd57bfe50512a37cc576564" 2018-07-19 05:19:57,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b2ce240-204f-4af4-9d4c-61a1975247b6 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:19:57,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-9b2ce240-204f-4af4-9d4c-61a1975247b6 2018-07-19 05:19:57,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4c0a395e-9cb6-491f-8d42-48b3d58223e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecaeee678e58ec479bd57bfe50512a37cc576564" 2018-07-19 05:19:57,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-6e16db57-9b5d-4e93-bacd-7c8279800ea9 Date: Thu, 19 Jul 2018 05:19:57 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:19:55Z","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":"b3b085c6-52fd-4a10-a7ca-16890671fbd0","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"4c0a395e-9cb6-491f-8d42-48b3d58223e5","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:55Z","ip_version":4}]} 2018-07-19 05:19:57,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4c0a395e-9cb6-491f-8d42-48b3d58223e5 used request id req-6e16db57-9b5d-4e93-bacd-7c8279800ea9 2018-07-19 05:19:57,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4c0a395e-9cb6-491f-8d42-48b3d58223e5&name=NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecaeee678e58ec479bd57bfe50512a37cc576564" 2018-07-19 05:19:57,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-9c239888-1377-4ccc-873c-b27e75e15070 Date: Thu, 19 Jul 2018 05:19:57 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:19:55Z","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":"b3b085c6-52fd-4a10-a7ca-16890671fbd0","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"4c0a395e-9cb6-491f-8d42-48b3d58223e5","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:55Z","ip_version":4}]} 2018-07-19 05:19:57,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4c0a395e-9cb6-491f-8d42-48b3d58223e5&name=NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-subnet used request id req-9c239888-1377-4ccc-873c-b27e75e15070 2018-07-19 05:19:57,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4c0a395e-9cb6-491f-8d42-48b3d58223e5&name=NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecaeee678e58ec479bd57bfe50512a37cc576564" 2018-07-19 05:19:57,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-bbeace8e-b15d-408d-bafa-d1f7ad867ad8 Date: Thu, 19 Jul 2018 05:19:57 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:19:55Z","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":"b3b085c6-52fd-4a10-a7ca-16890671fbd0","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"4c0a395e-9cb6-491f-8d42-48b3d58223e5","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:55Z","ip_version":4}]} 2018-07-19 05:19:57,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4c0a395e-9cb6-491f-8d42-48b3d58223e5&name=NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-subnet used request id req-bbeace8e-b15d-408d-bafa-d1f7ad867ad8 2018-07-19 05:19:57,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4c0a395e-9cb6-491f-8d42-48b3d58223e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecaeee678e58ec479bd57bfe50512a37cc576564" 2018-07-19 05:19:57,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-b5e9fc16-c24f-42c8-8579-511415973ec5 Date: Thu, 19 Jul 2018 05:19:57 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:19:55Z","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":"b3b085c6-52fd-4a10-a7ca-16890671fbd0","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"4c0a395e-9cb6-491f-8d42-48b3d58223e5","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:19:55Z","ip_version":4}]} 2018-07-19 05:19:57,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4c0a395e-9cb6-491f-8d42-48b3d58223e5 used request id req-b5e9fc16-c24f-42c8-8579-511415973ec5 2018-07-19 05:19:57,800 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-subnet 2018-07-19 05:19:57,801 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-subnet 2018-07-19 05:19:57,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/b3b085c6-52fd-4a10-a7ca-16890671fbd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecaeee678e58ec479bd57bfe50512a37cc576564" 2018-07-19 05:19:59,786 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dd4c4575-1cf7-4a78-b0f0-7fa605a7263d Date: Thu, 19 Jul 2018 05:19:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:19:59,786 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/b3b085c6-52fd-4a10-a7ca-16890671fbd0 used request id req-dd4c4575-1cf7-4a78-b0f0-7fa605a7263d 2018-07-19 05:19:59,786 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-fc45416c-235e-46e5-8aac-b7d71dd5458b-pub-net 2018-07-19 05:19:59,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/4c0a395e-9cb6-491f-8d42-48b3d58223e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecaeee678e58ec479bd57bfe50512a37cc576564" 2018-07-19 05:20:01,832 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a4c612b9-606e-4849-95e9-f4e65cec9a25 Date: Thu, 19 Jul 2018 05:20:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:20:01,833 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/4c0a395e-9cb6-491f-8d42-48b3d58223e5 used request id req-a4c612b9-606e-4849-95e9-f4e65cec9a25 2018-07-19 05:20:01,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:20:02,235 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:20:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["NubPxnD3TSWat5rAHH4wGQ"], "issued_at": "2018-07-19T05:20:02.000000Z"}} 2018-07-19 05:20:02,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a571710795a9beec942a85faa7ae94820ccaa3f" 2018-07-19 05:20:02,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9ea6833-5838-487f-9c4b-bb7a706bdb89 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:20:02,332 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a9ea6833-5838-487f-9c4b-bb7a706bdb89 2018-07-19 05:20:02,334 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-febf327e-6145-41bb-b8d6-65b603f4aba6-pub-net 2018-07-19 05:20:02,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a571710795a9beec942a85faa7ae94820ccaa3f" -d '{"network": {"name": "NeutronUtilsSubnetTests-febf327e-6145-41bb-b8d6-65b603f4aba6-pub-net", "admin_state_up": true}}' 2018-07-19 05:20:02,748 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-5216b15f-3c03-40f9-8f39-b40154877e6f Date: Thu, 19 Jul 2018 05:20: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":"7cdf6b3e-7969-44f8-9808-6fcbccdb14ec","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:20:02Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-febf327e-6145-41bb-b8d6-65b603f4aba6-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:02Z","mtu":1450}} 2018-07-19 05:20:02,749 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-5216b15f-3c03-40f9-8f39-b40154877e6f 2018-07-19 05:20:02,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=7cdf6b3e-7969-44f8-9808-6fcbccdb14ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a571710795a9beec942a85faa7ae94820ccaa3f" 2018-07-19 05:20:02,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-4760bcdb-04aa-4319-a196-6c85e6a103c9 Date: Thu, 19 Jul 2018 05:20:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7cdf6b3e-7969-44f8-9808-6fcbccdb14ec","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:20:02Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-febf327e-6145-41bb-b8d6-65b603f4aba6-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:02Z","provider:network_type":"vxlan"}]} 2018-07-19 05:20:02,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=7cdf6b3e-7969-44f8-9808-6fcbccdb14ec used request id req-4760bcdb-04aa-4319-a196-6c85e6a103c9 2018-07-19 05:20:02,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=7cdf6b3e-7969-44f8-9808-6fcbccdb14ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a571710795a9beec942a85faa7ae94820ccaa3f" 2018-07-19 05:20:03,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-78acf89d-d6d9-42d6-a88c-fa30f0911139 Date: Thu, 19 Jul 2018 05:20:03 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:20:03,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=7cdf6b3e-7969-44f8-9808-6fcbccdb14ec used request id req-78acf89d-d6d9-42d6-a88c-fa30f0911139 2018-07-19 05:20:03,253 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-febf327e-6145-41bb-b8d6-65b603f4aba6-pub-subnet 2018-07-19 05:20:03,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a571710795a9beec942a85faa7ae94820ccaa3f" -d '{"subnets": [{"ip_version": 4, "network_id": "7cdf6b3e-7969-44f8-9808-6fcbccdb14ec", "cidr": null, "name": "NeutronUtilsSubnetTests-febf327e-6145-41bb-b8d6-65b603f4aba6-pub-subnet"}]}' 2018-07-19 05:20:03,533 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-fe64fbc9-0ddb-41f0-8b9b-f97036ef948a Date: Thu, 19 Jul 2018 05:20:03 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-07-19 05:20:03,533 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-fe64fbc9-0ddb-41f0-8b9b-f97036ef948a 2018-07-19 05:20:03,533 - 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-07-19 05:20:03,533 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-febf327e-6145-41bb-b8d6-65b603f4aba6-pub-subnet] for network [NeutronUtilsSubnetTests-febf327e-6145-41bb-b8d6-65b603f4aba6-pub-net] 2018-07-19 05:20:03,534 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-febf327e-6145-41bb-b8d6-65b603f4aba6-pub-net 2018-07-19 05:20:03,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/7cdf6b3e-7969-44f8-9808-6fcbccdb14ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a571710795a9beec942a85faa7ae94820ccaa3f" 2018-07-19 05:20:04,241 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d5c597f5-c920-432f-b8b7-6822f62e9cad Date: Thu, 19 Jul 2018 05:20:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:20:04,241 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/7cdf6b3e-7969-44f8-9808-6fcbccdb14ec used request id req-d5c597f5-c920-432f-b8b7-6822f62e9cad 2018-07-19 05:20:04,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:20:04,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:20:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["KvBMlNjmRfCpZuUGheEPgQ"], "issued_at": "2018-07-19T05:20:04.000000Z"}} 2018-07-19 05:20:04,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}138a0bbdb54aaa8123361f59eb5893c9e9dbd6de" 2018-07-19 05:20:04,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccc225fb-f269-43dd-ba7b-0b83b08b8d0e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:20:04,747 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ccc225fb-f269-43dd-ba7b-0b83b08b8d0e 2018-07-19 05:20:04,748 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-33c72589-b308-4073-8c21-b89d9a20a2b4-pub-net 2018-07-19 05:20:04,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}138a0bbdb54aaa8123361f59eb5893c9e9dbd6de" -d '{"network": {"name": "NeutronUtilsSubnetTests-33c72589-b308-4073-8c21-b89d9a20a2b4-pub-net", "admin_state_up": true}}' 2018-07-19 05:20:05,141 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-0b1257ad-f3dc-4391-806e-224b87e91632 Date: Thu, 19 Jul 2018 05:20:05 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cca2f2ed-196f-4f28-9710-baa0710a11e3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:20:05Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-33c72589-b308-4073-8c21-b89d9a20a2b4-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:05Z","mtu":1450}} 2018-07-19 05:20:05,141 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-0b1257ad-f3dc-4391-806e-224b87e91632 2018-07-19 05:20:05,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=cca2f2ed-196f-4f28-9710-baa0710a11e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}138a0bbdb54aaa8123361f59eb5893c9e9dbd6de" 2018-07-19 05:20:05,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-6814adc5-cb28-4c07-8b35-f2165663c432 Date: Thu, 19 Jul 2018 05:20:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"cca2f2ed-196f-4f28-9710-baa0710a11e3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:20:05Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-33c72589-b308-4073-8c21-b89d9a20a2b4-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:05Z","provider:network_type":"vxlan"}]} 2018-07-19 05:20:05,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=cca2f2ed-196f-4f28-9710-baa0710a11e3 used request id req-6814adc5-cb28-4c07-8b35-f2165663c432 2018-07-19 05:20:05,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cca2f2ed-196f-4f28-9710-baa0710a11e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}138a0bbdb54aaa8123361f59eb5893c9e9dbd6de" 2018-07-19 05:20:05,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-72110c44-981a-4321-8823-dd885b81af64 Date: Thu, 19 Jul 2018 05:20:05 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:20:05,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cca2f2ed-196f-4f28-9710-baa0710a11e3 used request id req-72110c44-981a-4321-8823-dd885b81af64 2018-07-19 05:20:05,659 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-33c72589-b308-4073-8c21-b89d9a20a2b4-pub-subnet 2018-07-19 05:20:05,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}138a0bbdb54aaa8123361f59eb5893c9e9dbd6de" -d '{"subnets": [{"ip_version": 4, "network_id": "cca2f2ed-196f-4f28-9710-baa0710a11e3", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-33c72589-b308-4073-8c21-b89d9a20a2b4-pub-subnet"}]}' 2018-07-19 05:20:06,336 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-748783e4-e1f6-4f78-806e-69e67ee353a3 Date: Thu, 19 Jul 2018 05:20:06 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:20:05Z","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":"d81f4f4d-914c-43eb-ab4b-8a262117b245","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-33c72589-b308-4073-8c21-b89d9a20a2b4-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"cca2f2ed-196f-4f28-9710-baa0710a11e3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:05Z","ip_version":4}]} 2018-07-19 05:20:06,337 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-748783e4-e1f6-4f78-806e-69e67ee353a3 2018-07-19 05:20:06,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=cca2f2ed-196f-4f28-9710-baa0710a11e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}138a0bbdb54aaa8123361f59eb5893c9e9dbd6de" 2018-07-19 05:20:06,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-bd0bd3b9-e3ed-469c-91d3-72c7ee23940b Date: Thu, 19 Jul 2018 05:20:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cca2f2ed-196f-4f28-9710-baa0710a11e3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["d81f4f4d-914c-43eb-ab4b-8a262117b245"],"description":"","tags":[],"updated_at":"2018-07-19T05:20:05Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-33c72589-b308-4073-8c21-b89d9a20a2b4-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:05Z","provider:network_type":"vxlan"}]} 2018-07-19 05:20:06,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=cca2f2ed-196f-4f28-9710-baa0710a11e3 used request id req-bd0bd3b9-e3ed-469c-91d3-72c7ee23940b 2018-07-19 05:20:06,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cca2f2ed-196f-4f28-9710-baa0710a11e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}138a0bbdb54aaa8123361f59eb5893c9e9dbd6de" 2018-07-19 05:20:06,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-404a0b86-cff6-4edd-8dfe-e38eb5cba1bb Date: Thu, 19 Jul 2018 05:20:06 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:20:05Z","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":"d81f4f4d-914c-43eb-ab4b-8a262117b245","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-33c72589-b308-4073-8c21-b89d9a20a2b4-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"cca2f2ed-196f-4f28-9710-baa0710a11e3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:05Z","ip_version":4}]} 2018-07-19 05:20:06,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cca2f2ed-196f-4f28-9710-baa0710a11e3 used request id req-404a0b86-cff6-4edd-8dfe-e38eb5cba1bb 2018-07-19 05:20:06,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-33c72589-b308-4073-8c21-b89d9a20a2b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}138a0bbdb54aaa8123361f59eb5893c9e9dbd6de" 2018-07-19 05:20:07,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-f90ba10a-a73f-4ae6-b74f-dcfb99ea0875 Date: Thu, 19 Jul 2018 05:20:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cca2f2ed-196f-4f28-9710-baa0710a11e3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["d81f4f4d-914c-43eb-ab4b-8a262117b245"],"description":"","tags":[],"updated_at":"2018-07-19T05:20:05Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-33c72589-b308-4073-8c21-b89d9a20a2b4-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:05Z","provider:network_type":"vxlan"}]} 2018-07-19 05:20:07,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-33c72589-b308-4073-8c21-b89d9a20a2b4-pub-net used request id req-f90ba10a-a73f-4ae6-b74f-dcfb99ea0875 2018-07-19 05:20:07,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:20:07,216 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:20:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36cbe330-fd51-490b-aa0c-0339f526ce77 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:20:07,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-36cbe330-fd51-490b-aa0c-0339f526ce77 2018-07-19 05:20:07,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}138a0bbdb54aaa8123361f59eb5893c9e9dbd6de" 2018-07-19 05:20:07,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5b6975c-0c22-4a5a-b6c2-b5e7057f3ea6 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:20:07,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-b5b6975c-0c22-4a5a-b6c2-b5e7057f3ea6 2018-07-19 05:20:07,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cca2f2ed-196f-4f28-9710-baa0710a11e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}138a0bbdb54aaa8123361f59eb5893c9e9dbd6de" 2018-07-19 05:20:07,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-999d5cd9-2a0e-42fd-ada9-4569e2c4428a Date: Thu, 19 Jul 2018 05:20:07 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:20:05Z","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":"d81f4f4d-914c-43eb-ab4b-8a262117b245","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-33c72589-b308-4073-8c21-b89d9a20a2b4-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"cca2f2ed-196f-4f28-9710-baa0710a11e3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:05Z","ip_version":4}]} 2018-07-19 05:20:07,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cca2f2ed-196f-4f28-9710-baa0710a11e3 used request id req-999d5cd9-2a0e-42fd-ada9-4569e2c4428a 2018-07-19 05:20:07,592 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-33c72589-b308-4073-8c21-b89d9a20a2b4-pub-subnet 2018-07-19 05:20:07,592 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-33c72589-b308-4073-8c21-b89d9a20a2b4-pub-subnet 2018-07-19 05:20:07,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/d81f4f4d-914c-43eb-ab4b-8a262117b245 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}138a0bbdb54aaa8123361f59eb5893c9e9dbd6de" 2018-07-19 05:20:09,099 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5ae61c13-df85-4fae-b143-f2c961b61738 Date: Thu, 19 Jul 2018 05:20:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:20:09,099 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/d81f4f4d-914c-43eb-ab4b-8a262117b245 used request id req-5ae61c13-df85-4fae-b143-f2c961b61738 2018-07-19 05:20:09,099 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-33c72589-b308-4073-8c21-b89d9a20a2b4-pub-net 2018-07-19 05:20:09,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/cca2f2ed-196f-4f28-9710-baa0710a11e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}138a0bbdb54aaa8123361f59eb5893c9e9dbd6de" 2018-07-19 05:20:11,318 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b65b7256-21b8-4ead-9079-a7997741bc16 Date: Thu, 19 Jul 2018 05:20:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:20:11,318 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/cca2f2ed-196f-4f28-9710-baa0710a11e3 used request id req-b65b7256-21b8-4ead-9079-a7997741bc16 2018-07-19 05:20:11,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:20:11,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:20:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["5R73-F3VRpSwCBQSG0bAYw"], "issued_at": "2018-07-19T05:20:11.000000Z"}} 2018-07-19 05:20:11,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:11,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:20:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-546ff985-f935-40d8-ba6f-6aca4a6c40b6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:20:11,824 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-546ff985-f935-40d8-ba6f-6aca4a6c40b6 2018-07-19 05:20:11,826 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-net 2018-07-19 05:20:11,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" -d '{"network": {"name": "NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-net", "admin_state_up": true}}' 2018-07-19 05:20:12,425 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-2b30ab5a-c4dd-497b-8630-e9c819226dc3 Date: Thu, 19 Jul 2018 05:20:12 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cd511da7-51e3-4724-8d03-c7a8b0187922","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:20:12Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:12Z","mtu":1450}} 2018-07-19 05:20:12,426 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-2b30ab5a-c4dd-497b-8630-e9c819226dc3 2018-07-19 05:20:12,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=cd511da7-51e3-4724-8d03-c7a8b0187922 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:12,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-11034e2d-f258-4591-aeca-7c959af31002 Date: Thu, 19 Jul 2018 05:20:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"cd511da7-51e3-4724-8d03-c7a8b0187922","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:20:12Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:12Z","provider:network_type":"vxlan"}]} 2018-07-19 05:20:12,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=cd511da7-51e3-4724-8d03-c7a8b0187922 used request id req-11034e2d-f258-4591-aeca-7c959af31002 2018-07-19 05:20:12,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cd511da7-51e3-4724-8d03-c7a8b0187922 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:12,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ad43d2e0-b3e5-4acf-9617-6bb381cf1782 Date: Thu, 19 Jul 2018 05:20:13 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:20:12,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cd511da7-51e3-4724-8d03-c7a8b0187922 used request id req-ad43d2e0-b3e5-4acf-9617-6bb381cf1782 2018-07-19 05:20:12,994 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-subnet 2018-07-19 05:20:12,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" -d '{"subnets": [{"ip_version": 4, "network_id": "cd511da7-51e3-4724-8d03-c7a8b0187922", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-subnet"}]}' 2018-07-19 05:20:13,744 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-ed0df9b4-0a17-4ad4-afcd-2a1f95fde282 Date: Thu, 19 Jul 2018 05:20:13 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:20:13Z","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":"d930ef60-0daa-40f8-8f92-d3252a7ecb7c","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"cd511da7-51e3-4724-8d03-c7a8b0187922","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:13Z","ip_version":4}]} 2018-07-19 05:20:13,744 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-ed0df9b4-0a17-4ad4-afcd-2a1f95fde282 2018-07-19 05:20:13,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=cd511da7-51e3-4724-8d03-c7a8b0187922 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:14,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-d73efb0d-ad36-4b35-8241-f9d7c23fc2df Date: Thu, 19 Jul 2018 05:20:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cd511da7-51e3-4724-8d03-c7a8b0187922","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["d930ef60-0daa-40f8-8f92-d3252a7ecb7c"],"description":"","tags":[],"updated_at":"2018-07-19T05:20:13Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:12Z","provider:network_type":"vxlan"}]} 2018-07-19 05:20:14,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=cd511da7-51e3-4724-8d03-c7a8b0187922 used request id req-d73efb0d-ad36-4b35-8241-f9d7c23fc2df 2018-07-19 05:20:14,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cd511da7-51e3-4724-8d03-c7a8b0187922 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:14,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-3c1cbc5a-ba95-41f0-9a80-3f6d0ca1c482 Date: Thu, 19 Jul 2018 05:20:14 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:20:13Z","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":"d930ef60-0daa-40f8-8f92-d3252a7ecb7c","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"cd511da7-51e3-4724-8d03-c7a8b0187922","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:13Z","ip_version":4}]} 2018-07-19 05:20:14,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cd511da7-51e3-4724-8d03-c7a8b0187922 used request id req-3c1cbc5a-ba95-41f0-9a80-3f6d0ca1c482 2018-07-19 05:20:14,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:14,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-a186f3eb-cac1-43c2-a4d9-4dd0dd5c74e0 Date: Thu, 19 Jul 2018 05:20:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cd511da7-51e3-4724-8d03-c7a8b0187922","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["d930ef60-0daa-40f8-8f92-d3252a7ecb7c"],"description":"","tags":[],"updated_at":"2018-07-19T05:20:13Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:12Z","provider:network_type":"vxlan"}]} 2018-07-19 05:20:14,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-net used request id req-a186f3eb-cac1-43c2-a4d9-4dd0dd5c74e0 2018-07-19 05:20:14,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:20:14,671 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:20:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67a68e74-2662-467b-b578-754ec39ec105 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:20:14,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-67a68e74-2662-467b-b578-754ec39ec105 2018-07-19 05:20:14,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:14,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:20:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6aa4641-df1c-444c-ad9f-5dfbd5bc64b0 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:20:14,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-d6aa4641-df1c-444c-ad9f-5dfbd5bc64b0 2018-07-19 05:20:14,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cd511da7-51e3-4724-8d03-c7a8b0187922 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:15,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-5e06fb05-cd89-4f0a-9059-1101bfa0be79 Date: Thu, 19 Jul 2018 05:20:15 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:20:13Z","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":"d930ef60-0daa-40f8-8f92-d3252a7ecb7c","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"cd511da7-51e3-4724-8d03-c7a8b0187922","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:13Z","ip_version":4}]} 2018-07-19 05:20:15,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cd511da7-51e3-4724-8d03-c7a8b0187922 used request id req-5e06fb05-cd89-4f0a-9059-1101bfa0be79 2018-07-19 05:20:15,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cd511da7-51e3-4724-8d03-c7a8b0187922&name=NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:15,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-a0b16832-d536-4b7c-999e-535bfc0632bf Date: Thu, 19 Jul 2018 05:20:15 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:20:13Z","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":"d930ef60-0daa-40f8-8f92-d3252a7ecb7c","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"cd511da7-51e3-4724-8d03-c7a8b0187922","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:13Z","ip_version":4}]} 2018-07-19 05:20:15,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cd511da7-51e3-4724-8d03-c7a8b0187922&name=NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-subnet used request id req-a0b16832-d536-4b7c-999e-535bfc0632bf 2018-07-19 05:20:15,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:20:15,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:20:15,694 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:20:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["0pBIS2d2TgG4nRH6hEdeHw"], "issued_at": "2018-07-19T05:20:15.000000Z"}} 2018-07-19 05:20:15,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}487708096081cb62c7441df5e57597cefa5e6357" 2018-07-19 05:20:15,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:20:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4af00786-237f-4a68-8975-ed7fc73bc87b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:20:15,791 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4af00786-237f-4a68-8975-ed7fc73bc87b 2018-07-19 05:20:15,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:16,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-1d7ee3bb-dc73-4543-969b-07c80ebfd391 Date: Thu, 19 Jul 2018 05:20:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:20:16,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-1d7ee3bb-dc73-4543-969b-07c80ebfd391 2018-07-19 05:20:16,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d6c4720e-2d57-4849-96dc-980b067c3c5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:16,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-e0f46898-4663-49c2-b94d-76e007ef56dc Date: Thu, 19 Jul 2018 05:20:16 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4}]} 2018-07-19 05:20:16,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d6c4720e-2d57-4849-96dc-980b067c3c5c used request id req-e0f46898-4663-49c2-b94d-76e007ef56dc 2018-07-19 05:20:16,446 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-router 2018-07-19 05:20:16,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" -d '{"router": {"external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c"}, "name": "NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-router", "admin_state_up": true}}' 2018-07-19 05:20:23,555 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-2d525c51-9f7d-4760-802d-0fd86124c88f Date: Thu, 19 Jul 2018 05:20:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:20:17Z", "admin_state_up": true, "updated_at": "2018-07-19T05:20:18Z", "project_id": "c9003101a9994c308fccde61f611d998", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "b9403030-9057-4f63-96dc-9557cc51a464", "name": "NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-router"}} 2018-07-19 05:20:23,555 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-2d525c51-9f7d-4760-802d-0fd86124c88f 2018-07-19 05:20:23,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=b9403030-9057-4f63-96dc-9557cc51a464 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:23,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3423 X-Openstack-Request-Id: req-ec87cbab-755c-4f06-a0ab-51175c09b753 Date: Thu, 19 Jul 2018 05:20:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:20:21Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a7d5b9b4-466f-4c34-8765-7fe92ee30663","ip_address":"169.254.192.11"}],"id":"53e61537-3bfa-4183-896a-474c2fc659f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ce:60:6f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"c6bb839a-fd29-4d3d-8d8e-a20fa4128bab","tenant_id":"","created_at":"2018-07-19T05:20:20Z","binding:vnic_type":"normal","device_id":"b9403030-9057-4f63-96dc-9557cc51a464","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:20:19Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a7d5b9b4-466f-4c34-8765-7fe92ee30663","ip_address":"169.254.192.9"}],"id":"689087c4-5a59-4264-ae88-203becda7028","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9b:30:d8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"c6bb839a-fd29-4d3d-8d8e-a20fa4128bab","tenant_id":"","created_at":"2018-07-19T05:20:19Z","binding:vnic_type":"normal","device_id":"b9403030-9057-4f63-96dc-9557cc51a464","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:20:20Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a7d5b9b4-466f-4c34-8765-7fe92ee30663","ip_address":"169.254.192.1"}],"id":"74337964-7152-4e81-8b43-f0d81ccf1cf9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b5:59:4f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"c6bb839a-fd29-4d3d-8d8e-a20fa4128bab","tenant_id":"","created_at":"2018-07-19T05:20:20Z","binding:vnic_type":"normal","device_id":"b9403030-9057-4f63-96dc-9557cc51a464","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:20:23Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","ip_address":"172.30.9.208"}],"id":"a9a95da1-5764-4207-883c-affd8f247f9e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:17:a4","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":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"","created_at":"2018-07-19T05:20:18Z","binding:vnic_type":"normal","device_id":"b9403030-9057-4f63-96dc-9557cc51a464","ip_allocation":"immediate"}]} 2018-07-19 05:20:23,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=b9403030-9057-4f63-96dc-9557cc51a464 used request id req-ec87cbab-755c-4f06-a0ab-51175c09b753 2018-07-19 05:20:23,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2c83d5bd-6837-46dc-ba99-edbcdb9eb558 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:24,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-bf380385-d8d0-4899-8d48-92a6378775d9 Date: Thu, 19 Jul 2018 05:20:24 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4}} 2018-07-19 05:20:24,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2c83d5bd-6837-46dc-ba99-edbcdb9eb558 used request id req-bf380385-d8d0-4899-8d48-92a6378775d9 2018-07-19 05:20:24,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/a7d5b9b4-466f-4c34-8765-7fe92ee30663 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:24,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-d23938b5-6c4c-4807-a751-4cb9e6741de8 Date: Thu, 19 Jul 2018 05:20:24 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:20:16Z","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":"a7d5b9b4-466f-4c34-8765-7fe92ee30663","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"c6bb839a-fd29-4d3d-8d8e-a20fa4128bab","tenant_id":"","created_at":"2018-07-19T05:20:16Z","ip_version":4}} 2018-07-19 05:20:24,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/a7d5b9b4-466f-4c34-8765-7fe92ee30663 used request id req-d23938b5-6c4c-4807-a751-4cb9e6741de8 2018-07-19 05:20:24,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/a7d5b9b4-466f-4c34-8765-7fe92ee30663 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:24,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-b1e8f9df-55ec-4a0c-9f7f-fc76a60a9224 Date: Thu, 19 Jul 2018 05:20:24 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:20:16Z","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":"a7d5b9b4-466f-4c34-8765-7fe92ee30663","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"c6bb839a-fd29-4d3d-8d8e-a20fa4128bab","tenant_id":"","created_at":"2018-07-19T05:20:16Z","ip_version":4}} 2018-07-19 05:20:24,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/a7d5b9b4-466f-4c34-8765-7fe92ee30663 used request id req-b1e8f9df-55ec-4a0c-9f7f-fc76a60a9224 2018-07-19 05:20:24,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/a7d5b9b4-466f-4c34-8765-7fe92ee30663 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:24,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-35b5c9a7-96f2-46c1-b085-965598723506 Date: Thu, 19 Jul 2018 05:20:24 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:20:16Z","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":"a7d5b9b4-466f-4c34-8765-7fe92ee30663","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"c6bb839a-fd29-4d3d-8d8e-a20fa4128bab","tenant_id":"","created_at":"2018-07-19T05:20:16Z","ip_version":4}} 2018-07-19 05:20:24,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/a7d5b9b4-466f-4c34-8765-7fe92ee30663 used request id req-35b5c9a7-96f2-46c1-b085-965598723506 2018-07-19 05:20:24,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:25,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-0f657ee1-d87d-4077-ad80-f8d8a7ed8a87 Date: Thu, 19 Jul 2018 05:20:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:20:17Z", "admin_state_up": true, "updated_at": "2018-07-19T05:20:21Z", "project_id": "c9003101a9994c308fccde61f611d998", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "b9403030-9057-4f63-96dc-9557cc51a464", "name": "NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-router"}]} 2018-07-19 05:20:25,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-router used request id req-0f657ee1-d87d-4077-ad80-f8d8a7ed8a87 2018-07-19 05:20:25,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:25,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:20:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3121afa8-8ecc-4808-881f-33a984030d8d Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:20:25,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-3121afa8-8ecc-4808-881f-33a984030d8d 2018-07-19 05:20:25,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=b9403030-9057-4f63-96dc-9557cc51a464 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:25,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3519 X-Openstack-Request-Id: req-8a1ddf9d-ae41-411b-a0ce-f6c091077226 Date: Thu, 19 Jul 2018 05:20:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:20:21Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a7d5b9b4-466f-4c34-8765-7fe92ee30663","ip_address":"169.254.192.11"}],"id":"53e61537-3bfa-4183-896a-474c2fc659f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ce:60:6f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"c6bb839a-fd29-4d3d-8d8e-a20fa4128bab","tenant_id":"","created_at":"2018-07-19T05:20:20Z","binding:vnic_type":"normal","device_id":"b9403030-9057-4f63-96dc-9557cc51a464","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:20:19Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a7d5b9b4-466f-4c34-8765-7fe92ee30663","ip_address":"169.254.192.9"}],"id":"689087c4-5a59-4264-ae88-203becda7028","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9b:30:d8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"c6bb839a-fd29-4d3d-8d8e-a20fa4128bab","tenant_id":"","created_at":"2018-07-19T05:20:19Z","binding:vnic_type":"normal","device_id":"b9403030-9057-4f63-96dc-9557cc51a464","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:20:24Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a7d5b9b4-466f-4c34-8765-7fe92ee30663","ip_address":"169.254.192.1"}],"id":"74337964-7152-4e81-8b43-f0d81ccf1cf9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:59:4f","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"c6bb839a-fd29-4d3d-8d8e-a20fa4128bab","tenant_id":"","created_at":"2018-07-19T05:20:20Z","binding:vnic_type":"normal","device_id":"b9403030-9057-4f63-96dc-9557cc51a464","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:20:24Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","ip_address":"172.30.9.208"}],"id":"a9a95da1-5764-4207-883c-affd8f247f9e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:17:a4","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":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"","created_at":"2018-07-19T05:20:18Z","binding:vnic_type":"normal","device_id":"b9403030-9057-4f63-96dc-9557cc51a464","ip_allocation":"immediate"}]} 2018-07-19 05:20:25,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=b9403030-9057-4f63-96dc-9557cc51a464 used request id req-8a1ddf9d-ae41-411b-a0ce-f6c091077226 2018-07-19 05:20:25,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2c83d5bd-6837-46dc-ba99-edbcdb9eb558 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:25,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-0926ade8-3b16-44ef-98dd-ad825339f1bd Date: Thu, 19 Jul 2018 05:20:25 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4}} 2018-07-19 05:20:25,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2c83d5bd-6837-46dc-ba99-edbcdb9eb558 used request id req-0926ade8-3b16-44ef-98dd-ad825339f1bd 2018-07-19 05:20:25,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/a7d5b9b4-466f-4c34-8765-7fe92ee30663 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:25,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-8f5a9bbb-8546-4ba4-b8e8-a28633794e7c Date: Thu, 19 Jul 2018 05:20:25 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:20:16Z","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":"a7d5b9b4-466f-4c34-8765-7fe92ee30663","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"c6bb839a-fd29-4d3d-8d8e-a20fa4128bab","tenant_id":"","created_at":"2018-07-19T05:20:16Z","ip_version":4}} 2018-07-19 05:20:25,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/a7d5b9b4-466f-4c34-8765-7fe92ee30663 used request id req-8f5a9bbb-8546-4ba4-b8e8-a28633794e7c 2018-07-19 05:20:25,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/a7d5b9b4-466f-4c34-8765-7fe92ee30663 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:26,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-468fb1c4-f1ba-48a9-b25c-e62188ccf3fc Date: Thu, 19 Jul 2018 05:20:26 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:20:16Z","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":"a7d5b9b4-466f-4c34-8765-7fe92ee30663","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"c6bb839a-fd29-4d3d-8d8e-a20fa4128bab","tenant_id":"","created_at":"2018-07-19T05:20:16Z","ip_version":4}} 2018-07-19 05:20:26,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/a7d5b9b4-466f-4c34-8765-7fe92ee30663 used request id req-468fb1c4-f1ba-48a9-b25c-e62188ccf3fc 2018-07-19 05:20:26,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/a7d5b9b4-466f-4c34-8765-7fe92ee30663 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:26,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-5b5bb5ab-58f8-4d9f-a4c4-146cd83ea8fa Date: Thu, 19 Jul 2018 05:20:26 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:20:16Z","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":"a7d5b9b4-466f-4c34-8765-7fe92ee30663","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"c6bb839a-fd29-4d3d-8d8e-a20fa4128bab","tenant_id":"","created_at":"2018-07-19T05:20:16Z","ip_version":4}} 2018-07-19 05:20:26,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/a7d5b9b4-466f-4c34-8765-7fe92ee30663 used request id req-5b5bb5ab-58f8-4d9f-a4c4-146cd83ea8fa 2018-07-19 05:20:26,231 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-router 2018-07-19 05:20:26,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/b9403030-9057-4f63-96dc-9557cc51a464/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" -d '{"subnet_id": "d930ef60-0daa-40f8-8f92-d3252a7ecb7c"}' 2018-07-19 05:20:28,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-50674438-c813-4669-92c6-532c58d5c3e0 Date: Thu, 19 Jul 2018 05:20:28 GMT RESP BODY: {"network_id": "cd511da7-51e3-4724-8d03-c7a8b0187922", "tenant_id": "c9003101a9994c308fccde61f611d998", "subnet_id": "d930ef60-0daa-40f8-8f92-d3252a7ecb7c", "subnet_ids": ["d930ef60-0daa-40f8-8f92-d3252a7ecb7c"], "port_id": "56ff9301-54b0-429c-9dcd-4ca75493ba4a", "id": "b9403030-9057-4f63-96dc-9557cc51a464"} 2018-07-19 05:20:28,645 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b9403030-9057-4f63-96dc-9557cc51a464/add_router_interface used request id req-50674438-c813-4669-92c6-532c58d5c3e0 2018-07-19 05:20:28,645 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-router 2018-07-19 05:20:28,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/b9403030-9057-4f63-96dc-9557cc51a464/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" -d '{"subnet_id": "d930ef60-0daa-40f8-8f92-d3252a7ecb7c"}' 2018-07-19 05:20:31,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5f61a865-b907-48b0-ab18-59be1f841858 Date: Thu, 19 Jul 2018 05:20:31 GMT RESP BODY: {"network_id": "cd511da7-51e3-4724-8d03-c7a8b0187922", "tenant_id": "c9003101a9994c308fccde61f611d998", "subnet_id": "d930ef60-0daa-40f8-8f92-d3252a7ecb7c", "subnet_ids": ["d930ef60-0daa-40f8-8f92-d3252a7ecb7c"], "port_id": "56ff9301-54b0-429c-9dcd-4ca75493ba4a", "id": "b9403030-9057-4f63-96dc-9557cc51a464"} 2018-07-19 05:20:31,361 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b9403030-9057-4f63-96dc-9557cc51a464/remove_router_interface used request id req-5f61a865-b907-48b0-ab18-59be1f841858 2018-07-19 05:20:31,362 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-router 2018-07-19 05:20:31,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/b9403030-9057-4f63-96dc-9557cc51a464 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:35,445 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8c325b7d-a657-4ddd-8a22-f4d8efc1275c Content-Length: 0 Date: Thu, 19 Jul 2018 05:20:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:20:35,445 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/b9403030-9057-4f63-96dc-9557cc51a464 used request id req-8c325b7d-a657-4ddd-8a22-f4d8efc1275c 2018-07-19 05:20:35,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:35,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-27da50d7-d109-405b-a495-b17bd33cdc58 Date: Thu, 19 Jul 2018 05:20:35 GMT RESP BODY: {"routers": []} 2018-07-19 05:20:35,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-router used request id req-27da50d7-d109-405b-a495-b17bd33cdc58 2018-07-19 05:20:35,533 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-subnet 2018-07-19 05:20:35,534 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-subnet 2018-07-19 05:20:35,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/d930ef60-0daa-40f8-8f92-d3252a7ecb7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:37,869 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-745e696d-9393-492c-adeb-46796b59323a Date: Thu, 19 Jul 2018 05:20:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:20:37,869 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/d930ef60-0daa-40f8-8f92-d3252a7ecb7c used request id req-745e696d-9393-492c-adeb-46796b59323a 2018-07-19 05:20:37,869 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-c3d5f9db-a25d-441f-b8be-e5bc482479c7-pub-net 2018-07-19 05:20:37,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/cd511da7-51e3-4724-8d03-c7a8b0187922 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144d07f03cb2d6b752fa0ca3fa54be27d58edade" 2018-07-19 05:20:39,395 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f201d00e-0b8a-4576-8aef-da4673d208fe Date: Thu, 19 Jul 2018 05:20:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:20:39,395 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/cd511da7-51e3-4724-8d03-c7a8b0187922 used request id req-f201d00e-0b8a-4576-8aef-da4673d208fe 2018-07-19 05:20:39,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:20:39,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:20:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["qTz-XRTdQ4eUQ06pUeZuXw"], "issued_at": "2018-07-19T05:20:39.000000Z"}} 2018-07-19 05:20:39,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:39,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:20:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b11d28ef-473e-4efc-8e74-ba420d029459 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:20:39,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b11d28ef-473e-4efc-8e74-ba420d029459 2018-07-19 05:20:39,918 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-net 2018-07-19 05:20:39,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" -d '{"network": {"name": "NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-net", "admin_state_up": true}}' 2018-07-19 05:20:40,534 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-15015885-5416-45d4-bbc6-6c0af87f7a4d Date: Thu, 19 Jul 2018 05:20:40 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8d385776-5afe-477a-8c4b-7cb9f197c1a0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:20:40Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:40Z","mtu":1450}} 2018-07-19 05:20:40,534 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-15015885-5416-45d4-bbc6-6c0af87f7a4d 2018-07-19 05:20:40,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=8d385776-5afe-477a-8c4b-7cb9f197c1a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:40,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-56acafca-52dc-49c4-ac27-5287f66fd6ec Date: Thu, 19 Jul 2018 05:20:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8d385776-5afe-477a-8c4b-7cb9f197c1a0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:20:40Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:40Z","provider:network_type":"vxlan"}]} 2018-07-19 05:20:40,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=8d385776-5afe-477a-8c4b-7cb9f197c1a0 used request id req-56acafca-52dc-49c4-ac27-5287f66fd6ec 2018-07-19 05:20:40,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=8d385776-5afe-477a-8c4b-7cb9f197c1a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:41,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5e15858e-2787-410f-aa53-c0c98d4f385d Date: Thu, 19 Jul 2018 05:20:40 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:20:41,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=8d385776-5afe-477a-8c4b-7cb9f197c1a0 used request id req-5e15858e-2787-410f-aa53-c0c98d4f385d 2018-07-19 05:20:41,024 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-subnet 2018-07-19 05:20:41,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" -d '{"subnets": [{"ip_version": 4, "network_id": "8d385776-5afe-477a-8c4b-7cb9f197c1a0", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-subnet"}]}' 2018-07-19 05:20:41,725 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-41bd7727-6d0c-4764-a595-27e6b4ba4992 Date: Thu, 19 Jul 2018 05:20:41 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:20:41Z","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":"846bb599-5455-4f04-9fc0-c20e765d88c9","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"8d385776-5afe-477a-8c4b-7cb9f197c1a0","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:41Z","ip_version":4}]} 2018-07-19 05:20:41,726 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-41bd7727-6d0c-4764-a595-27e6b4ba4992 2018-07-19 05:20:41,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=8d385776-5afe-477a-8c4b-7cb9f197c1a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:42,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-a1c4686c-05dd-44e1-a95e-36a9ce5c0e67 Date: Thu, 19 Jul 2018 05:20:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8d385776-5afe-477a-8c4b-7cb9f197c1a0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["846bb599-5455-4f04-9fc0-c20e765d88c9"],"description":"","tags":[],"updated_at":"2018-07-19T05:20:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:40Z","provider:network_type":"vxlan"}]} 2018-07-19 05:20:42,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=8d385776-5afe-477a-8c4b-7cb9f197c1a0 used request id req-a1c4686c-05dd-44e1-a95e-36a9ce5c0e67 2018-07-19 05:20:42,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=8d385776-5afe-477a-8c4b-7cb9f197c1a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:42,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-6db2c5cd-0166-450e-9a28-951858ea9dd8 Date: Thu, 19 Jul 2018 05:20:42 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:20:41Z","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":"846bb599-5455-4f04-9fc0-c20e765d88c9","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"8d385776-5afe-477a-8c4b-7cb9f197c1a0","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:41Z","ip_version":4}]} 2018-07-19 05:20:42,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=8d385776-5afe-477a-8c4b-7cb9f197c1a0 used request id req-6db2c5cd-0166-450e-9a28-951858ea9dd8 2018-07-19 05:20:42,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:42,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-cc752599-1729-4dee-a9dc-5f30d77315fb Date: Thu, 19 Jul 2018 05:20:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8d385776-5afe-477a-8c4b-7cb9f197c1a0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["846bb599-5455-4f04-9fc0-c20e765d88c9"],"description":"","tags":[],"updated_at":"2018-07-19T05:20:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:40Z","provider:network_type":"vxlan"}]} 2018-07-19 05:20:42,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-net used request id req-cc752599-1729-4dee-a9dc-5f30d77315fb 2018-07-19 05:20:42,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:20:42,710 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:20:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87294dee-77d0-487c-845f-ae15688f4d04 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:20:42,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-87294dee-77d0-487c-845f-ae15688f4d04 2018-07-19 05:20:42,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:42,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:20:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-391d9c66-812d-430d-a1c2-1e5855e51d11 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:20:42,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-391d9c66-812d-430d-a1c2-1e5855e51d11 2018-07-19 05:20:42,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=8d385776-5afe-477a-8c4b-7cb9f197c1a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:43,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-6c7f26da-964a-4002-be7c-c90b5684f37c Date: Thu, 19 Jul 2018 05:20:43 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:20:41Z","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":"846bb599-5455-4f04-9fc0-c20e765d88c9","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"8d385776-5afe-477a-8c4b-7cb9f197c1a0","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:20:41Z","ip_version":4}]} 2018-07-19 05:20:43,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=8d385776-5afe-477a-8c4b-7cb9f197c1a0 used request id req-6c7f26da-964a-4002-be7c-c90b5684f37c 2018-07-19 05:20:43,055 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:20:43,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:20:43,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:20:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["EFe3Ugq7R_K39BayRPs_Ug"], "issued_at": "2018-07-19T05:20:43.000000Z"}} 2018-07-19 05:20:43,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e794a081107e1ce9a941db50b7485ca79f23837" 2018-07-19 05:20:43,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:20:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d982659-684a-4f58-a5eb-b7729bf4e8ea Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:20:43,651 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2d982659-684a-4f58-a5eb-b7729bf4e8ea 2018-07-19 05:20:43,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:43,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-b166ec76-360b-487f-b467-f5653e18e6ac Date: Thu, 19 Jul 2018 05:20:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:20:43,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-b166ec76-360b-487f-b467-f5653e18e6ac 2018-07-19 05:20:43,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d6c4720e-2d57-4849-96dc-980b067c3c5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:43,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-22e05427-3a07-4252-859f-df4ee588b723 Date: Thu, 19 Jul 2018 05:20:44 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4}]} 2018-07-19 05:20:43,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d6c4720e-2d57-4849-96dc-980b067c3c5c used request id req-22e05427-3a07-4252-859f-df4ee588b723 2018-07-19 05:20:43,994 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-router 2018-07-19 05:20:43,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" -d '{"router": {"external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c"}, "name": "NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-router", "admin_state_up": true}}' 2018-07-19 05:20:50,351 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-9f1a9ecf-ab02-4193-94ef-13bfb9c96dff Date: Thu, 19 Jul 2018 05:20:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:20:44Z", "admin_state_up": true, "updated_at": "2018-07-19T05:20:46Z", "project_id": "c9003101a9994c308fccde61f611d998", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "93db57be-1689-47b1-b691-d1bbf3457586", "name": "NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-router"}} 2018-07-19 05:20:50,351 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-9f1a9ecf-ab02-4193-94ef-13bfb9c96dff 2018-07-19 05:20:50,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=93db57be-1689-47b1-b691-d1bbf3457586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:50,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3360 X-Openstack-Request-Id: req-c2b57733-9a51-41cc-8668-61d9a4115be1 Date: Thu, 19 Jul 2018 05:20:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:20:47Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"922b5b11-6c1b-449c-9277-7c6d431935d8","ip_address":"169.254.192.2"}],"id":"2a98d71b-a36c-4947-b2bd-7158f23c6d86","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:14:1d:0f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"96bd96ef-80d3-4ed2-988f-9323c5e9c0b9","tenant_id":"","created_at":"2018-07-19T05:20:47Z","binding:vnic_type":"normal","device_id":"93db57be-1689-47b1-b691-d1bbf3457586","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:20:48Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"922b5b11-6c1b-449c-9277-7c6d431935d8","ip_address":"169.254.192.1"}],"id":"7445b51e-c1f8-471a-bdde-d1ecb72bcc08","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6a:3c:35","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"96bd96ef-80d3-4ed2-988f-9323c5e9c0b9","tenant_id":"","created_at":"2018-07-19T05:20:48Z","binding:vnic_type":"normal","device_id":"93db57be-1689-47b1-b691-d1bbf3457586","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:20:50Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","ip_address":"172.30.9.207"}],"id":"90b0444a-ae6f-4af6-b473-c8136d02af9e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7c:0c:0b","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":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"","created_at":"2018-07-19T05:20:45Z","binding:vnic_type":"normal","device_id":"93db57be-1689-47b1-b691-d1bbf3457586","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:20:46Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"922b5b11-6c1b-449c-9277-7c6d431935d8","ip_address":"169.254.192.6"}],"id":"d287063b-efd5-4662-b35a-ae4988239cb8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f0:3f:95","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"96bd96ef-80d3-4ed2-988f-9323c5e9c0b9","tenant_id":"","created_at":"2018-07-19T05:20:46Z","binding:vnic_type":"normal","device_id":"93db57be-1689-47b1-b691-d1bbf3457586","ip_allocation":"immediate"}]} 2018-07-19 05:20:50,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=93db57be-1689-47b1-b691-d1bbf3457586 used request id req-c2b57733-9a51-41cc-8668-61d9a4115be1 2018-07-19 05:20:50,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2c83d5bd-6837-46dc-ba99-edbcdb9eb558 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:50,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-8620b3da-7533-4160-b2cf-d4c3fc7700ce Date: Thu, 19 Jul 2018 05:20:50 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4}} 2018-07-19 05:20:50,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2c83d5bd-6837-46dc-ba99-edbcdb9eb558 used request id req-8620b3da-7533-4160-b2cf-d4c3fc7700ce 2018-07-19 05:20:50,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/922b5b11-6c1b-449c-9277-7c6d431935d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:51,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-01b8ce16-54bd-4e0d-a87d-1d33fa4f632c Date: Thu, 19 Jul 2018 05:20:51 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:20: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":"922b5b11-6c1b-449c-9277-7c6d431935d8","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"96bd96ef-80d3-4ed2-988f-9323c5e9c0b9","tenant_id":"","created_at":"2018-07-19T05:20:44Z","ip_version":4}} 2018-07-19 05:20:51,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/922b5b11-6c1b-449c-9277-7c6d431935d8 used request id req-01b8ce16-54bd-4e0d-a87d-1d33fa4f632c 2018-07-19 05:20:51,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/922b5b11-6c1b-449c-9277-7c6d431935d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:51,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-f56d6da3-39d7-43a6-9c75-4f55dbfa4c9c Date: Thu, 19 Jul 2018 05:20:51 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:20: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":"922b5b11-6c1b-449c-9277-7c6d431935d8","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"96bd96ef-80d3-4ed2-988f-9323c5e9c0b9","tenant_id":"","created_at":"2018-07-19T05:20:44Z","ip_version":4}} 2018-07-19 05:20:51,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/922b5b11-6c1b-449c-9277-7c6d431935d8 used request id req-f56d6da3-39d7-43a6-9c75-4f55dbfa4c9c 2018-07-19 05:20:51,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/922b5b11-6c1b-449c-9277-7c6d431935d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:51,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-de3f4753-dd80-4cf1-b6d1-18d5f0b79c0d Date: Thu, 19 Jul 2018 05:20:51 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:20: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":"922b5b11-6c1b-449c-9277-7c6d431935d8","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"96bd96ef-80d3-4ed2-988f-9323c5e9c0b9","tenant_id":"","created_at":"2018-07-19T05:20:44Z","ip_version":4}} 2018-07-19 05:20:51,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/922b5b11-6c1b-449c-9277-7c6d431935d8 used request id req-de3f4753-dd80-4cf1-b6d1-18d5f0b79c0d 2018-07-19 05:20:51,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:51,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-25915e1f-fee0-4642-a878-eff322b5ec57 Date: Thu, 19 Jul 2018 05:20:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:20:44Z", "admin_state_up": true, "updated_at": "2018-07-19T05:20:49Z", "project_id": "c9003101a9994c308fccde61f611d998", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "93db57be-1689-47b1-b691-d1bbf3457586", "name": "NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-router"}]} 2018-07-19 05:20:51,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-router used request id req-25915e1f-fee0-4642-a878-eff322b5ec57 2018-07-19 05:20:51,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:51,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:20:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dea2d86-a318-454c-9407-c42389b4ec88 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:20:51,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-5dea2d86-a318-454c-9407-c42389b4ec88 2018-07-19 05:20:51,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=93db57be-1689-47b1-b691-d1bbf3457586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:51,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3518 X-Openstack-Request-Id: req-47d51c90-ba81-48db-acb5-e3f7ce17427c Date: Thu, 19 Jul 2018 05:20:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:20:47Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"922b5b11-6c1b-449c-9277-7c6d431935d8","ip_address":"169.254.192.2"}],"id":"2a98d71b-a36c-4947-b2bd-7158f23c6d86","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:14:1d:0f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"96bd96ef-80d3-4ed2-988f-9323c5e9c0b9","tenant_id":"","created_at":"2018-07-19T05:20:47Z","binding:vnic_type":"normal","device_id":"93db57be-1689-47b1-b691-d1bbf3457586","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:20:51Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"922b5b11-6c1b-449c-9277-7c6d431935d8","ip_address":"169.254.192.1"}],"id":"7445b51e-c1f8-471a-bdde-d1ecb72bcc08","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:3c:35","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"96bd96ef-80d3-4ed2-988f-9323c5e9c0b9","tenant_id":"","created_at":"2018-07-19T05:20:48Z","binding:vnic_type":"normal","device_id":"93db57be-1689-47b1-b691-d1bbf3457586","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:20:51Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","ip_address":"172.30.9.207"}],"id":"90b0444a-ae6f-4af6-b473-c8136d02af9e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:0c:0b","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":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"","created_at":"2018-07-19T05:20:45Z","binding:vnic_type":"normal","device_id":"93db57be-1689-47b1-b691-d1bbf3457586","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:20:46Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"922b5b11-6c1b-449c-9277-7c6d431935d8","ip_address":"169.254.192.6"}],"id":"d287063b-efd5-4662-b35a-ae4988239cb8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f0:3f:95","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"96bd96ef-80d3-4ed2-988f-9323c5e9c0b9","tenant_id":"","created_at":"2018-07-19T05:20:46Z","binding:vnic_type":"normal","device_id":"93db57be-1689-47b1-b691-d1bbf3457586","ip_allocation":"immediate"}]} 2018-07-19 05:20:51,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=93db57be-1689-47b1-b691-d1bbf3457586 used request id req-47d51c90-ba81-48db-acb5-e3f7ce17427c 2018-07-19 05:20:51,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2c83d5bd-6837-46dc-ba99-edbcdb9eb558 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:52,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-8593d0a1-5846-4956-a4bc-dddc8b510927 Date: Thu, 19 Jul 2018 05:20:52 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4}} 2018-07-19 05:20:52,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2c83d5bd-6837-46dc-ba99-edbcdb9eb558 used request id req-8593d0a1-5846-4956-a4bc-dddc8b510927 2018-07-19 05:20:52,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/922b5b11-6c1b-449c-9277-7c6d431935d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:52,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-2056a79b-f3db-491c-8448-2b3e566f6e19 Date: Thu, 19 Jul 2018 05:20:52 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:20: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":"922b5b11-6c1b-449c-9277-7c6d431935d8","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"96bd96ef-80d3-4ed2-988f-9323c5e9c0b9","tenant_id":"","created_at":"2018-07-19T05:20:44Z","ip_version":4}} 2018-07-19 05:20:52,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/922b5b11-6c1b-449c-9277-7c6d431935d8 used request id req-2056a79b-f3db-491c-8448-2b3e566f6e19 2018-07-19 05:20:52,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/922b5b11-6c1b-449c-9277-7c6d431935d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:52,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-71c0f680-e038-401d-81f0-c6de9fea55c9 Date: Thu, 19 Jul 2018 05:20:52 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:20: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":"922b5b11-6c1b-449c-9277-7c6d431935d8","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"96bd96ef-80d3-4ed2-988f-9323c5e9c0b9","tenant_id":"","created_at":"2018-07-19T05:20:44Z","ip_version":4}} 2018-07-19 05:20:52,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/922b5b11-6c1b-449c-9277-7c6d431935d8 used request id req-71c0f680-e038-401d-81f0-c6de9fea55c9 2018-07-19 05:20:52,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/922b5b11-6c1b-449c-9277-7c6d431935d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:52,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-86d95a9c-0b7b-45d7-bebe-0fa9f11b505d Date: Thu, 19 Jul 2018 05:20:52 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:20: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":"922b5b11-6c1b-449c-9277-7c6d431935d8","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"96bd96ef-80d3-4ed2-988f-9323c5e9c0b9","tenant_id":"","created_at":"2018-07-19T05:20:44Z","ip_version":4}} 2018-07-19 05:20:52,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/922b5b11-6c1b-449c-9277-7c6d431935d8 used request id req-86d95a9c-0b7b-45d7-bebe-0fa9f11b505d 2018-07-19 05:20:52,677 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-subnet 2018-07-19 05:20:52,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/846bb599-5455-4f04-9fc0-c20e765d88c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:55,313 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-36e6740f-ca15-4289-a45c-b7b00647fb6d Date: Thu, 19 Jul 2018 05:20:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:20:55,313 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/846bb599-5455-4f04-9fc0-c20e765d88c9 used request id req-36e6740f-ca15-4289-a45c-b7b00647fb6d 2018-07-19 05:20:55,313 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-router 2018-07-19 05:20:55,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/93db57be-1689-47b1-b691-d1bbf3457586/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" -d '{"subnet_id": "846bb599-5455-4f04-9fc0-c20e765d88c9"}' 2018-07-19 05:20:55,843 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-4b0073d1-a679-484b-a026-e92ddd2207f3 Date: Thu, 19 Jul 2018 05:20:55 GMT RESP BODY: {"NeutronError": {"message": "Subnet 846bb599-5455-4f04-9fc0-c20e765d88c9 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-07-19 05:20:55,844 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/93db57be-1689-47b1-b691-d1bbf3457586/add_router_interface used request id req-4b0073d1-a679-484b-a026-e92ddd2207f3 2018-07-19 05:20:55,844 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 846bb599-5455-4f04-9fc0-c20e765d88c9 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-07-19 05:20:55,844 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-router 2018-07-19 05:20:55,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/93db57be-1689-47b1-b691-d1bbf3457586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:20:59,804 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0f0a8a28-9481-46c7-ae3b-150e1a963c34 Content-Length: 0 Date: Thu, 19 Jul 2018 05:20:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:20:59,804 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/93db57be-1689-47b1-b691-d1bbf3457586 used request id req-0f0a8a28-9481-46c7-ae3b-150e1a963c34 2018-07-19 05:20:59,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:21:00,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0033738f-1488-4908-935f-4ba28e979381 Date: Thu, 19 Jul 2018 05:21:00 GMT RESP BODY: {"routers": []} 2018-07-19 05:21:00,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-router used request id req-0033738f-1488-4908-935f-4ba28e979381 2018-07-19 05:21:00,054 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-subnet 2018-07-19 05:21:00,055 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-subnet 2018-07-19 05:21:00,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/846bb599-5455-4f04-9fc0-c20e765d88c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:21:00,278 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-de2086f7-867c-4b6f-81cf-b3e32baf998b Date: Thu, 19 Jul 2018 05:21:00 GMT RESP BODY: {"NeutronError": {"message": "Subnet 846bb599-5455-4f04-9fc0-c20e765d88c9 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-07-19 05:21:00,278 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/846bb599-5455-4f04-9fc0-c20e765d88c9 used request id req-de2086f7-867c-4b6f-81cf-b3e32baf998b 2018-07-19 05:21:00,278 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 846bb599-5455-4f04-9fc0-c20e765d88c9 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-07-19 05:21:00,279 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-9bdd1a08-b3db-4fc0-8d19-d4a2bb25980a-pub-net 2018-07-19 05:21:00,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/8d385776-5afe-477a-8c4b-7cb9f197c1a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}213a6a4c770e4f53a7523d55ad48c5c2a95487e1" 2018-07-19 05:21:01,181 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f88ece41-d33d-4032-a217-8f761c3df947 Date: Thu, 19 Jul 2018 05:21:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:21:01,181 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/8d385776-5afe-477a-8c4b-7cb9f197c1a0 used request id req-f88ece41-d33d-4032-a217-8f761c3df947 2018-07-19 05:21:01,182 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:21:01,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:21:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["DnyG-ewqRyCCOMrgfbC1Bg"], "issued_at": "2018-07-19T05:21:01.000000Z"}} 2018-07-19 05:21:01,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5d0380a554c3a085a404067ebde5d000a552b4" 2018-07-19 05:21:01,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:21:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d06b4555-fa05-48fe-92eb-e810bd545a9f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:21:01,680 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d06b4555-fa05-48fe-92eb-e810bd545a9f 2018-07-19 05:21:01,681 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-b7928d7f-6d27-4329-8265-f6fc88b5600e-pub-net 2018-07-19 05:21:01,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5d0380a554c3a085a404067ebde5d000a552b4" -d '{"network": {"name": "NeutronUtilsRouterTests-b7928d7f-6d27-4329-8265-f6fc88b5600e-pub-net", "admin_state_up": true}}' 2018-07-19 05:21:02,300 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-0948f02d-fb87-451b-a08f-18e13d630c2c Date: Thu, 19 Jul 2018 05:21: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":"77757fc6-01b8-43d5-a5f1-9d882b0c15e3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:21:02Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-b7928d7f-6d27-4329-8265-f6fc88b5600e-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:02Z","mtu":1450}} 2018-07-19 05:21:02,300 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-0948f02d-fb87-451b-a08f-18e13d630c2c 2018-07-19 05:21:02,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=77757fc6-01b8-43d5-a5f1-9d882b0c15e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5d0380a554c3a085a404067ebde5d000a552b4" 2018-07-19 05:21:02,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-ff7b57ac-9108-4999-84ad-65eb9189bedb Date: Thu, 19 Jul 2018 05:21:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"77757fc6-01b8-43d5-a5f1-9d882b0c15e3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:21:02Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b7928d7f-6d27-4329-8265-f6fc88b5600e-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:02Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:02,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=77757fc6-01b8-43d5-a5f1-9d882b0c15e3 used request id req-ff7b57ac-9108-4999-84ad-65eb9189bedb 2018-07-19 05:21:02,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=77757fc6-01b8-43d5-a5f1-9d882b0c15e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5d0380a554c3a085a404067ebde5d000a552b4" 2018-07-19 05:21:02,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-00e14bae-ddbc-4842-8beb-99c54483fcbb Date: Thu, 19 Jul 2018 05:21:02 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:21:02,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=77757fc6-01b8-43d5-a5f1-9d882b0c15e3 used request id req-00e14bae-ddbc-4842-8beb-99c54483fcbb 2018-07-19 05:21:02,773 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-b7928d7f-6d27-4329-8265-f6fc88b5600e-pub-subnet 2018-07-19 05:21:02,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5d0380a554c3a085a404067ebde5d000a552b4" -d '{"subnets": [{"ip_version": 4, "network_id": "77757fc6-01b8-43d5-a5f1-9d882b0c15e3", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-b7928d7f-6d27-4329-8265-f6fc88b5600e-pub-subnet"}]}' 2018-07-19 05:21:03,521 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-fadb5736-c478-416b-aa33-396ef8fd61a7 Date: Thu, 19 Jul 2018 05:21:03 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21: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":"9fb135eb-bb16-4237-83d4-8a55832892f1","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-b7928d7f-6d27-4329-8265-f6fc88b5600e-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"77757fc6-01b8-43d5-a5f1-9d882b0c15e3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:03Z","ip_version":4}]} 2018-07-19 05:21:03,522 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-fadb5736-c478-416b-aa33-396ef8fd61a7 2018-07-19 05:21:03,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=77757fc6-01b8-43d5-a5f1-9d882b0c15e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5d0380a554c3a085a404067ebde5d000a552b4" 2018-07-19 05:21:04,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-4194ba6a-2858-4535-8bd3-8f9a87d4a1fa Date: Thu, 19 Jul 2018 05:21:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"77757fc6-01b8-43d5-a5f1-9d882b0c15e3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["9fb135eb-bb16-4237-83d4-8a55832892f1"],"description":"","tags":[],"updated_at":"2018-07-19T05:21:03Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b7928d7f-6d27-4329-8265-f6fc88b5600e-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:02Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:04,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=77757fc6-01b8-43d5-a5f1-9d882b0c15e3 used request id req-4194ba6a-2858-4535-8bd3-8f9a87d4a1fa 2018-07-19 05:21:04,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=77757fc6-01b8-43d5-a5f1-9d882b0c15e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5d0380a554c3a085a404067ebde5d000a552b4" 2018-07-19 05:21:04,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-4156d6ed-6d29-4760-8e16-73ef636389ff Date: Thu, 19 Jul 2018 05:21:04 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21: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":"9fb135eb-bb16-4237-83d4-8a55832892f1","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-b7928d7f-6d27-4329-8265-f6fc88b5600e-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"77757fc6-01b8-43d5-a5f1-9d882b0c15e3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:03Z","ip_version":4}]} 2018-07-19 05:21:04,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=77757fc6-01b8-43d5-a5f1-9d882b0c15e3 used request id req-4156d6ed-6d29-4760-8e16-73ef636389ff 2018-07-19 05:21:04,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-b7928d7f-6d27-4329-8265-f6fc88b5600e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5d0380a554c3a085a404067ebde5d000a552b4" 2018-07-19 05:21:04,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-5f71e452-71ed-4397-86e8-91a5e5990420 Date: Thu, 19 Jul 2018 05:21:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"77757fc6-01b8-43d5-a5f1-9d882b0c15e3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["9fb135eb-bb16-4237-83d4-8a55832892f1"],"description":"","tags":[],"updated_at":"2018-07-19T05:21:03Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b7928d7f-6d27-4329-8265-f6fc88b5600e-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:02Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:04,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-b7928d7f-6d27-4329-8265-f6fc88b5600e-pub-net used request id req-5f71e452-71ed-4397-86e8-91a5e5990420 2018-07-19 05:21:04,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:21:04,411 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:21:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a070115d-37d6-4f5b-89f2-26ee5972e5b1 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:21:04,411 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-a070115d-37d6-4f5b-89f2-26ee5972e5b1 2018-07-19 05:21:04,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5d0380a554c3a085a404067ebde5d000a552b4" 2018-07-19 05:21:04,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba69ea30-365a-4442-a493-c3b59bbfdb21 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:21:04,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-ba69ea30-365a-4442-a493-c3b59bbfdb21 2018-07-19 05:21:04,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=77757fc6-01b8-43d5-a5f1-9d882b0c15e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5d0380a554c3a085a404067ebde5d000a552b4" 2018-07-19 05:21:04,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-ad155ebd-5e45-44ad-8bb0-e762ed991259 Date: Thu, 19 Jul 2018 05:21:04 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21: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":"9fb135eb-bb16-4237-83d4-8a55832892f1","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-b7928d7f-6d27-4329-8265-f6fc88b5600e-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"77757fc6-01b8-43d5-a5f1-9d882b0c15e3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:03Z","ip_version":4}]} 2018-07-19 05:21:04,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=77757fc6-01b8-43d5-a5f1-9d882b0c15e3 used request id req-ad155ebd-5e45-44ad-8bb0-e762ed991259 2018-07-19 05:21:04,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=77757fc6-01b8-43d5-a5f1-9d882b0c15e3&name=NeutronUtilsRouterTests-b7928d7f-6d27-4329-8265-f6fc88b5600e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5d0380a554c3a085a404067ebde5d000a552b4" 2018-07-19 05:21:04,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-a0385add-c064-40a8-b95f-42677625a93e Date: Thu, 19 Jul 2018 05:21:04 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21: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":"9fb135eb-bb16-4237-83d4-8a55832892f1","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-b7928d7f-6d27-4329-8265-f6fc88b5600e-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"77757fc6-01b8-43d5-a5f1-9d882b0c15e3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:03Z","ip_version":4}]} 2018-07-19 05:21:04,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=77757fc6-01b8-43d5-a5f1-9d882b0c15e3&name=NeutronUtilsRouterTests-b7928d7f-6d27-4329-8265-f6fc88b5600e-pub-subnet used request id req-a0385add-c064-40a8-b95f-42677625a93e 2018-07-19 05:21:04,991 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b7928d7f-6d27-4329-8265-f6fc88b5600e-pub-subnet 2018-07-19 05:21:04,991 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b7928d7f-6d27-4329-8265-f6fc88b5600e-pub-subnet 2018-07-19 05:21:04,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/9fb135eb-bb16-4237-83d4-8a55832892f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5d0380a554c3a085a404067ebde5d000a552b4" 2018-07-19 05:21:06,553 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b50b8548-5d4f-4f6c-8e6d-42a7809caf40 Date: Thu, 19 Jul 2018 05:21:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:21:06,553 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/9fb135eb-bb16-4237-83d4-8a55832892f1 used request id req-b50b8548-5d4f-4f6c-8e6d-42a7809caf40 2018-07-19 05:21:06,554 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-b7928d7f-6d27-4329-8265-f6fc88b5600e-pub-net 2018-07-19 05:21:06,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/77757fc6-01b8-43d5-a5f1-9d882b0c15e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5d0380a554c3a085a404067ebde5d000a552b4" 2018-07-19 05:21:08,061 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c8d3b8bf-8ed3-4a93-a9d8-1cc78dd308e7 Date: Thu, 19 Jul 2018 05:21:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:21:08,061 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/77757fc6-01b8-43d5-a5f1-9d882b0c15e3 used request id req-c8d3b8bf-8ed3-4a93-a9d8-1cc78dd308e7 2018-07-19 05:21:08,063 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:21:08,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:21:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["X5A9mMsQRJmP9VOJFJdfbg"], "issued_at": "2018-07-19T05:21:08.000000Z"}} 2018-07-19 05:21:08,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:08,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:21:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc2788b6-3118-4e3a-9b53-314531550e32 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:21:08,579 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fc2788b6-3118-4e3a-9b53-314531550e32 2018-07-19 05:21:08,581 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-net 2018-07-19 05:21:08,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" -d '{"network": {"name": "NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-net", "admin_state_up": true}}' 2018-07-19 05:21:09,026 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-e4b26557-6685-4315-adad-c91ee4f8998f Date: Thu, 19 Jul 2018 05:21:09 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"38a31faf-4b6c-45b7-a400-817db929dcf0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":99,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:21:08Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:08Z","mtu":1450}} 2018-07-19 05:21:09,026 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-e4b26557-6685-4315-adad-c91ee4f8998f 2018-07-19 05:21:09,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=38a31faf-4b6c-45b7-a400-817db929dcf0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:09,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-9cb1a203-8ebe-45aa-aaf8-0852de30a7aa Date: Thu, 19 Jul 2018 05:21:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"38a31faf-4b6c-45b7-a400-817db929dcf0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":99,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:21:08Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:08Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:09,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=38a31faf-4b6c-45b7-a400-817db929dcf0 used request id req-9cb1a203-8ebe-45aa-aaf8-0852de30a7aa 2018-07-19 05:21:09,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=38a31faf-4b6c-45b7-a400-817db929dcf0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:09,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a75706ca-d7f9-4467-bf7d-839040d1c2f1 Date: Thu, 19 Jul 2018 05:21:09 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:21:09,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=38a31faf-4b6c-45b7-a400-817db929dcf0 used request id req-a75706ca-d7f9-4467-bf7d-839040d1c2f1 2018-07-19 05:21:09,521 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-subnet 2018-07-19 05:21:09,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" -d '{"subnets": [{"ip_version": 4, "network_id": "38a31faf-4b6c-45b7-a400-817db929dcf0", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-subnet"}]}' 2018-07-19 05:21:10,217 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-9b5f5e57-490d-478d-8e4a-bda5ca144b5c Date: Thu, 19 Jul 2018 05:21:10 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:09Z","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":"81bc4d2d-2c98-4cbd-ab7f-61d23c3229f9","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"38a31faf-4b6c-45b7-a400-817db929dcf0","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:09Z","ip_version":4}]} 2018-07-19 05:21:10,217 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-9b5f5e57-490d-478d-8e4a-bda5ca144b5c 2018-07-19 05:21:10,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=38a31faf-4b6c-45b7-a400-817db929dcf0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:10,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-af8f885f-5ec1-4cbc-bb64-34ea6c0572ae Date: Thu, 19 Jul 2018 05:21:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"38a31faf-4b6c-45b7-a400-817db929dcf0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":99,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["81bc4d2d-2c98-4cbd-ab7f-61d23c3229f9"],"description":"","tags":[],"updated_at":"2018-07-19T05:21:09Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:08Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:10,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=38a31faf-4b6c-45b7-a400-817db929dcf0 used request id req-af8f885f-5ec1-4cbc-bb64-34ea6c0572ae 2018-07-19 05:21:10,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=38a31faf-4b6c-45b7-a400-817db929dcf0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:10,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-e032a0c0-4149-47ba-bd68-f5050c4fe757 Date: Thu, 19 Jul 2018 05:21:10 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:09Z","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":"81bc4d2d-2c98-4cbd-ab7f-61d23c3229f9","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"38a31faf-4b6c-45b7-a400-817db929dcf0","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:09Z","ip_version":4}]} 2018-07-19 05:21:10,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=38a31faf-4b6c-45b7-a400-817db929dcf0 used request id req-e032a0c0-4149-47ba-bd68-f5050c4fe757 2018-07-19 05:21:10,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:11,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-361131e2-83a3-47d0-b542-72590a3fae1c Date: Thu, 19 Jul 2018 05:21:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"38a31faf-4b6c-45b7-a400-817db929dcf0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":99,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["81bc4d2d-2c98-4cbd-ab7f-61d23c3229f9"],"description":"","tags":[],"updated_at":"2018-07-19T05:21:09Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:08Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:11,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-net used request id req-361131e2-83a3-47d0-b542-72590a3fae1c 2018-07-19 05:21:11,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:21:11,075 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:21:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c89aa99e-b0b1-4bd5-a404-14a5543e627a Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:21:11,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-c89aa99e-b0b1-4bd5-a404-14a5543e627a 2018-07-19 05:21:11,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:11,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:21:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b12d988c-36c7-4397-bd4e-a426bd13d66a Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:21:11,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-b12d988c-36c7-4397-bd4e-a426bd13d66a 2018-07-19 05:21:11,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=38a31faf-4b6c-45b7-a400-817db929dcf0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:11,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-9ef833de-e680-45e4-bdb9-c430499cd99f Date: Thu, 19 Jul 2018 05:21:11 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:09Z","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":"81bc4d2d-2c98-4cbd-ab7f-61d23c3229f9","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"38a31faf-4b6c-45b7-a400-817db929dcf0","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:09Z","ip_version":4}]} 2018-07-19 05:21:11,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=38a31faf-4b6c-45b7-a400-817db929dcf0 used request id req-9ef833de-e680-45e4-bdb9-c430499cd99f 2018-07-19 05:21:11,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:21:11,414 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:21:11,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:21:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["lxXI3iNeRCeKw0lWq5Ch9w"], "issued_at": "2018-07-19T05:21:11.000000Z"}} 2018-07-19 05:21:11,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bdcfac7b870d1647c6c30bbeb98d45af9fcc995" 2018-07-19 05:21:11,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:21:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac18d9c1-7a5b-4091-93a6-9fb9ba3ccf30 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:21:11,921 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ac18d9c1-7a5b-4091-93a6-9fb9ba3ccf30 2018-07-19 05:21:11,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:12,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-ffd3a014-83c2-4711-9eed-db2b3e69ec83 Date: Thu, 19 Jul 2018 05:21:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:21:12,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-ffd3a014-83c2-4711-9eed-db2b3e69ec83 2018-07-19 05:21:12,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d6c4720e-2d57-4849-96dc-980b067c3c5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:12,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-1098cbc7-bf5d-4734-8d54-4a862f3f4bbe Date: Thu, 19 Jul 2018 05:21:12 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4}]} 2018-07-19 05:21:12,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d6c4720e-2d57-4849-96dc-980b067c3c5c used request id req-1098cbc7-bf5d-4734-8d54-4a862f3f4bbe 2018-07-19 05:21:12,312 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-router 2018-07-19 05:21:12,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" -d '{"router": {"external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c"}, "name": "NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-router", "admin_state_up": true}}' 2018-07-19 05:21:18,345 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-6c1414eb-2940-49f3-a954-da5c7c1b05ad Date: Thu, 19 Jul 2018 05:21:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:21:13Z", "admin_state_up": true, "updated_at": "2018-07-19T05:21:14Z", "project_id": "c9003101a9994c308fccde61f611d998", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "65982a5d-f575-48bb-abf8-960b0311492d", "name": "NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-router"}} 2018-07-19 05:21:18,345 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-6c1414eb-2940-49f3-a954-da5c7c1b05ad 2018-07-19 05:21:18,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=65982a5d-f575-48bb-abf8-960b0311492d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:18,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3360 X-Openstack-Request-Id: req-2a25e646-16bc-4257-b568-fb4a1dc0f10d Date: Thu, 19 Jul 2018 05:21:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:21:16Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23886003-429c-453c-911e-cdd7de757ef0","ip_address":"169.254.192.7"}],"id":"0cce6672-517e-42fa-a3a3-d4b447676726","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ff:e7:2f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"380f86be-3835-4174-bb18-83044dabd8d9","tenant_id":"","created_at":"2018-07-19T05:21:16Z","binding:vnic_type":"normal","device_id":"65982a5d-f575-48bb-abf8-960b0311492d","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:21:14Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23886003-429c-453c-911e-cdd7de757ef0","ip_address":"169.254.192.4"}],"id":"2248aa12-812e-4839-8fc2-ca97f33b1893","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cf:f3:e7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"380f86be-3835-4174-bb18-83044dabd8d9","tenant_id":"","created_at":"2018-07-19T05:21:14Z","binding:vnic_type":"normal","device_id":"65982a5d-f575-48bb-abf8-960b0311492d","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:21:18Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","ip_address":"172.30.9.201"}],"id":"2740cf35-b6a3-4368-b53e-ce43bbe3c91d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:88:00:a4","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":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"","created_at":"2018-07-19T05:21:13Z","binding:vnic_type":"normal","device_id":"65982a5d-f575-48bb-abf8-960b0311492d","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:21:15Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23886003-429c-453c-911e-cdd7de757ef0","ip_address":"169.254.192.9"}],"id":"4b65d964-ef81-4d75-9ff6-820fae4edab5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:22:d6:2a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"380f86be-3835-4174-bb18-83044dabd8d9","tenant_id":"","created_at":"2018-07-19T05:21:15Z","binding:vnic_type":"normal","device_id":"65982a5d-f575-48bb-abf8-960b0311492d","ip_allocation":"immediate"}]} 2018-07-19 05:21:18,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=65982a5d-f575-48bb-abf8-960b0311492d used request id req-2a25e646-16bc-4257-b568-fb4a1dc0f10d 2018-07-19 05:21:18,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2c83d5bd-6837-46dc-ba99-edbcdb9eb558 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:18,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-ef972962-e605-444d-8fb6-55ee3c628a03 Date: Thu, 19 Jul 2018 05:21:18 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4}} 2018-07-19 05:21:18,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2c83d5bd-6837-46dc-ba99-edbcdb9eb558 used request id req-ef972962-e605-444d-8fb6-55ee3c628a03 2018-07-19 05:21:18,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/23886003-429c-453c-911e-cdd7de757ef0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:19,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-82be8037-ed1f-465a-9c6a-d961766476bd Date: Thu, 19 Jul 2018 05:21:19 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:21:12Z","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":"23886003-429c-453c-911e-cdd7de757ef0","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"380f86be-3835-4174-bb18-83044dabd8d9","tenant_id":"","created_at":"2018-07-19T05:21:12Z","ip_version":4}} 2018-07-19 05:21:19,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/23886003-429c-453c-911e-cdd7de757ef0 used request id req-82be8037-ed1f-465a-9c6a-d961766476bd 2018-07-19 05:21:19,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/23886003-429c-453c-911e-cdd7de757ef0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:19,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-dea0bdd6-9487-4f0a-93c0-92ccb5a368f9 Date: Thu, 19 Jul 2018 05:21:19 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:21:12Z","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":"23886003-429c-453c-911e-cdd7de757ef0","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"380f86be-3835-4174-bb18-83044dabd8d9","tenant_id":"","created_at":"2018-07-19T05:21:12Z","ip_version":4}} 2018-07-19 05:21:19,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/23886003-429c-453c-911e-cdd7de757ef0 used request id req-dea0bdd6-9487-4f0a-93c0-92ccb5a368f9 2018-07-19 05:21:19,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/23886003-429c-453c-911e-cdd7de757ef0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:19,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-9f5658a9-767e-4422-ab2a-a654ee87d28c Date: Thu, 19 Jul 2018 05:21:19 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:21:12Z","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":"23886003-429c-453c-911e-cdd7de757ef0","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"380f86be-3835-4174-bb18-83044dabd8d9","tenant_id":"","created_at":"2018-07-19T05:21:12Z","ip_version":4}} 2018-07-19 05:21:19,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/23886003-429c-453c-911e-cdd7de757ef0 used request id req-9f5658a9-767e-4422-ab2a-a654ee87d28c 2018-07-19 05:21:19,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:19,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-28f47819-4a16-425c-ab9a-3dab33f0feb6 Date: Thu, 19 Jul 2018 05:21:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:21:13Z", "admin_state_up": true, "updated_at": "2018-07-19T05:21:17Z", "project_id": "c9003101a9994c308fccde61f611d998", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "65982a5d-f575-48bb-abf8-960b0311492d", "name": "NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-router"}]} 2018-07-19 05:21:19,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-router used request id req-28f47819-4a16-425c-ab9a-3dab33f0feb6 2018-07-19 05:21:19,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:20,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5c5f967-1ef7-4e03-8d1a-7167b348f888 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:21:20,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-d5c5f967-1ef7-4e03-8d1a-7167b348f888 2018-07-19 05:21:20,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=65982a5d-f575-48bb-abf8-960b0311492d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:20,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3490 X-Openstack-Request-Id: req-c8d892ed-f48a-462e-a213-30bf49a98991 Date: Thu, 19 Jul 2018 05:21:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:21:20Z","device_owner":"network:router_ha_interface","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23886003-429c-453c-911e-cdd7de757ef0","ip_address":"169.254.192.7"}],"id":"0cce6672-517e-42fa-a3a3-d4b447676726","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ff:e7:2f","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"380f86be-3835-4174-bb18-83044dabd8d9","tenant_id":"","created_at":"2018-07-19T05:21:16Z","binding:vnic_type":"normal","device_id":"65982a5d-f575-48bb-abf8-960b0311492d","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:21:14Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23886003-429c-453c-911e-cdd7de757ef0","ip_address":"169.254.192.4"}],"id":"2248aa12-812e-4839-8fc2-ca97f33b1893","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cf:f3:e7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"380f86be-3835-4174-bb18-83044dabd8d9","tenant_id":"","created_at":"2018-07-19T05:21:14Z","binding:vnic_type":"normal","device_id":"65982a5d-f575-48bb-abf8-960b0311492d","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:21:20Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","ip_address":"172.30.9.201"}],"id":"2740cf35-b6a3-4368-b53e-ce43bbe3c91d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:88:00:a4","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":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"","created_at":"2018-07-19T05:21:13Z","binding:vnic_type":"normal","device_id":"65982a5d-f575-48bb-abf8-960b0311492d","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:21:19Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23886003-429c-453c-911e-cdd7de757ef0","ip_address":"169.254.192.9"}],"id":"4b65d964-ef81-4d75-9ff6-820fae4edab5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:d6:2a","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"380f86be-3835-4174-bb18-83044dabd8d9","tenant_id":"","created_at":"2018-07-19T05:21:15Z","binding:vnic_type":"normal","device_id":"65982a5d-f575-48bb-abf8-960b0311492d","ip_allocation":"immediate"}]} 2018-07-19 05:21:20,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=65982a5d-f575-48bb-abf8-960b0311492d used request id req-c8d892ed-f48a-462e-a213-30bf49a98991 2018-07-19 05:21:20,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2c83d5bd-6837-46dc-ba99-edbcdb9eb558 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:20,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-3ef19f58-cb4d-4238-ae08-acfed2fee810 Date: Thu, 19 Jul 2018 05:21:20 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4}} 2018-07-19 05:21:20,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2c83d5bd-6837-46dc-ba99-edbcdb9eb558 used request id req-3ef19f58-cb4d-4238-ae08-acfed2fee810 2018-07-19 05:21:20,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/23886003-429c-453c-911e-cdd7de757ef0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:20,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-85ba2079-d154-4204-bef6-e089ad86147c Date: Thu, 19 Jul 2018 05:21:20 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:21:12Z","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":"23886003-429c-453c-911e-cdd7de757ef0","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"380f86be-3835-4174-bb18-83044dabd8d9","tenant_id":"","created_at":"2018-07-19T05:21:12Z","ip_version":4}} 2018-07-19 05:21:20,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/23886003-429c-453c-911e-cdd7de757ef0 used request id req-85ba2079-d154-4204-bef6-e089ad86147c 2018-07-19 05:21:20,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/23886003-429c-453c-911e-cdd7de757ef0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:20,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-02f234d2-323d-4bcf-a4f4-3743c34d177d Date: Thu, 19 Jul 2018 05:21:20 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:21:12Z","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":"23886003-429c-453c-911e-cdd7de757ef0","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"380f86be-3835-4174-bb18-83044dabd8d9","tenant_id":"","created_at":"2018-07-19T05:21:12Z","ip_version":4}} 2018-07-19 05:21:20,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/23886003-429c-453c-911e-cdd7de757ef0 used request id req-02f234d2-323d-4bcf-a4f4-3743c34d177d 2018-07-19 05:21:20,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/23886003-429c-453c-911e-cdd7de757ef0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:20,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-fee6312a-ac71-46b4-beb1-22659d959a58 Date: Thu, 19 Jul 2018 05:21:20 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:21:12Z","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":"23886003-429c-453c-911e-cdd7de757ef0","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"380f86be-3835-4174-bb18-83044dabd8d9","tenant_id":"","created_at":"2018-07-19T05:21:12Z","ip_version":4}} 2018-07-19 05:21:20,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/23886003-429c-453c-911e-cdd7de757ef0 used request id req-fee6312a-ac71-46b4-beb1-22659d959a58 2018-07-19 05:21:20,510 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-router 2018-07-19 05:21:20,511 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-router 2018-07-19 05:21:20,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/65982a5d-f575-48bb-abf8-960b0311492d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:24,500 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-493b2b7c-d223-447a-8b28-2df0191102de Content-Length: 0 Date: Thu, 19 Jul 2018 05:21:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:21:24,501 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/65982a5d-f575-48bb-abf8-960b0311492d used request id req-493b2b7c-d223-447a-8b28-2df0191102de 2018-07-19 05:21:24,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:24,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7a3a0dd1-24b7-4530-86cd-896f92d5de87 Date: Thu, 19 Jul 2018 05:21:24 GMT RESP BODY: {"routers": []} 2018-07-19 05:21:24,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-router used request id req-7a3a0dd1-24b7-4530-86cd-896f92d5de87 2018-07-19 05:21:24,742 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-subnet 2018-07-19 05:21:24,742 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-subnet 2018-07-19 05:21:24,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/81bc4d2d-2c98-4cbd-ab7f-61d23c3229f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:26,749 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c264f2e0-706c-4cc7-8e99-e2e38cf38761 Date: Thu, 19 Jul 2018 05:21:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:21:26,749 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/81bc4d2d-2c98-4cbd-ab7f-61d23c3229f9 used request id req-c264f2e0-706c-4cc7-8e99-e2e38cf38761 2018-07-19 05:21:26,750 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-857f6f47-5427-451a-b61f-52e8ce358b23-pub-net 2018-07-19 05:21:26,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/38a31faf-4b6c-45b7-a400-817db929dcf0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab6ba2867351893f39820b0dd17d181f17e30bf" 2018-07-19 05:21:28,179 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b2e84b65-a709-4881-9465-b31dac7bb245 Date: Thu, 19 Jul 2018 05:21:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:21:28,179 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/38a31faf-4b6c-45b7-a400-817db929dcf0 used request id req-b2e84b65-a709-4881-9465-b31dac7bb245 2018-07-19 05:21:28,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:21:28,593 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:21:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["3TY1gakjQNGIh5OYRyPjQw"], "issued_at": "2018-07-19T05:21:28.000000Z"}} 2018-07-19 05:21:28,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" 2018-07-19 05:21:28,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec1ca97d-4c57-4248-889a-abfb91d708f6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:21:28,691 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ec1ca97d-4c57-4248-889a-abfb91d708f6 2018-07-19 05:21:28,692 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-net 2018-07-19 05:21:28,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" -d '{"network": {"name": "NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-net", "admin_state_up": true}}' 2018-07-19 05:21:29,169 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-c50d339c-f699-4b36-ac1f-dc3df10510fa Date: Thu, 19 Jul 2018 05:21: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":"f5c4d9f2-1e07-4789-883b-f2217c913f2e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:21:29Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:29Z","mtu":1450}} 2018-07-19 05:21:29,170 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-c50d339c-f699-4b36-ac1f-dc3df10510fa 2018-07-19 05:21:29,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=f5c4d9f2-1e07-4789-883b-f2217c913f2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" 2018-07-19 05:21:29,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-ad252d20-b702-4f08-ba59-538d88a66fca Date: Thu, 19 Jul 2018 05:21:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f5c4d9f2-1e07-4789-883b-f2217c913f2e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:21:29Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:29Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:29,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=f5c4d9f2-1e07-4789-883b-f2217c913f2e used request id req-ad252d20-b702-4f08-ba59-538d88a66fca 2018-07-19 05:21:29,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f5c4d9f2-1e07-4789-883b-f2217c913f2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" 2018-07-19 05:21:29,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2f88d914-103c-4313-a59a-b4738750006e Date: Thu, 19 Jul 2018 05:21:29 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:21:29,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f5c4d9f2-1e07-4789-883b-f2217c913f2e used request id req-2f88d914-103c-4313-a59a-b4738750006e 2018-07-19 05:21:29,699 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-subnet 2018-07-19 05:21:29,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" -d '{"subnets": [{"ip_version": 4, "network_id": "f5c4d9f2-1e07-4789-883b-f2217c913f2e", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-subnet"}]}' 2018-07-19 05:21:30,330 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-d553bc0a-0013-41d6-bd67-fca25df8e63e Date: Thu, 19 Jul 2018 05:21:30 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:29Z","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":"446770e4-e984-4e15-a3e5-43685281198e","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"f5c4d9f2-1e07-4789-883b-f2217c913f2e","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:29Z","ip_version":4}]} 2018-07-19 05:21:30,330 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-d553bc0a-0013-41d6-bd67-fca25df8e63e 2018-07-19 05:21:30,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=f5c4d9f2-1e07-4789-883b-f2217c913f2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" 2018-07-19 05:21:30,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-a787ee98-8730-4438-b9c1-e32520df1cb3 Date: Thu, 19 Jul 2018 05:21:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5c4d9f2-1e07-4789-883b-f2217c913f2e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["446770e4-e984-4e15-a3e5-43685281198e"],"description":"","tags":[],"updated_at":"2018-07-19T05:21:29Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:29Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:30,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=f5c4d9f2-1e07-4789-883b-f2217c913f2e used request id req-a787ee98-8730-4438-b9c1-e32520df1cb3 2018-07-19 05:21:30,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f5c4d9f2-1e07-4789-883b-f2217c913f2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" 2018-07-19 05:21:30,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-8b9e3f5c-61bf-4b9f-aa69-8b9867a612af Date: Thu, 19 Jul 2018 05:21:30 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:29Z","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":"446770e4-e984-4e15-a3e5-43685281198e","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"f5c4d9f2-1e07-4789-883b-f2217c913f2e","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:29Z","ip_version":4}]} 2018-07-19 05:21:30,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f5c4d9f2-1e07-4789-883b-f2217c913f2e used request id req-8b9e3f5c-61bf-4b9f-aa69-8b9867a612af 2018-07-19 05:21:30,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" 2018-07-19 05:21:31,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-ad56aaa6-fd18-4388-8090-03a465a2b438 Date: Thu, 19 Jul 2018 05:21:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5c4d9f2-1e07-4789-883b-f2217c913f2e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["446770e4-e984-4e15-a3e5-43685281198e"],"description":"","tags":[],"updated_at":"2018-07-19T05:21:29Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:29Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:31,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-net used request id req-ad56aaa6-fd18-4388-8090-03a465a2b438 2018-07-19 05:21:31,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:21:31,316 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:21:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a77db66-c76c-4143-948a-b9ea264b4a2d Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:21:31,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-0a77db66-c76c-4143-948a-b9ea264b4a2d 2018-07-19 05:21:31,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" 2018-07-19 05:21:31,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:21:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbb21a78-4b5f-4bb5-a13e-814b5c667e44 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:21:31,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-bbb21a78-4b5f-4bb5-a13e-814b5c667e44 2018-07-19 05:21:31,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f5c4d9f2-1e07-4789-883b-f2217c913f2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" 2018-07-19 05:21:31,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-654d2b5b-a556-4e9e-b454-d9122b3d1eed Date: Thu, 19 Jul 2018 05:21:31 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:29Z","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":"446770e4-e984-4e15-a3e5-43685281198e","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"f5c4d9f2-1e07-4789-883b-f2217c913f2e","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:29Z","ip_version":4}]} 2018-07-19 05:21:31,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f5c4d9f2-1e07-4789-883b-f2217c913f2e used request id req-654d2b5b-a556-4e9e-b454-d9122b3d1eed 2018-07-19 05:21:31,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f5c4d9f2-1e07-4789-883b-f2217c913f2e&name=NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" 2018-07-19 05:21:31,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-46e28201-edfc-46e3-9e05-5651fde17e1f Date: Thu, 19 Jul 2018 05:21:31 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:29Z","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":"446770e4-e984-4e15-a3e5-43685281198e","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"f5c4d9f2-1e07-4789-883b-f2217c913f2e","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:29Z","ip_version":4}]} 2018-07-19 05:21:31,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f5c4d9f2-1e07-4789-883b-f2217c913f2e&name=NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-subnet used request id req-46e28201-edfc-46e3-9e05-5651fde17e1f 2018-07-19 05:21:31,732 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:21:31,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:21:32,141 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:21:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["0bWETPdeSZePvAG63tF3Zg"], "issued_at": "2018-07-19T05:21:32.000000Z"}} 2018-07-19 05:21:32,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e328a4f3e747b289db8e2a1303598724c8e54691" 2018-07-19 05:21:32,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:21:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f11017d6-83ec-42d4-9afc-1e800b18f158 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:21:32,244 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f11017d6-83ec-42d4-9afc-1e800b18f158 2018-07-19 05:21:32,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" 2018-07-19 05:21:32,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-a7650f96-1e9c-4e2f-9a28-1c76f3904a50 Date: Thu, 19 Jul 2018 05:21:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5c4d9f2-1e07-4789-883b-f2217c913f2e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["446770e4-e984-4e15-a3e5-43685281198e"],"description":"","tags":[],"updated_at":"2018-07-19T05:21:29Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:29Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:32,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-net used request id req-a7650f96-1e9c-4e2f-9a28-1c76f3904a50 2018-07-19 05:21:32,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f5c4d9f2-1e07-4789-883b-f2217c913f2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" 2018-07-19 05:21:32,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-1f8de797-39ec-4db8-b300-35b9467186de Date: Thu, 19 Jul 2018 05:21:32 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:29Z","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":"446770e4-e984-4e15-a3e5-43685281198e","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"f5c4d9f2-1e07-4789-883b-f2217c913f2e","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:29Z","ip_version":4}]} 2018-07-19 05:21:32,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f5c4d9f2-1e07-4789-883b-f2217c913f2e used request id req-1f8de797-39ec-4db8-b300-35b9467186de 2018-07-19 05:21:32,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" 2018-07-19 05:21:33,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-b0cb487b-41eb-4935-ba8c-54fbdcd36ccc Date: Thu, 19 Jul 2018 05:21:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5c4d9f2-1e07-4789-883b-f2217c913f2e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["446770e4-e984-4e15-a3e5-43685281198e"],"description":"","tags":[],"updated_at":"2018-07-19T05:21:29Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:29Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:33,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-net used request id req-b0cb487b-41eb-4935-ba8c-54fbdcd36ccc 2018-07-19 05:21:33,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:21:33,071 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:21:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4bde6be-9261-4006-94fb-e040d163426e Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:21:33,071 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-f4bde6be-9261-4006-94fb-e040d163426e 2018-07-19 05:21:33,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e328a4f3e747b289db8e2a1303598724c8e54691" 2018-07-19 05:21:33,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb48c2f4-f997-424e-8710-9e8835111c7e Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:21:33,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-eb48c2f4-f997-424e-8710-9e8835111c7e 2018-07-19 05:21:33,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f5c4d9f2-1e07-4789-883b-f2217c913f2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" 2018-07-19 05:21:33,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-7cc7e2ae-cc0b-4377-a837-c888425f2cd5 Date: Thu, 19 Jul 2018 05:21:33 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:29Z","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":"446770e4-e984-4e15-a3e5-43685281198e","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"f5c4d9f2-1e07-4789-883b-f2217c913f2e","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:29Z","ip_version":4}]} 2018-07-19 05:21:33,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f5c4d9f2-1e07-4789-883b-f2217c913f2e used request id req-7cc7e2ae-cc0b-4377-a837-c888425f2cd5 2018-07-19 05:21:33,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f5c4d9f2-1e07-4789-883b-f2217c913f2e&name=NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" 2018-07-19 05:21:33,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-630c90ad-4960-4c50-b212-34532145122c Date: Thu, 19 Jul 2018 05:21:33 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:29Z","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":"446770e4-e984-4e15-a3e5-43685281198e","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"f5c4d9f2-1e07-4789-883b-f2217c913f2e","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:29Z","ip_version":4}]} 2018-07-19 05:21:33,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f5c4d9f2-1e07-4789-883b-f2217c913f2e&name=NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-subnet used request id req-630c90ad-4960-4c50-b212-34532145122c 2018-07-19 05:21:33,488 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-net 2018-07-19 05:21:33,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" -d '{"port": {"network_id": "f5c4d9f2-1e07-4789-883b-f2217c913f2e", "fixed_ips": [{"subnet_id": "446770e4-e984-4e15-a3e5-43685281198e", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-port", "admin_state_up": true}}' 2018-07-19 05:21:34,672 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 904 X-Openstack-Request-Id: req-bb9aa474-3f2b-4c93-91c7-b52ba4ff3309 Date: Thu, 19 Jul 2018 05:21:34 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:21:34Z","device_owner":"","revision_number":2,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"446770e4-e984-4e15-a3e5-43685281198e","ip_address":"10.55.1.100"}],"id":"b5e06cde-d055-445c-b01e-5980d709dd66","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:53:fc:2b","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-port","project_id":"c9003101a9994c308fccde61f611d998","qos_policy_id":null,"admin_state_up":true,"network_id":"f5c4d9f2-1e07-4789-883b-f2217c913f2e","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:33Z","binding:vnic_type":"normal","ip_allocation":"immediate"}} 2018-07-19 05:21:34,672 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-bb9aa474-3f2b-4c93-91c7-b52ba4ff3309 2018-07-19 05:21:34,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" 2018-07-19 05:21:34,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3844 X-Openstack-Request-Id: req-91c6fb83-9468-461e-b411-0bb537f71219 Date: Thu, 19 Jul 2018 05:21:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:21:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"446770e4-e984-4e15-a3e5-43685281198e","ip_address":"10.55.1.4"}],"id":"321cf3fb-050b-4439-9e5f-86410bde6be7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:3b:1f","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f5c4d9f2-1e07-4789-883b-f2217c913f2e","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f5c4d9f2-1e07-4789-883b-f2217c913f2e","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:21:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"446770e4-e984-4e15-a3e5-43685281198e","ip_address":"10.55.1.2"}],"id":"3944f10e-1e37-4957-8ba1-abc4ac93e301","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:1e:57","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f5c4d9f2-1e07-4789-883b-f2217c913f2e","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f5c4d9f2-1e07-4789-883b-f2217c913f2e","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:21:32Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"446770e4-e984-4e15-a3e5-43685281198e","ip_address":"10.55.1.3"}],"id":"8bf9cf0b-341d-456c-af4d-af732e0d2d6b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:9e:f6","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f5c4d9f2-1e07-4789-883b-f2217c913f2e","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f5c4d9f2-1e07-4789-883b-f2217c913f2e","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:21:34Z","device_owner":"","revision_number":2,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"446770e4-e984-4e15-a3e5-43685281198e","ip_address":"10.55.1.100"}],"id":"b5e06cde-d055-445c-b01e-5980d709dd66","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:53:fc:2b","project_id":"c9003101a9994c308fccde61f611d998","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-port","admin_state_up":true,"network_id":"f5c4d9f2-1e07-4789-883b-f2217c913f2e","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:33Z","binding:vnic_type":"normal","device_id":"","ip_allocation":"immediate"}]} 2018-07-19 05:21:34,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports used request id req-91c6fb83-9468-461e-b411-0bb537f71219 2018-07-19 05:21:34,943 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-port 2018-07-19 05:21:34,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/b5e06cde-d055-445c-b01e-5980d709dd66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" 2018-07-19 05:21:35,672 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e2361bde-57ba-48b5-a1fd-5503acd78bfd Date: Thu, 19 Jul 2018 05:21:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:21:35,672 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/b5e06cde-d055-445c-b01e-5980d709dd66 used request id req-e2361bde-57ba-48b5-a1fd-5503acd78bfd 2018-07-19 05:21:35,673 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-subnet 2018-07-19 05:21:35,673 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-subnet 2018-07-19 05:21:35,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/446770e4-e984-4e15-a3e5-43685281198e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" 2018-07-19 05:21:37,881 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c8a4f2b8-51e6-4923-a9ef-ee01a963491e Date: Thu, 19 Jul 2018 05:21:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:21:37,881 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/446770e4-e984-4e15-a3e5-43685281198e used request id req-c8a4f2b8-51e6-4923-a9ef-ee01a963491e 2018-07-19 05:21:37,881 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-b827494e-17d1-4abe-b4b1-98e95a358961-pub-net 2018-07-19 05:21:37,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/f5c4d9f2-1e07-4789-883b-f2217c913f2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a3702a2dfc8412ad694988fdafe763a59bdff6" 2018-07-19 05:21:39,677 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-592abf73-a9c4-4dcf-a3c0-b1708c0d50f5 Date: Thu, 19 Jul 2018 05:21:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:21:39,677 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/f5c4d9f2-1e07-4789-883b-f2217c913f2e used request id req-592abf73-a9c4-4dcf-a3c0-b1708c0d50f5 2018-07-19 05:21:39,679 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:21:40,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:21:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["RfHcJ67tR1-bOQOl_dNXrg"], "issued_at": "2018-07-19T05:21:40.000000Z"}} 2018-07-19 05:21:40,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" 2018-07-19 05:21:40,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:21:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2385019-a0d6-4cb4-8bea-129b9fd8a437 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:21:40,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a2385019-a0d6-4cb4-8bea-129b9fd8a437 2018-07-19 05:21:40,183 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-net 2018-07-19 05:21:40,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" -d '{"network": {"name": "NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-net", "admin_state_up": true}}' 2018-07-19 05:21:40,575 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-de31737c-1370-4861-8a7a-280eb274c60f Date: Thu, 19 Jul 2018 05:21:40 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"244d359c-90eb-42b4-8b16-8974422a0fc7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:21:40Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:40Z","mtu":1450}} 2018-07-19 05:21:40,575 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-de31737c-1370-4861-8a7a-280eb274c60f 2018-07-19 05:21:40,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=244d359c-90eb-42b4-8b16-8974422a0fc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" 2018-07-19 05:21:40,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-6b4c408f-53b3-4e1f-8629-cf955a61239b Date: Thu, 19 Jul 2018 05:21:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"244d359c-90eb-42b4-8b16-8974422a0fc7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:21:40Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:40Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:40,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=244d359c-90eb-42b4-8b16-8974422a0fc7 used request id req-6b4c408f-53b3-4e1f-8629-cf955a61239b 2018-07-19 05:21:40,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=244d359c-90eb-42b4-8b16-8974422a0fc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" 2018-07-19 05:21:41,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-eee6b290-1dc9-493f-9fc7-468e6a3c710b Date: Thu, 19 Jul 2018 05:21:41 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:21:41,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=244d359c-90eb-42b4-8b16-8974422a0fc7 used request id req-eee6b290-1dc9-493f-9fc7-468e6a3c710b 2018-07-19 05:21:41,079 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-subnet 2018-07-19 05:21:41,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" -d '{"subnets": [{"ip_version": 4, "network_id": "244d359c-90eb-42b4-8b16-8974422a0fc7", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-subnet"}]}' 2018-07-19 05:21:41,815 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-44f7e95c-b25c-4dc3-8227-417e313d84cb Date: Thu, 19 Jul 2018 05:21:41 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:41Z","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":"6d146e3c-920b-4864-800a-aff721954294","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"244d359c-90eb-42b4-8b16-8974422a0fc7","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:41Z","ip_version":4}]} 2018-07-19 05:21:41,815 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-44f7e95c-b25c-4dc3-8227-417e313d84cb 2018-07-19 05:21:41,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=244d359c-90eb-42b4-8b16-8974422a0fc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" 2018-07-19 05:21:42,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-339fc9f4-a736-492e-8435-99e6cb2a8216 Date: Thu, 19 Jul 2018 05:21:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"244d359c-90eb-42b4-8b16-8974422a0fc7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6d146e3c-920b-4864-800a-aff721954294"],"description":"","tags":[],"updated_at":"2018-07-19T05:21:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:40Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:42,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=244d359c-90eb-42b4-8b16-8974422a0fc7 used request id req-339fc9f4-a736-492e-8435-99e6cb2a8216 2018-07-19 05:21:42,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=244d359c-90eb-42b4-8b16-8974422a0fc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" 2018-07-19 05:21:42,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-72e5018d-b158-4ac0-b99d-8dd058f5d3c7 Date: Thu, 19 Jul 2018 05:21:42 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:41Z","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":"6d146e3c-920b-4864-800a-aff721954294","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"244d359c-90eb-42b4-8b16-8974422a0fc7","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:41Z","ip_version":4}]} 2018-07-19 05:21:42,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=244d359c-90eb-42b4-8b16-8974422a0fc7 used request id req-72e5018d-b158-4ac0-b99d-8dd058f5d3c7 2018-07-19 05:21:42,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" 2018-07-19 05:21:42,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-4c06fb0c-17f2-439f-b9ed-c0bef709cdcb Date: Thu, 19 Jul 2018 05:21:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"244d359c-90eb-42b4-8b16-8974422a0fc7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6d146e3c-920b-4864-800a-aff721954294"],"description":"","tags":[],"updated_at":"2018-07-19T05:21:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:40Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:42,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-net used request id req-4c06fb0c-17f2-439f-b9ed-c0bef709cdcb 2018-07-19 05:21:42,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:21:42,681 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:21:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba265202-1483-4b79-9ec5-c16ff4ac4f56 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:21:42,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-ba265202-1483-4b79-9ec5-c16ff4ac4f56 2018-07-19 05:21:42,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" 2018-07-19 05:21:42,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8caac798-9910-4677-b315-2227039623b9 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:21:42,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-8caac798-9910-4677-b315-2227039623b9 2018-07-19 05:21:42,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=244d359c-90eb-42b4-8b16-8974422a0fc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" 2018-07-19 05:21:42,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-650713f7-0d96-4cab-a93c-1a2d6912eb12 Date: Thu, 19 Jul 2018 05:21:42 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:41Z","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":"6d146e3c-920b-4864-800a-aff721954294","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"244d359c-90eb-42b4-8b16-8974422a0fc7","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:41Z","ip_version":4}]} 2018-07-19 05:21:42,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=244d359c-90eb-42b4-8b16-8974422a0fc7 used request id req-650713f7-0d96-4cab-a93c-1a2d6912eb12 2018-07-19 05:21:42,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=244d359c-90eb-42b4-8b16-8974422a0fc7&name=NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" 2018-07-19 05:21:42,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-9b0cc8bc-e151-4334-a4b7-52d4c8fcfbb9 Date: Thu, 19 Jul 2018 05:21:42 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:41Z","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":"6d146e3c-920b-4864-800a-aff721954294","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"244d359c-90eb-42b4-8b16-8974422a0fc7","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:41Z","ip_version":4}]} 2018-07-19 05:21:42,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=244d359c-90eb-42b4-8b16-8974422a0fc7&name=NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-subnet used request id req-9b0cc8bc-e151-4334-a4b7-52d4c8fcfbb9 2018-07-19 05:21:42,883 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:21:42,884 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:21:43,316 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:21:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["zcBSOM01R_C-2KXZSBNqLQ"], "issued_at": "2018-07-19T05:21:43.000000Z"}} 2018-07-19 05:21:43,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bd3d4319ae5e5686c2b0e1ab93c116a9e70edc6" 2018-07-19 05:21:43,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7147fc68-bc97-431a-9c76-1ab209f28a18 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:21:43,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7147fc68-bc97-431a-9c76-1ab209f28a18 2018-07-19 05:21:43,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" 2018-07-19 05:21:43,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-a21a3a8b-9c4a-4144-a182-b890a69c10ba Date: Thu, 19 Jul 2018 05:21:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"244d359c-90eb-42b4-8b16-8974422a0fc7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6d146e3c-920b-4864-800a-aff721954294"],"description":"","tags":[],"updated_at":"2018-07-19T05:21:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:40Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:43,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-net used request id req-a21a3a8b-9c4a-4144-a182-b890a69c10ba 2018-07-19 05:21:43,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=244d359c-90eb-42b4-8b16-8974422a0fc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" 2018-07-19 05:21:43,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-8a0ea987-ca56-4778-8adf-2887db2ca38d Date: Thu, 19 Jul 2018 05:21:43 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:41Z","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":"6d146e3c-920b-4864-800a-aff721954294","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"244d359c-90eb-42b4-8b16-8974422a0fc7","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:41Z","ip_version":4}]} 2018-07-19 05:21:43,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=244d359c-90eb-42b4-8b16-8974422a0fc7 used request id req-8a0ea987-ca56-4778-8adf-2887db2ca38d 2018-07-19 05:21:43,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" 2018-07-19 05:21:43,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-b689a055-8f9a-42a8-90db-67710dcd7715 Date: Thu, 19 Jul 2018 05:21:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"244d359c-90eb-42b4-8b16-8974422a0fc7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6d146e3c-920b-4864-800a-aff721954294"],"description":"","tags":[],"updated_at":"2018-07-19T05:21:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:40Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:43,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-net used request id req-b689a055-8f9a-42a8-90db-67710dcd7715 2018-07-19 05:21:43,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:21:43,882 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:21:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-417fbc73-2156-4ead-8d45-e8f510eb43d1 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:21:43,882 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-417fbc73-2156-4ead-8d45-e8f510eb43d1 2018-07-19 05:21:43,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bd3d4319ae5e5686c2b0e1ab93c116a9e70edc6" 2018-07-19 05:21:43,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00bbd891-c3e5-4797-ac4f-dd0144a8ac8f Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:21:43,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-00bbd891-c3e5-4797-ac4f-dd0144a8ac8f 2018-07-19 05:21:44,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=244d359c-90eb-42b4-8b16-8974422a0fc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" 2018-07-19 05:21:44,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-ec70c230-1c86-40ec-a89e-7d208f144124 Date: Thu, 19 Jul 2018 05:21:44 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:41Z","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":"6d146e3c-920b-4864-800a-aff721954294","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"244d359c-90eb-42b4-8b16-8974422a0fc7","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:41Z","ip_version":4}]} 2018-07-19 05:21:44,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=244d359c-90eb-42b4-8b16-8974422a0fc7 used request id req-ec70c230-1c86-40ec-a89e-7d208f144124 2018-07-19 05:21:44,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=244d359c-90eb-42b4-8b16-8974422a0fc7&name=NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" 2018-07-19 05:21:44,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-ac2011d2-a1ab-4e0e-8d23-535c164e8fc7 Date: Thu, 19 Jul 2018 05:21:44 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:41Z","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":"6d146e3c-920b-4864-800a-aff721954294","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"244d359c-90eb-42b4-8b16-8974422a0fc7","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:41Z","ip_version":4}]} 2018-07-19 05:21:44,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=244d359c-90eb-42b4-8b16-8974422a0fc7&name=NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-subnet used request id req-ac2011d2-a1ab-4e0e-8d23-535c164e8fc7 2018-07-19 05:21:44,347 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-net 2018-07-19 05:21:44,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" -d '{"port": {"network_id": "244d359c-90eb-42b4-8b16-8974422a0fc7", "fixed_ips": [{"subnet_id": "6d146e3c-920b-4864-800a-aff721954294", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-port", "admin_state_up": true}}' 2018-07-19 05:21:45,169 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 904 X-Openstack-Request-Id: req-ae1fa9ad-f8d7-4ff3-9675-04c2b9c59964 Date: Thu, 19 Jul 2018 05:21:45 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:21:44Z","device_owner":"","revision_number":2,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6d146e3c-920b-4864-800a-aff721954294","ip_address":"10.55.1.100"}],"id":"ab180415-cca6-4bab-97ef-3bbb234126a5","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d8:a5:2e","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-port","project_id":"c9003101a9994c308fccde61f611d998","qos_policy_id":null,"admin_state_up":true,"network_id":"244d359c-90eb-42b4-8b16-8974422a0fc7","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:44Z","binding:vnic_type":"normal","ip_allocation":"immediate"}} 2018-07-19 05:21:45,169 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-ae1fa9ad-f8d7-4ff3-9675-04c2b9c59964 2018-07-19 05:21:45,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" 2018-07-19 05:21:45,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3842 X-Openstack-Request-Id: req-2614f60d-1dde-4d67-92ce-126b59f7c44d Date: Thu, 19 Jul 2018 05:21:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:21:43Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d146e3c-920b-4864-800a-aff721954294","ip_address":"10.55.1.4"}],"id":"24f3fbb7-1989-4f0a-8003-c98d3e565324","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:90:8c","project_id":"c9003101a9994c308fccde61f611d998","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"244d359c-90eb-42b4-8b16-8974422a0fc7","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-244d359c-90eb-42b4-8b16-8974422a0fc7","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:21:44Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d146e3c-920b-4864-800a-aff721954294","ip_address":"10.55.1.3"}],"id":"4fde7f44-3c0f-4dee-95a1-09afe9aa299b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:0f:f9","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"244d359c-90eb-42b4-8b16-8974422a0fc7","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:42Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-244d359c-90eb-42b4-8b16-8974422a0fc7","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:21:44Z","device_owner":"","revision_number":2,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d146e3c-920b-4864-800a-aff721954294","ip_address":"10.55.1.100"}],"id":"ab180415-cca6-4bab-97ef-3bbb234126a5","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d8:a5:2e","project_id":"c9003101a9994c308fccde61f611d998","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-port","admin_state_up":true,"network_id":"244d359c-90eb-42b4-8b16-8974422a0fc7","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:44Z","binding:vnic_type":"normal","device_id":"","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:21:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d146e3c-920b-4864-800a-aff721954294","ip_address":"10.55.1.2"}],"id":"f81d6056-5819-4e27-8cc0-3f78caa56fc6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:b8:cc","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"244d359c-90eb-42b4-8b16-8974422a0fc7","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-244d359c-90eb-42b4-8b16-8974422a0fc7","ip_allocation":"immediate"}]} 2018-07-19 05:21:45,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports used request id req-2614f60d-1dde-4d67-92ce-126b59f7c44d 2018-07-19 05:21:45,431 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-port 2018-07-19 05:21:45,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/ab180415-cca6-4bab-97ef-3bbb234126a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" 2018-07-19 05:21:46,124 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d3b8bfd5-a43d-470d-b85c-92cb2cffdab9 Date: Thu, 19 Jul 2018 05:21:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:21:46,124 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/ab180415-cca6-4bab-97ef-3bbb234126a5 used request id req-d3b8bfd5-a43d-470d-b85c-92cb2cffdab9 2018-07-19 05:21:46,124 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-subnet 2018-07-19 05:21:46,125 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-subnet 2018-07-19 05:21:46,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/6d146e3c-920b-4864-800a-aff721954294 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" 2018-07-19 05:21:48,399 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c1e4b82d-927d-4328-bfb9-7083a9afba6a Date: Thu, 19 Jul 2018 05:21:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:21:48,399 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6d146e3c-920b-4864-800a-aff721954294 used request id req-c1e4b82d-927d-4328-bfb9-7083a9afba6a 2018-07-19 05:21:48,399 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-7c488014-6717-4d9e-b68b-f3db3967dda0-pub-net 2018-07-19 05:21:48,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/244d359c-90eb-42b4-8b16-8974422a0fc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419860540bb951754edd9ed9dee146b74f5c41d4" 2018-07-19 05:21:50,318 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-54bc70f1-dc10-4fd9-a70e-1e226ac28dc2 Date: Thu, 19 Jul 2018 05:21:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:21:50,318 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/244d359c-90eb-42b4-8b16-8974422a0fc7 used request id req-54bc70f1-dc10-4fd9-a70e-1e226ac28dc2 2018-07-19 05:21:50,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:21:50,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:21:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["wDa0afahSkCw66ySuZaQ_A"], "issued_at": "2018-07-19T05:21:50.000000Z"}} 2018-07-19 05:21:50,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c721281fc7c263047e97a6e48c29519aeb6bdf" 2018-07-19 05:21:50,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:21:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b890155-742c-43ad-9606-37e2e545fdfd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:21:50,829 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6b890155-742c-43ad-9606-37e2e545fdfd 2018-07-19 05:21:50,830 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-net 2018-07-19 05:21:50,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c721281fc7c263047e97a6e48c29519aeb6bdf" -d '{"network": {"name": "NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-net", "admin_state_up": true}}' 2018-07-19 05:21:51,223 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-126a22a3-dcbc-4a6d-8825-43169fbadf28 Date: Thu, 19 Jul 2018 05:21: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":"66900f00-fb46-4caa-b807-a973e3bb8b12","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:21:51Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:51Z","mtu":1450}} 2018-07-19 05:21:51,223 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-126a22a3-dcbc-4a6d-8825-43169fbadf28 2018-07-19 05:21:51,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=66900f00-fb46-4caa-b807-a973e3bb8b12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c721281fc7c263047e97a6e48c29519aeb6bdf" 2018-07-19 05:21:51,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-83589646-1422-48ac-9edd-78b246968eb7 Date: Thu, 19 Jul 2018 05:21:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"66900f00-fb46-4caa-b807-a973e3bb8b12","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:21:51Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:51Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:51,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=66900f00-fb46-4caa-b807-a973e3bb8b12 used request id req-83589646-1422-48ac-9edd-78b246968eb7 2018-07-19 05:21:51,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=66900f00-fb46-4caa-b807-a973e3bb8b12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c721281fc7c263047e97a6e48c29519aeb6bdf" 2018-07-19 05:21:51,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-14ca6045-7f2f-48ec-8189-320aadb8f048 Date: Thu, 19 Jul 2018 05:21:51 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:21:51,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=66900f00-fb46-4caa-b807-a973e3bb8b12 used request id req-14ca6045-7f2f-48ec-8189-320aadb8f048 2018-07-19 05:21:51,711 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-subnet 2018-07-19 05:21:51,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c721281fc7c263047e97a6e48c29519aeb6bdf" -d '{"subnets": [{"ip_version": 4, "network_id": "66900f00-fb46-4caa-b807-a973e3bb8b12", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-subnet"}]}' 2018-07-19 05:21:52,438 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-3589835f-6dca-4568-9ee4-dd96f1d8b120 Date: Thu, 19 Jul 2018 05:21:52 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:52Z","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":"576f163b-e5cf-4cac-9b9c-554d049e23c0","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"66900f00-fb46-4caa-b807-a973e3bb8b12","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:52Z","ip_version":4}]} 2018-07-19 05:21:52,438 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-3589835f-6dca-4568-9ee4-dd96f1d8b120 2018-07-19 05:21:52,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=66900f00-fb46-4caa-b807-a973e3bb8b12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c721281fc7c263047e97a6e48c29519aeb6bdf" 2018-07-19 05:21:52,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-96376437-e6f5-4a7c-9cd9-b6b83b147524 Date: Thu, 19 Jul 2018 05:21:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66900f00-fb46-4caa-b807-a973e3bb8b12","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["576f163b-e5cf-4cac-9b9c-554d049e23c0"],"description":"","tags":[],"updated_at":"2018-07-19T05:21:52Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:51Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:52,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=66900f00-fb46-4caa-b807-a973e3bb8b12 used request id req-96376437-e6f5-4a7c-9cd9-b6b83b147524 2018-07-19 05:21:52,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=66900f00-fb46-4caa-b807-a973e3bb8b12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c721281fc7c263047e97a6e48c29519aeb6bdf" 2018-07-19 05:21:52,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-a9a26fec-eca5-49d7-911e-290dc14e0f89 Date: Thu, 19 Jul 2018 05:21:52 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:52Z","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":"576f163b-e5cf-4cac-9b9c-554d049e23c0","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"66900f00-fb46-4caa-b807-a973e3bb8b12","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:52Z","ip_version":4}]} 2018-07-19 05:21:52,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=66900f00-fb46-4caa-b807-a973e3bb8b12 used request id req-a9a26fec-eca5-49d7-911e-290dc14e0f89 2018-07-19 05:21:52,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c721281fc7c263047e97a6e48c29519aeb6bdf" 2018-07-19 05:21:54,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-c7ca9060-ee60-4e44-b153-8be05845b420 Date: Thu, 19 Jul 2018 05:21:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66900f00-fb46-4caa-b807-a973e3bb8b12","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["576f163b-e5cf-4cac-9b9c-554d049e23c0"],"description":"","tags":[],"updated_at":"2018-07-19T05:21:52Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:51Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:54,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-net used request id req-c7ca9060-ee60-4e44-b153-8be05845b420 2018-07-19 05:21:54,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:21:54,155 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:21:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5757e50-e2bc-4146-b728-cf38de183f70 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:21:54,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-d5757e50-e2bc-4146-b728-cf38de183f70 2018-07-19 05:21:54,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c721281fc7c263047e97a6e48c29519aeb6bdf" 2018-07-19 05:21:54,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:21:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e2fbd3e-cf3a-45c8-bb73-9b4af9714b12 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:21:54,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-8e2fbd3e-cf3a-45c8-bb73-9b4af9714b12 2018-07-19 05:21:54,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=66900f00-fb46-4caa-b807-a973e3bb8b12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c721281fc7c263047e97a6e48c29519aeb6bdf" 2018-07-19 05:21:54,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-4d9388be-861e-4eb3-ae3c-9016a0b416fc Date: Thu, 19 Jul 2018 05:21:54 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:52Z","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":"576f163b-e5cf-4cac-9b9c-554d049e23c0","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"66900f00-fb46-4caa-b807-a973e3bb8b12","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:52Z","ip_version":4}]} 2018-07-19 05:21:54,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=66900f00-fb46-4caa-b807-a973e3bb8b12 used request id req-4d9388be-861e-4eb3-ae3c-9016a0b416fc 2018-07-19 05:21:54,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=66900f00-fb46-4caa-b807-a973e3bb8b12&name=NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c721281fc7c263047e97a6e48c29519aeb6bdf" 2018-07-19 05:21:54,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-521780b3-229b-48b8-9c09-e61a6cb5d437 Date: Thu, 19 Jul 2018 05:21:54 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:52Z","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":"576f163b-e5cf-4cac-9b9c-554d049e23c0","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"66900f00-fb46-4caa-b807-a973e3bb8b12","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:52Z","ip_version":4}]} 2018-07-19 05:21:54,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=66900f00-fb46-4caa-b807-a973e3bb8b12&name=NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-subnet used request id req-521780b3-229b-48b8-9c09-e61a6cb5d437 2018-07-19 05:21:54,809 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:21:54,810 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:21:55,228 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:21:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["Qm2X74bQSyGGu7sK7JtbLg"], "issued_at": "2018-07-19T05:21:55.000000Z"}} 2018-07-19 05:21:55,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12e402959f5084d97752f7fc87c0e9cbaa3dddad" 2018-07-19 05:21:55,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:21:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-713479b3-ad50-4bfe-a0ab-d81ee4d40a01 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:21:55,331 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-713479b3-ad50-4bfe-a0ab-d81ee4d40a01 2018-07-19 05:21:55,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c721281fc7c263047e97a6e48c29519aeb6bdf" 2018-07-19 05:21:55,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-65e69a55-5b59-450a-b3c3-38cdd4ba1716 Date: Thu, 19 Jul 2018 05:21:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66900f00-fb46-4caa-b807-a973e3bb8b12","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["576f163b-e5cf-4cac-9b9c-554d049e23c0"],"description":"","tags":[],"updated_at":"2018-07-19T05:21:52Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:51Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:55,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-net used request id req-65e69a55-5b59-450a-b3c3-38cdd4ba1716 2018-07-19 05:21:55,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=66900f00-fb46-4caa-b807-a973e3bb8b12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c721281fc7c263047e97a6e48c29519aeb6bdf" 2018-07-19 05:21:55,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-f0c9976b-69f8-4616-82ed-26fbc65655a3 Date: Thu, 19 Jul 2018 05:21:55 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:52Z","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":"576f163b-e5cf-4cac-9b9c-554d049e23c0","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"66900f00-fb46-4caa-b807-a973e3bb8b12","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:52Z","ip_version":4}]} 2018-07-19 05:21:55,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=66900f00-fb46-4caa-b807-a973e3bb8b12 used request id req-f0c9976b-69f8-4616-82ed-26fbc65655a3 2018-07-19 05:21:55,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c721281fc7c263047e97a6e48c29519aeb6bdf" 2018-07-19 05:21:55,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-fadd58ef-57a5-4932-a76e-4e45024e1ba8 Date: Thu, 19 Jul 2018 05:21:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66900f00-fb46-4caa-b807-a973e3bb8b12","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["576f163b-e5cf-4cac-9b9c-554d049e23c0"],"description":"","tags":[],"updated_at":"2018-07-19T05:21:52Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:51Z","provider:network_type":"vxlan"}]} 2018-07-19 05:21:55,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-net used request id req-fadd58ef-57a5-4932-a76e-4e45024e1ba8 2018-07-19 05:21:55,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:21:55,786 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:21:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4bc85c8-7168-416c-9978-8576a3c3587a Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:21:55,786 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-b4bc85c8-7168-416c-9978-8576a3c3587a 2018-07-19 05:21:55,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12e402959f5084d97752f7fc87c0e9cbaa3dddad" 2018-07-19 05:21:55,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:21:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76caa2b0-88fe-45fb-a159-23c99d32120f Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:21:55,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-76caa2b0-88fe-45fb-a159-23c99d32120f 2018-07-19 05:21:55,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=66900f00-fb46-4caa-b807-a973e3bb8b12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c721281fc7c263047e97a6e48c29519aeb6bdf" 2018-07-19 05:21:55,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-015d9607-2dfe-4288-b04e-2b7f5fc7c2b9 Date: Thu, 19 Jul 2018 05:21:55 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:52Z","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":"576f163b-e5cf-4cac-9b9c-554d049e23c0","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"66900f00-fb46-4caa-b807-a973e3bb8b12","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:52Z","ip_version":4}]} 2018-07-19 05:21:55,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=66900f00-fb46-4caa-b807-a973e3bb8b12 used request id req-015d9607-2dfe-4288-b04e-2b7f5fc7c2b9 2018-07-19 05:21:55,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=66900f00-fb46-4caa-b807-a973e3bb8b12&name=NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c721281fc7c263047e97a6e48c29519aeb6bdf" 2018-07-19 05:21:56,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-a0b0451b-24b0-43ad-8ec3-de7fdb8db879 Date: Thu, 19 Jul 2018 05:21:56 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:21:52Z","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":"576f163b-e5cf-4cac-9b9c-554d049e23c0","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"66900f00-fb46-4caa-b807-a973e3bb8b12","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:21:52Z","ip_version":4}]} 2018-07-19 05:21:56,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=66900f00-fb46-4caa-b807-a973e3bb8b12&name=NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-subnet used request id req-a0b0451b-24b0-43ad-8ec3-de7fdb8db879 2018-07-19 05:21:56,229 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-net 2018-07-19 05:21:56,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c721281fc7c263047e97a6e48c29519aeb6bdf" -d '{"port": {"network_id": "66900f00-fb46-4caa-b807-a973e3bb8b12", "fixed_ips": [{"subnet_id": "576f163b-e5cf-4cac-9b9c-554d049e23c0", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-port", "admin_state_up": true}}' 2018-07-19 05:21:56,245 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-3683f5cc-319b-47f4-b3e5-5ff2aaeb9f89 Date: Thu, 19 Jul 2018 05:21:56 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-07-19 05:21:56,246 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-3683f5cc-319b-47f4-b3e5-5ff2aaeb9f89 2018-07-19 05:21:56,246 - 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-07-19 05:21:56,246 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-subnet 2018-07-19 05:21:56,246 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-subnet 2018-07-19 05:21:56,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/576f163b-e5cf-4cac-9b9c-554d049e23c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c721281fc7c263047e97a6e48c29519aeb6bdf" 2018-07-19 05:21:58,348 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-abeac574-60d7-4ac9-a6eb-07d1a7cc4ff4 Date: Thu, 19 Jul 2018 05:21:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:21:58,348 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/576f163b-e5cf-4cac-9b9c-554d049e23c0 used request id req-abeac574-60d7-4ac9-a6eb-07d1a7cc4ff4 2018-07-19 05:21:58,348 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-7cc2e951-abf8-4fad-bce1-75b8e97393ab-pub-net 2018-07-19 05:21:58,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/66900f00-fb46-4caa-b807-a973e3bb8b12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c721281fc7c263047e97a6e48c29519aeb6bdf" 2018-07-19 05:22:00,168 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-91fab77e-ec72-41f1-9f8a-cfb5bb4061a4 Date: Thu, 19 Jul 2018 05:22:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:22:00,168 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/66900f00-fb46-4caa-b807-a973e3bb8b12 used request id req-91fab77e-ec72-41f1-9f8a-cfb5bb4061a4 2018-07-19 05:22:00,169 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:22:00,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:22:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["3pMl3BAxQrSEJjwBYkK1WQ"], "issued_at": "2018-07-19T05:22:00.000000Z"}} 2018-07-19 05:22:00,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30b8df557bcc8291e9096f416d09d6f43aba775c" 2018-07-19 05:22:00,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:22:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c1cf353-3afc-4dec-b153-1f402c40b7bd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:22:00,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1c1cf353-3afc-4dec-b153-1f402c40b7bd 2018-07-19 05:22:00,692 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-net 2018-07-19 05:22:00,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30b8df557bcc8291e9096f416d09d6f43aba775c" -d '{"network": {"name": "NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-net", "admin_state_up": true}}' 2018-07-19 05:22:01,109 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-a0594bbc-6c9d-4049-be55-d1e4819660b0 Date: Thu, 19 Jul 2018 05:22:01 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cd3ff4a2-858a-44c7-93fe-1059c58fc3fe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:22:01Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:00Z","mtu":1450}} 2018-07-19 05:22:01,109 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-a0594bbc-6c9d-4049-be55-d1e4819660b0 2018-07-19 05:22:01,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=cd3ff4a2-858a-44c7-93fe-1059c58fc3fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30b8df557bcc8291e9096f416d09d6f43aba775c" 2018-07-19 05:22:01,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-91ad90dc-9307-49bc-a08f-7e246da9eb38 Date: Thu, 19 Jul 2018 05:22:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"cd3ff4a2-858a-44c7-93fe-1059c58fc3fe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:22:01Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:00Z","provider:network_type":"vxlan"}]} 2018-07-19 05:22:01,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=cd3ff4a2-858a-44c7-93fe-1059c58fc3fe used request id req-91ad90dc-9307-49bc-a08f-7e246da9eb38 2018-07-19 05:22:01,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cd3ff4a2-858a-44c7-93fe-1059c58fc3fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30b8df557bcc8291e9096f416d09d6f43aba775c" 2018-07-19 05:22:01,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0513e4f3-f8e2-450b-95b3-ca4c9caec284 Date: Thu, 19 Jul 2018 05:22:01 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:22:01,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cd3ff4a2-858a-44c7-93fe-1059c58fc3fe used request id req-0513e4f3-f8e2-450b-95b3-ca4c9caec284 2018-07-19 05:22:01,583 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-subnet 2018-07-19 05:22:01,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30b8df557bcc8291e9096f416d09d6f43aba775c" -d '{"subnets": [{"ip_version": 4, "network_id": "cd3ff4a2-858a-44c7-93fe-1059c58fc3fe", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-subnet"}]}' 2018-07-19 05:22:02,285 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-1401a6bc-ee1c-4320-a198-3c67cecea21d Date: Thu, 19 Jul 2018 05:22:02 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:01Z","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":"6e07529c-bed8-4bce-966b-ca356156719c","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"cd3ff4a2-858a-44c7-93fe-1059c58fc3fe","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:01Z","ip_version":4}]} 2018-07-19 05:22:02,285 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-1401a6bc-ee1c-4320-a198-3c67cecea21d 2018-07-19 05:22:02,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=cd3ff4a2-858a-44c7-93fe-1059c58fc3fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30b8df557bcc8291e9096f416d09d6f43aba775c" 2018-07-19 05:22:02,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-f9632356-bba8-4fd8-9dfd-bd0e56137e2d Date: Thu, 19 Jul 2018 05:22:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cd3ff4a2-858a-44c7-93fe-1059c58fc3fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6e07529c-bed8-4bce-966b-ca356156719c"],"description":"","tags":[],"updated_at":"2018-07-19T05:22:01Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:00Z","provider:network_type":"vxlan"}]} 2018-07-19 05:22:02,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=cd3ff4a2-858a-44c7-93fe-1059c58fc3fe used request id req-f9632356-bba8-4fd8-9dfd-bd0e56137e2d 2018-07-19 05:22:02,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cd3ff4a2-858a-44c7-93fe-1059c58fc3fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30b8df557bcc8291e9096f416d09d6f43aba775c" 2018-07-19 05:22:02,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-f34d05ca-9225-484c-93ee-0371b4700e50 Date: Thu, 19 Jul 2018 05:22:02 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:01Z","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":"6e07529c-bed8-4bce-966b-ca356156719c","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"cd3ff4a2-858a-44c7-93fe-1059c58fc3fe","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:01Z","ip_version":4}]} 2018-07-19 05:22:02,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cd3ff4a2-858a-44c7-93fe-1059c58fc3fe used request id req-f34d05ca-9225-484c-93ee-0371b4700e50 2018-07-19 05:22:02,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30b8df557bcc8291e9096f416d09d6f43aba775c" 2018-07-19 05:22:03,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-705eb86d-658c-4c3a-af3b-a79c44acb762 Date: Thu, 19 Jul 2018 05:22:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cd3ff4a2-858a-44c7-93fe-1059c58fc3fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6e07529c-bed8-4bce-966b-ca356156719c"],"description":"","tags":[],"updated_at":"2018-07-19T05:22:01Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:00Z","provider:network_type":"vxlan"}]} 2018-07-19 05:22:03,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-net used request id req-705eb86d-658c-4c3a-af3b-a79c44acb762 2018-07-19 05:22:03,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:22:03,097 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:22:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3afca790-1b3c-46eb-b0c3-5968d1667cee Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:22:03,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-3afca790-1b3c-46eb-b0c3-5968d1667cee 2018-07-19 05:22:03,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30b8df557bcc8291e9096f416d09d6f43aba775c" 2018-07-19 05:22:03,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:22:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5f2d444-9ddf-4224-b34a-cc75610a562b Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:22:03,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-b5f2d444-9ddf-4224-b34a-cc75610a562b 2018-07-19 05:22:03,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cd3ff4a2-858a-44c7-93fe-1059c58fc3fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30b8df557bcc8291e9096f416d09d6f43aba775c" 2018-07-19 05:22:03,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-890d0979-849d-4459-a015-e4c27b916120 Date: Thu, 19 Jul 2018 05:22:03 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:01Z","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":"6e07529c-bed8-4bce-966b-ca356156719c","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"cd3ff4a2-858a-44c7-93fe-1059c58fc3fe","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:01Z","ip_version":4}]} 2018-07-19 05:22:03,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cd3ff4a2-858a-44c7-93fe-1059c58fc3fe used request id req-890d0979-849d-4459-a015-e4c27b916120 2018-07-19 05:22:03,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cd3ff4a2-858a-44c7-93fe-1059c58fc3fe&name=NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30b8df557bcc8291e9096f416d09d6f43aba775c" 2018-07-19 05:22:03,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-e5b10d18-0bce-4a6d-ad97-4f28362f5277 Date: Thu, 19 Jul 2018 05:22:03 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:01Z","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":"6e07529c-bed8-4bce-966b-ca356156719c","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"cd3ff4a2-858a-44c7-93fe-1059c58fc3fe","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:01Z","ip_version":4}]} 2018-07-19 05:22:03,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cd3ff4a2-858a-44c7-93fe-1059c58fc3fe&name=NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-subnet used request id req-e5b10d18-0bce-4a6d-ad97-4f28362f5277 2018-07-19 05:22:03,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:22:03,792 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:22:04,214 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:22:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["YFxQoKPzRgm6bM35IjcySQ"], "issued_at": "2018-07-19T05:22:04.000000Z"}} 2018-07-19 05:22:04,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a62530fc4e336db0d0179eeef22b9f64a71838" 2018-07-19 05:22:04,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55758c04-005e-455e-b097-c758530c6124 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:22:04,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-55758c04-005e-455e-b097-c758530c6124 2018-07-19 05:22:04,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30b8df557bcc8291e9096f416d09d6f43aba775c" 2018-07-19 05:22:04,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-fa5ae528-ae51-4e25-a7cc-189a122aed6c Date: Thu, 19 Jul 2018 05:22:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cd3ff4a2-858a-44c7-93fe-1059c58fc3fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6e07529c-bed8-4bce-966b-ca356156719c"],"description":"","tags":[],"updated_at":"2018-07-19T05:22:01Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:00Z","provider:network_type":"vxlan"}]} 2018-07-19 05:22:04,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-net used request id req-fa5ae528-ae51-4e25-a7cc-189a122aed6c 2018-07-19 05:22:04,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cd3ff4a2-858a-44c7-93fe-1059c58fc3fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30b8df557bcc8291e9096f416d09d6f43aba775c" 2018-07-19 05:22:04,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-c822740e-29f4-4095-a475-130644cfa2f8 Date: Thu, 19 Jul 2018 05:22:04 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:01Z","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":"6e07529c-bed8-4bce-966b-ca356156719c","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"cd3ff4a2-858a-44c7-93fe-1059c58fc3fe","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:01Z","ip_version":4}]} 2018-07-19 05:22:04,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cd3ff4a2-858a-44c7-93fe-1059c58fc3fe used request id req-c822740e-29f4-4095-a475-130644cfa2f8 2018-07-19 05:22:04,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30b8df557bcc8291e9096f416d09d6f43aba775c" 2018-07-19 05:22:05,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-4175555b-4867-4499-b048-fdbad6c8a59b Date: Thu, 19 Jul 2018 05:22:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cd3ff4a2-858a-44c7-93fe-1059c58fc3fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6e07529c-bed8-4bce-966b-ca356156719c"],"description":"","tags":[],"updated_at":"2018-07-19T05:22:01Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:00Z","provider:network_type":"vxlan"}]} 2018-07-19 05:22:05,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-net used request id req-4175555b-4867-4499-b048-fdbad6c8a59b 2018-07-19 05:22:05,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:22:05,170 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:22:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f92e1666-8944-4f14-808f-a0f686d1deef Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:22:05,170 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-f92e1666-8944-4f14-808f-a0f686d1deef 2018-07-19 05:22:05,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a62530fc4e336db0d0179eeef22b9f64a71838" 2018-07-19 05:22:05,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc437bda-ba9b-4f27-bf8f-b2713d7107fe Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:22:05,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-dc437bda-ba9b-4f27-bf8f-b2713d7107fe 2018-07-19 05:22:05,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cd3ff4a2-858a-44c7-93fe-1059c58fc3fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30b8df557bcc8291e9096f416d09d6f43aba775c" 2018-07-19 05:22:05,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-6c299382-6148-4de2-ab37-4c2e47f1b30a Date: Thu, 19 Jul 2018 05:22:05 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:01Z","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":"6e07529c-bed8-4bce-966b-ca356156719c","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"cd3ff4a2-858a-44c7-93fe-1059c58fc3fe","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:01Z","ip_version":4}]} 2018-07-19 05:22:05,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cd3ff4a2-858a-44c7-93fe-1059c58fc3fe used request id req-6c299382-6148-4de2-ab37-4c2e47f1b30a 2018-07-19 05:22:05,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cd3ff4a2-858a-44c7-93fe-1059c58fc3fe&name=NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30b8df557bcc8291e9096f416d09d6f43aba775c" 2018-07-19 05:22:05,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-a3a782de-e840-49e0-8950-8eb758b115ad Date: Thu, 19 Jul 2018 05:22:05 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:01Z","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":"6e07529c-bed8-4bce-966b-ca356156719c","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"cd3ff4a2-858a-44c7-93fe-1059c58fc3fe","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:01Z","ip_version":4}]} 2018-07-19 05:22:05,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cd3ff4a2-858a-44c7-93fe-1059c58fc3fe&name=NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-subnet used request id req-a3a782de-e840-49e0-8950-8eb758b115ad 2018-07-19 05:22:05,670 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-net 2018-07-19 05:22:05,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30b8df557bcc8291e9096f416d09d6f43aba775c" -d '{"port": {"network_id": "cd3ff4a2-858a-44c7-93fe-1059c58fc3fe", "fixed_ips": [{"subnet_id": "6e07529c-bed8-4bce-966b-ca356156719c", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-port", "admin_state_up": true}}' 2018-07-19 05:22:05,905 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-123a7f0a-f05f-4927-a318-a5a727ac3874 Date: Thu, 19 Jul 2018 05:22:05 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-07-19 05:22:05,905 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-123a7f0a-f05f-4927-a318-a5a727ac3874 2018-07-19 05:22:05,905 - 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-07-19 05:22:05,906 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-subnet 2018-07-19 05:22:05,906 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-subnet 2018-07-19 05:22:05,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/6e07529c-bed8-4bce-966b-ca356156719c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30b8df557bcc8291e9096f416d09d6f43aba775c" 2018-07-19 05:22:07,832 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2e7cd282-f823-4f59-b73f-5f017ef5228d Date: Thu, 19 Jul 2018 05:22:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:22:07,833 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6e07529c-bed8-4bce-966b-ca356156719c used request id req-2e7cd282-f823-4f59-b73f-5f017ef5228d 2018-07-19 05:22:07,833 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-4a9ec182-5ae3-4203-833d-b79efeb38849-pub-net 2018-07-19 05:22:07,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/cd3ff4a2-858a-44c7-93fe-1059c58fc3fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30b8df557bcc8291e9096f416d09d6f43aba775c" 2018-07-19 05:22:09,550 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9d1aff4e-ca9a-4bb0-91de-0403b7e1798b Date: Thu, 19 Jul 2018 05:22:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:22:09,550 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/cd3ff4a2-858a-44c7-93fe-1059c58fc3fe used request id req-9d1aff4e-ca9a-4bb0-91de-0403b7e1798b 2018-07-19 05:22:09,552 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:22:09,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:22:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["raV7B8HmRRm3XBgxf9_MRA"], "issued_at": "2018-07-19T05:22:09.000000Z"}} 2018-07-19 05:22:09,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a63422dc68aa53841c251c9814d9c832d979cd" 2018-07-19 05:22:10,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:22:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f56015ea-5802-4d86-9a41-8d83372a018d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:22:10,051 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f56015ea-5802-4d86-9a41-8d83372a018d 2018-07-19 05:22:10,053 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-net 2018-07-19 05:22:10,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a63422dc68aa53841c251c9814d9c832d979cd" -d '{"network": {"name": "NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-net", "admin_state_up": true}}' 2018-07-19 05:22:10,548 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-a4c8ad1b-806b-4d0f-9c40-dc7209128c1c Date: Thu, 19 Jul 2018 05:22:10 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"63720d02-92b8-44be-8ede-275a27012fca","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:22:10Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:10Z","mtu":1450}} 2018-07-19 05:22:10,548 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-a4c8ad1b-806b-4d0f-9c40-dc7209128c1c 2018-07-19 05:22:10,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=63720d02-92b8-44be-8ede-275a27012fca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a63422dc68aa53841c251c9814d9c832d979cd" 2018-07-19 05:22:10,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-71271f38-73e8-4dc8-8dd8-14d02c51ceeb Date: Thu, 19 Jul 2018 05:22:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"63720d02-92b8-44be-8ede-275a27012fca","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:22:10Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:10Z","provider:network_type":"vxlan"}]} 2018-07-19 05:22:10,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=63720d02-92b8-44be-8ede-275a27012fca used request id req-71271f38-73e8-4dc8-8dd8-14d02c51ceeb 2018-07-19 05:22:10,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=63720d02-92b8-44be-8ede-275a27012fca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a63422dc68aa53841c251c9814d9c832d979cd" 2018-07-19 05:22:11,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4c896851-4777-4400-bcde-61b0923ed5ed Date: Thu, 19 Jul 2018 05:22:11 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:22:11,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=63720d02-92b8-44be-8ede-275a27012fca used request id req-4c896851-4777-4400-bcde-61b0923ed5ed 2018-07-19 05:22:11,043 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-subnet 2018-07-19 05:22:11,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a63422dc68aa53841c251c9814d9c832d979cd" -d '{"subnets": [{"ip_version": 4, "network_id": "63720d02-92b8-44be-8ede-275a27012fca", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-subnet"}]}' 2018-07-19 05:22:11,713 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-35aa4585-6a03-4508-b03e-311677cf9c8b Date: Thu, 19 Jul 2018 05:22:11 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:11Z","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":"5bdd38db-8233-4aae-bb36-2105836553f5","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"63720d02-92b8-44be-8ede-275a27012fca","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:11Z","ip_version":4}]} 2018-07-19 05:22:11,714 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-35aa4585-6a03-4508-b03e-311677cf9c8b 2018-07-19 05:22:11,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=63720d02-92b8-44be-8ede-275a27012fca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a63422dc68aa53841c251c9814d9c832d979cd" 2018-07-19 05:22:12,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-474d103c-1f4b-4399-afd6-c6516a2f6e39 Date: Thu, 19 Jul 2018 05:22:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"63720d02-92b8-44be-8ede-275a27012fca","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["5bdd38db-8233-4aae-bb36-2105836553f5"],"description":"","tags":[],"updated_at":"2018-07-19T05:22:11Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:10Z","provider:network_type":"vxlan"}]} 2018-07-19 05:22:12,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=63720d02-92b8-44be-8ede-275a27012fca used request id req-474d103c-1f4b-4399-afd6-c6516a2f6e39 2018-07-19 05:22:12,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=63720d02-92b8-44be-8ede-275a27012fca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a63422dc68aa53841c251c9814d9c832d979cd" 2018-07-19 05:22:12,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-16627563-7886-4d2d-8f2d-2b38fe29cd6b Date: Thu, 19 Jul 2018 05:22:12 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:11Z","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":"5bdd38db-8233-4aae-bb36-2105836553f5","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"63720d02-92b8-44be-8ede-275a27012fca","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:11Z","ip_version":4}]} 2018-07-19 05:22:12,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=63720d02-92b8-44be-8ede-275a27012fca used request id req-16627563-7886-4d2d-8f2d-2b38fe29cd6b 2018-07-19 05:22:12,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a63422dc68aa53841c251c9814d9c832d979cd" 2018-07-19 05:22:12,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-125e9f78-dfa0-4ae3-ba88-9676d0594034 Date: Thu, 19 Jul 2018 05:22:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"63720d02-92b8-44be-8ede-275a27012fca","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["5bdd38db-8233-4aae-bb36-2105836553f5"],"description":"","tags":[],"updated_at":"2018-07-19T05:22:11Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:10Z","provider:network_type":"vxlan"}]} 2018-07-19 05:22:12,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-net used request id req-125e9f78-dfa0-4ae3-ba88-9676d0594034 2018-07-19 05:22:12,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:22:12,759 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:22:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5103ae57-6c27-4104-87cc-46e1dc205ec2 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:22:12,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-5103ae57-6c27-4104-87cc-46e1dc205ec2 2018-07-19 05:22:12,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a63422dc68aa53841c251c9814d9c832d979cd" 2018-07-19 05:22:12,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cca0f23f-3f24-4a14-ad5e-b61cae11fa39 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:22:12,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-cca0f23f-3f24-4a14-ad5e-b61cae11fa39 2018-07-19 05:22:12,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=63720d02-92b8-44be-8ede-275a27012fca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a63422dc68aa53841c251c9814d9c832d979cd" 2018-07-19 05:22:13,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-2518df2b-99bd-4256-a276-5dae283747d7 Date: Thu, 19 Jul 2018 05:22:13 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:11Z","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":"5bdd38db-8233-4aae-bb36-2105836553f5","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"63720d02-92b8-44be-8ede-275a27012fca","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:11Z","ip_version":4}]} 2018-07-19 05:22:13,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=63720d02-92b8-44be-8ede-275a27012fca used request id req-2518df2b-99bd-4256-a276-5dae283747d7 2018-07-19 05:22:13,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=63720d02-92b8-44be-8ede-275a27012fca&name=NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a63422dc68aa53841c251c9814d9c832d979cd" 2018-07-19 05:22:13,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-d1f8e974-16c4-43cc-918e-2fa17d622ec4 Date: Thu, 19 Jul 2018 05:22:13 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:11Z","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":"5bdd38db-8233-4aae-bb36-2105836553f5","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"63720d02-92b8-44be-8ede-275a27012fca","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:11Z","ip_version":4}]} 2018-07-19 05:22:13,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=63720d02-92b8-44be-8ede-275a27012fca&name=NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-subnet used request id req-d1f8e974-16c4-43cc-918e-2fa17d622ec4 2018-07-19 05:22:13,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:22:13,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:22:13,786 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:22:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["ARbjVLZnQumgeA6XX2K9PA"], "issued_at": "2018-07-19T05:22:13.000000Z"}} 2018-07-19 05:22:13,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dfabab84199bfcceb7e8ddd34519fd67625a994" 2018-07-19 05:22:13,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:22:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-991f0192-892d-4a48-ac5b-8274578d4ad8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:22:13,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-991f0192-892d-4a48-ac5b-8274578d4ad8 2018-07-19 05:22:13,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a63422dc68aa53841c251c9814d9c832d979cd" 2018-07-19 05:22:14,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-fd32e817-ebba-473a-9254-7cee55dae84d Date: Thu, 19 Jul 2018 05:22:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"63720d02-92b8-44be-8ede-275a27012fca","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["5bdd38db-8233-4aae-bb36-2105836553f5"],"description":"","tags":[],"updated_at":"2018-07-19T05:22:11Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:10Z","provider:network_type":"vxlan"}]} 2018-07-19 05:22:14,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-net used request id req-fd32e817-ebba-473a-9254-7cee55dae84d 2018-07-19 05:22:14,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=63720d02-92b8-44be-8ede-275a27012fca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a63422dc68aa53841c251c9814d9c832d979cd" 2018-07-19 05:22:14,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-bed87d8e-4b00-4b44-a28b-233fe50b47cc Date: Thu, 19 Jul 2018 05:22:14 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:11Z","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":"5bdd38db-8233-4aae-bb36-2105836553f5","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"63720d02-92b8-44be-8ede-275a27012fca","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:11Z","ip_version":4}]} 2018-07-19 05:22:14,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=63720d02-92b8-44be-8ede-275a27012fca used request id req-bed87d8e-4b00-4b44-a28b-233fe50b47cc 2018-07-19 05:22:14,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a63422dc68aa53841c251c9814d9c832d979cd" 2018-07-19 05:22:14,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-d74c408f-a787-466f-8f50-ec00abc65511 Date: Thu, 19 Jul 2018 05:22:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"63720d02-92b8-44be-8ede-275a27012fca","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["5bdd38db-8233-4aae-bb36-2105836553f5"],"description":"","tags":[],"updated_at":"2018-07-19T05:22:11Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:10Z","provider:network_type":"vxlan"}]} 2018-07-19 05:22:14,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-net used request id req-d74c408f-a787-466f-8f50-ec00abc65511 2018-07-19 05:22:14,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:22:14,537 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:22:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-434cabb8-17cb-4594-b518-a228c964b08b Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:22:14,537 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-434cabb8-17cb-4594-b518-a228c964b08b 2018-07-19 05:22:14,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dfabab84199bfcceb7e8ddd34519fd67625a994" 2018-07-19 05:22:14,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d0dcddf-0ff0-4e33-af12-03c123faf3b3 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:22:14,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-5d0dcddf-0ff0-4e33-af12-03c123faf3b3 2018-07-19 05:22:14,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=63720d02-92b8-44be-8ede-275a27012fca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a63422dc68aa53841c251c9814d9c832d979cd" 2018-07-19 05:22:14,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-1fcccf70-ea7f-4719-a41c-b3b697331e0a Date: Thu, 19 Jul 2018 05:22:14 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:11Z","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":"5bdd38db-8233-4aae-bb36-2105836553f5","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"63720d02-92b8-44be-8ede-275a27012fca","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:11Z","ip_version":4}]} 2018-07-19 05:22:14,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=63720d02-92b8-44be-8ede-275a27012fca used request id req-1fcccf70-ea7f-4719-a41c-b3b697331e0a 2018-07-19 05:22:14,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=63720d02-92b8-44be-8ede-275a27012fca&name=NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a63422dc68aa53841c251c9814d9c832d979cd" 2018-07-19 05:22:15,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-bd4fcb95-709d-46aa-8bcb-94247cb0e84a Date: Thu, 19 Jul 2018 05:22:15 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:11Z","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":"5bdd38db-8233-4aae-bb36-2105836553f5","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"63720d02-92b8-44be-8ede-275a27012fca","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:11Z","ip_version":4}]} 2018-07-19 05:22:15,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=63720d02-92b8-44be-8ede-275a27012fca&name=NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-subnet used request id req-bd4fcb95-709d-46aa-8bcb-94247cb0e84a 2018-07-19 05:22:15,187 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-net 2018-07-19 05:22:15,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a63422dc68aa53841c251c9814d9c832d979cd" -d '{"port": {"network_id": "63720d02-92b8-44be-8ede-275a27012fca", "fixed_ips": [{"subnet_id": "5bdd38db-8233-4aae-bb36-2105836553f5", "ip_address": null}], "name": "NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-port", "admin_state_up": true}}' 2018-07-19 05:22:15,205 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-5f4a96b6-3fa6-4c19-ac41-13c94ff31d9d Date: Thu, 19 Jul 2018 05:22:15 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-07-19 05:22:15,205 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-5f4a96b6-3fa6-4c19-ac41-13c94ff31d9d 2018-07-19 05:22:15,205 - 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-07-19 05:22:15,205 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-subnet 2018-07-19 05:22:15,205 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-subnet 2018-07-19 05:22:15,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/5bdd38db-8233-4aae-bb36-2105836553f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a63422dc68aa53841c251c9814d9c832d979cd" 2018-07-19 05:22:17,323 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a7c6904b-1e6a-4f19-84df-4a9d938f330d Date: Thu, 19 Jul 2018 05:22:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:22:17,324 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/5bdd38db-8233-4aae-bb36-2105836553f5 used request id req-a7c6904b-1e6a-4f19-84df-4a9d938f330d 2018-07-19 05:22:17,324 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-01fd612e-1add-4f8a-8a85-62ce0d6219d3-pub-net 2018-07-19 05:22:17,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/63720d02-92b8-44be-8ede-275a27012fca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a63422dc68aa53841c251c9814d9c832d979cd" 2018-07-19 05:22:19,025 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f44e02b6-515b-4ecd-a53e-5cb4e3782c40 Date: Thu, 19 Jul 2018 05:22:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:22:19,025 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/63720d02-92b8-44be-8ede-275a27012fca used request id req-f44e02b6-515b-4ecd-a53e-5cb4e3782c40 2018-07-19 05:22:19,026 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:22:19,433 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:22:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["8qEKLBYbTuywEKA6d7VAJw"], "issued_at": "2018-07-19T05:22:19.000000Z"}} 2018-07-19 05:22:19,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" 2018-07-19 05:22:19,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:22:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d18a878-467c-4929-aaa9-8f6ee0bddff0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:22:19,532 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8d18a878-467c-4929-aaa9-8f6ee0bddff0 2018-07-19 05:22:19,533 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-net 2018-07-19 05:22:19,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" -d '{"network": {"name": "NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-net", "admin_state_up": true}}' 2018-07-19 05:22:20,133 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-51ed6a45-b425-4cd0-b977-f3373ca767df Date: Thu, 19 Jul 2018 05:22:20 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"789fd898-a0e8-4890-bb83-f87fea7ed587","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:22:19Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:19Z","mtu":1450}} 2018-07-19 05:22:20,134 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-51ed6a45-b425-4cd0-b977-f3373ca767df 2018-07-19 05:22:20,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=789fd898-a0e8-4890-bb83-f87fea7ed587 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" 2018-07-19 05:22:20,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-c51c5f31-44f7-4afd-a89f-1178ece32cac Date: Thu, 19 Jul 2018 05:22:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"789fd898-a0e8-4890-bb83-f87fea7ed587","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:22:19Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:19Z","provider:network_type":"vxlan"}]} 2018-07-19 05:22:20,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=789fd898-a0e8-4890-bb83-f87fea7ed587 used request id req-c51c5f31-44f7-4afd-a89f-1178ece32cac 2018-07-19 05:22:20,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=789fd898-a0e8-4890-bb83-f87fea7ed587 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" 2018-07-19 05:22:20,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d3cc089a-c3e1-4f9d-a00a-3ee6ecdcf493 Date: Thu, 19 Jul 2018 05:22:20 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:22:20,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=789fd898-a0e8-4890-bb83-f87fea7ed587 used request id req-d3cc089a-c3e1-4f9d-a00a-3ee6ecdcf493 2018-07-19 05:22:20,641 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-subnet 2018-07-19 05:22:20,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" -d '{"subnets": [{"ip_version": 4, "network_id": "789fd898-a0e8-4890-bb83-f87fea7ed587", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-subnet"}]}' 2018-07-19 05:22:21,145 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-627016d3-7f76-460f-a996-3341a5156ec1 Date: Thu, 19 Jul 2018 05:22:21 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:20Z","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":"635eeceb-198b-44e2-a304-e45d67918f44","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"789fd898-a0e8-4890-bb83-f87fea7ed587","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:20Z","ip_version":4}]} 2018-07-19 05:22:21,145 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-627016d3-7f76-460f-a996-3341a5156ec1 2018-07-19 05:22:21,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=789fd898-a0e8-4890-bb83-f87fea7ed587 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" 2018-07-19 05:22:21,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-1aa9d1d1-ccf1-4e40-9a9e-afd22de9a681 Date: Thu, 19 Jul 2018 05:22:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"789fd898-a0e8-4890-bb83-f87fea7ed587","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["635eeceb-198b-44e2-a304-e45d67918f44"],"description":"","tags":[],"updated_at":"2018-07-19T05:22:20Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:19Z","provider:network_type":"vxlan"}]} 2018-07-19 05:22:21,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=789fd898-a0e8-4890-bb83-f87fea7ed587 used request id req-1aa9d1d1-ccf1-4e40-9a9e-afd22de9a681 2018-07-19 05:22:21,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=789fd898-a0e8-4890-bb83-f87fea7ed587 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" 2018-07-19 05:22:21,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-11fc83a3-f0f7-440c-83c7-52d33f384a43 Date: Thu, 19 Jul 2018 05:22:21 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:20Z","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":"635eeceb-198b-44e2-a304-e45d67918f44","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"789fd898-a0e8-4890-bb83-f87fea7ed587","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:20Z","ip_version":4}]} 2018-07-19 05:22:21,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=789fd898-a0e8-4890-bb83-f87fea7ed587 used request id req-11fc83a3-f0f7-440c-83c7-52d33f384a43 2018-07-19 05:22:21,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" 2018-07-19 05:22:21,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-cd1178a4-09fd-4cd7-a86f-4da8f7590974 Date: Thu, 19 Jul 2018 05:22:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"789fd898-a0e8-4890-bb83-f87fea7ed587","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["635eeceb-198b-44e2-a304-e45d67918f44"],"description":"","tags":[],"updated_at":"2018-07-19T05:22:20Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:19Z","provider:network_type":"vxlan"}]} 2018-07-19 05:22:21,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-net used request id req-cd1178a4-09fd-4cd7-a86f-4da8f7590974 2018-07-19 05:22:21,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:22:21,609 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:22:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50a6a6d0-d322-4563-819e-10182b763db1 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:22:21,609 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-50a6a6d0-d322-4563-819e-10182b763db1 2018-07-19 05:22:21,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" 2018-07-19 05:22:21,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:22:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06787c18-7458-4c74-af2b-7d317192ddc4 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:22:21,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-06787c18-7458-4c74-af2b-7d317192ddc4 2018-07-19 05:22:21,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=789fd898-a0e8-4890-bb83-f87fea7ed587 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" 2018-07-19 05:22:21,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-492964ae-9f83-4912-acde-470eeb2cf365 Date: Thu, 19 Jul 2018 05:22:21 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:20Z","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":"635eeceb-198b-44e2-a304-e45d67918f44","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"789fd898-a0e8-4890-bb83-f87fea7ed587","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:20Z","ip_version":4}]} 2018-07-19 05:22:21,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=789fd898-a0e8-4890-bb83-f87fea7ed587 used request id req-492964ae-9f83-4912-acde-470eeb2cf365 2018-07-19 05:22:21,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=789fd898-a0e8-4890-bb83-f87fea7ed587&name=NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" 2018-07-19 05:22:21,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-f87190e4-900c-4160-a90f-785c5828ee05 Date: Thu, 19 Jul 2018 05:22:21 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:20Z","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":"635eeceb-198b-44e2-a304-e45d67918f44","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"789fd898-a0e8-4890-bb83-f87fea7ed587","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:20Z","ip_version":4}]} 2018-07-19 05:22:21,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=789fd898-a0e8-4890-bb83-f87fea7ed587&name=NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-subnet used request id req-f87190e4-900c-4160-a90f-785c5828ee05 2018-07-19 05:22:21,977 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:22:21,978 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:22:22,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:22:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["8LoQ58EHTeSrsSW-7mYSng"], "issued_at": "2018-07-19T05:22:22.000000Z"}} 2018-07-19 05:22:22,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}235b5744d78208f4a8fd6d25d286f302d245511f" 2018-07-19 05:22:22,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:22:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae037664-0310-41b6-8ff5-a968d0960c0d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:22:22,491 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ae037664-0310-41b6-8ff5-a968d0960c0d 2018-07-19 05:22:22,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" 2018-07-19 05:22:22,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-c9e4588a-98a6-400c-adaa-d228ae2f77b7 Date: Thu, 19 Jul 2018 05:22:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"789fd898-a0e8-4890-bb83-f87fea7ed587","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["635eeceb-198b-44e2-a304-e45d67918f44"],"description":"","tags":[],"updated_at":"2018-07-19T05:22:20Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:19Z","provider:network_type":"vxlan"}]} 2018-07-19 05:22:22,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-net used request id req-c9e4588a-98a6-400c-adaa-d228ae2f77b7 2018-07-19 05:22:22,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=789fd898-a0e8-4890-bb83-f87fea7ed587 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" 2018-07-19 05:22:23,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-4741c6ae-5c2b-4eea-a996-338b82a900d8 Date: Thu, 19 Jul 2018 05:22:22 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:20Z","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":"635eeceb-198b-44e2-a304-e45d67918f44","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"789fd898-a0e8-4890-bb83-f87fea7ed587","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:20Z","ip_version":4}]} 2018-07-19 05:22:23,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=789fd898-a0e8-4890-bb83-f87fea7ed587 used request id req-4741c6ae-5c2b-4eea-a996-338b82a900d8 2018-07-19 05:22:23,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" 2018-07-19 05:22:23,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-e59d4649-bbba-4271-baad-12edf1949a08 Date: Thu, 19 Jul 2018 05:22:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"789fd898-a0e8-4890-bb83-f87fea7ed587","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["635eeceb-198b-44e2-a304-e45d67918f44"],"description":"","tags":[],"updated_at":"2018-07-19T05:22:20Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:19Z","provider:network_type":"vxlan"}]} 2018-07-19 05:22:23,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-net used request id req-e59d4649-bbba-4271-baad-12edf1949a08 2018-07-19 05:22:23,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:22:23,308 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:22:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb383c59-c9a0-4cf1-86cd-585c98f575f3 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:22:23,308 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-fb383c59-c9a0-4cf1-86cd-585c98f575f3 2018-07-19 05:22:23,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}235b5744d78208f4a8fd6d25d286f302d245511f" 2018-07-19 05:22:23,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1748435b-4104-4443-83cb-03f2460e8730 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:22:23,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-1748435b-4104-4443-83cb-03f2460e8730 2018-07-19 05:22:23,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=789fd898-a0e8-4890-bb83-f87fea7ed587 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" 2018-07-19 05:22:23,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-e09dcc69-7a01-442d-9da3-b135477fe846 Date: Thu, 19 Jul 2018 05:22:23 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:20Z","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":"635eeceb-198b-44e2-a304-e45d67918f44","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"789fd898-a0e8-4890-bb83-f87fea7ed587","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:20Z","ip_version":4}]} 2018-07-19 05:22:23,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=789fd898-a0e8-4890-bb83-f87fea7ed587 used request id req-e09dcc69-7a01-442d-9da3-b135477fe846 2018-07-19 05:22:23,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=789fd898-a0e8-4890-bb83-f87fea7ed587&name=NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" 2018-07-19 05:22:23,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-50af226c-8a5e-4603-9ee3-e8500f3f5620 Date: Thu, 19 Jul 2018 05:22:23 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:22:20Z","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":"635eeceb-198b-44e2-a304-e45d67918f44","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"789fd898-a0e8-4890-bb83-f87fea7ed587","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:20Z","ip_version":4}]} 2018-07-19 05:22:23,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=789fd898-a0e8-4890-bb83-f87fea7ed587&name=NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-subnet used request id req-50af226c-8a5e-4603-9ee3-e8500f3f5620 2018-07-19 05:22:23,502 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-net 2018-07-19 05:22:23,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" -d '{"port": {"network_id": "789fd898-a0e8-4890-bb83-f87fea7ed587", "fixed_ips": [{"subnet_id": "635eeceb-198b-44e2-a304-e45d67918f44", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-07-19 05:22:25,307 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 839 X-Openstack-Request-Id: req-094a34fa-aaa2-406c-8bb3-9f0368541e4c Date: Thu, 19 Jul 2018 05:22:25 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:22:24Z","device_owner":"","revision_number":2,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"635eeceb-198b-44e2-a304-e45d67918f44","ip_address":"10.55.1.100"}],"id":"65cb61dd-378d-4166-be87-ee4f3f649980","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:03:4d:a6","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"c9003101a9994c308fccde61f611d998","qos_policy_id":null,"admin_state_up":true,"network_id":"789fd898-a0e8-4890-bb83-f87fea7ed587","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:24Z","binding:vnic_type":"normal","ip_allocation":"immediate"}} 2018-07-19 05:22:25,307 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-094a34fa-aaa2-406c-8bb3-9f0368541e4c 2018-07-19 05:22:25,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports/65cb61dd-378d-4166-be87-ee4f3f649980 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" 2018-07-19 05:22:25,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 839 X-Openstack-Request-Id: req-1ce9b155-b32b-4f32-ae40-b6ca6e5125b6 Date: Thu, 19 Jul 2018 05:22:25 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:22:24Z","device_owner":"","revision_number":2,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"635eeceb-198b-44e2-a304-e45d67918f44","ip_address":"10.55.1.100"}],"id":"65cb61dd-378d-4166-be87-ee4f3f649980","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:03:4d:a6","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"c9003101a9994c308fccde61f611d998","qos_policy_id":null,"admin_state_up":true,"network_id":"789fd898-a0e8-4890-bb83-f87fea7ed587","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:22:24Z","binding:vnic_type":"normal","ip_allocation":"immediate"}} 2018-07-19 05:22:25,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports/65cb61dd-378d-4166-be87-ee4f3f649980 used request id req-1ce9b155-b32b-4f32-ae40-b6ca6e5125b6 2018-07-19 05:22:25,385 - neutron_utils - INFO - Deleting port with name 2018-07-19 05:22:25,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/65cb61dd-378d-4166-be87-ee4f3f649980 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" 2018-07-19 05:22:25,953 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3e107f8e-14de-4a80-8091-84dd2710df21 Date: Thu, 19 Jul 2018 05:22:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:22:25,954 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/65cb61dd-378d-4166-be87-ee4f3f649980 used request id req-3e107f8e-14de-4a80-8091-84dd2710df21 2018-07-19 05:22:25,954 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-subnet 2018-07-19 05:22:25,954 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-subnet 2018-07-19 05:22:25,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/635eeceb-198b-44e2-a304-e45d67918f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" 2018-07-19 05:22:28,343 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4c7f6071-479b-4393-a423-4134ba4b3b60 Date: Thu, 19 Jul 2018 05:22:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:22:28,343 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/635eeceb-198b-44e2-a304-e45d67918f44 used request id req-4c7f6071-479b-4393-a423-4134ba4b3b60 2018-07-19 05:22:28,343 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-9d5a6277-26c6-4745-ba87-7c3183fb103d-pub-net 2018-07-19 05:22:28,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/789fd898-a0e8-4890-bb83-f87fea7ed587 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76df402d073f02f6490d6df112fb33256eb43e1b" 2018-07-19 05:22:30,294 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1d7110e7-24cb-456a-b245-011feca51114 Date: Thu, 19 Jul 2018 05:22:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:22:30,294 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/789fd898-a0e8-4890-bb83-f87fea7ed587 used request id req-1d7110e7-24cb-456a-b245-011feca51114 2018-07-19 05:22:30,296 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:22:30,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:22:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["zMDVVVyRSwmGXVja7RatTg"], "issued_at": "2018-07-19T05:22:30.000000Z"}} 2018-07-19 05:22:30,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31db7925f13186ca5775d411869cc7495b82db74" 2018-07-19 05:22:30,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:22:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c737cead-b9dc-40f0-adf0-024c5e4db8b3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:22:30,801 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c737cead-b9dc-40f0-adf0-024c5e4db8b3 2018-07-19 05:22:30,802 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:22:30,803 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:22:31,205 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:22:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["l5R9yQLpQ4KvAOx0RECLcg"], "issued_at": "2018-07-19T05:22:31.000000Z"}} 2018-07-19 05:22:31,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602c41a23df4baa3745419e40c4a5d25861e6174" 2018-07-19 05:22:31,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b6c0835-13e5-4c21-83c9-1beb6ee8c377 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:22:31,305 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1b6c0835-13e5-4c21-83c9-1beb6ee8c377 2018-07-19 05:22:31,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-252391cc-9795-4f12-b5b6-e6954f095861-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31db7925f13186ca5775d411869cc7495b82db74" 2018-07-19 05:22:31,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5855400b-2c5b-46d3-8572-9bc130b3bd57 Date: Thu, 19 Jul 2018 05:22:31 GMT RESP BODY: {"networks":[]} 2018-07-19 05:22:31,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-252391cc-9795-4f12-b5b6-e6954f095861-pub-net used request id req-5855400b-2c5b-46d3-8572-9bc130b3bd57 2018-07-19 05:22:31,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:22:31,983 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:22:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["xqWHvYDpQOWbLodkUAWh9w"], "issued_at": "2018-07-19T05:22:31.000000Z"}} 2018-07-19 05:22:31,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6ebf4202140948d0a3cae60bea068ab9bb59f51" 2018-07-19 05:22:32,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-933baf9b-2eaf-421f-9558-b5bd7071d779 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:22:32,070 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-933baf9b-2eaf-421f-9558-b5bd7071d779 2018-07-19 05:22:32,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:22:32,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:22:32,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:22:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["Dr04NcK5T3-thy48bf88aA"], "issued_at": "2018-07-19T05:22:32.000000Z"}} 2018-07-19 05:22:32,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7024f1e28453983973642193c20c597aecec9837" 2018-07-19 05:22:32,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57987608-d290-499c-a44e-9dd5b2c55ce3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:22:32,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-57987608-d290-499c-a44e-9dd5b2c55ce3 2018-07-19 05:22:32,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6ebf4202140948d0a3cae60bea068ab9bb59f51" 2018-07-19 05:22:32,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-f048db5f-b985-4227-a3a3-d8a4deb5929e Date: Thu, 19 Jul 2018 05:22:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:22:32,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-f048db5f-b985-4227-a3a3-d8a4deb5929e 2018-07-19 05:22:32,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d6c4720e-2d57-4849-96dc-980b067c3c5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6ebf4202140948d0a3cae60bea068ab9bb59f51" 2018-07-19 05:22:33,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-4f41a370-97e1-46ae-abe3-9757e139d951 Date: Thu, 19 Jul 2018 05:22:33 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4}]} 2018-07-19 05:22:33,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d6c4720e-2d57-4849-96dc-980b067c3c5c used request id req-4f41a370-97e1-46ae-abe3-9757e139d951 2018-07-19 05:22:33,120 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-27cc2b92-43d8-4ffb-8913-3a57c317c644-pub-router 2018-07-19 05:22:33,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6ebf4202140948d0a3cae60bea068ab9bb59f51" -d '{"router": {"external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c"}, "name": "NeutronUtilsRouterTests-27cc2b92-43d8-4ffb-8913-3a57c317c644-pub-router", "admin_state_up": true}}' 2018-07-19 05:22:39,137 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-cad96ea2-05e8-431a-bfcb-4fa7e27b7f08 Date: Thu, 19 Jul 2018 05:22:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:22:33Z", "admin_state_up": true, "updated_at": "2018-07-19T05:22:34Z", "project_id": "c9003101a9994c308fccde61f611d998", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "3c7f02e3-ab60-40bf-a44b-169980ed4433", "name": "NeutronUtilsRouterTests-27cc2b92-43d8-4ffb-8913-3a57c317c644-pub-router"}} 2018-07-19 05:22:39,137 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-cad96ea2-05e8-431a-bfcb-4fa7e27b7f08 2018-07-19 05:22:39,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=3c7f02e3-ab60-40bf-a44b-169980ed4433 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6ebf4202140948d0a3cae60bea068ab9bb59f51" 2018-07-19 05:22:39,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3422 X-Openstack-Request-Id: req-4992a921-ed61-4cb7-9eaf-9ec6683fd395 Date: Thu, 19 Jul 2018 05:22:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:22:35Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"73cf3dd7-2bf8-4898-b34f-04b45e4c2fea","ip_address":"169.254.192.1"}],"id":"1a65e7f8-b7fe-41b3-bcb7-b7a986e24ce8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c0:f7:59","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"afb09131-3a08-4901-b6ad-bbf849f4a5da","tenant_id":"","created_at":"2018-07-19T05:22:35Z","binding:vnic_type":"normal","device_id":"3c7f02e3-ab60-40bf-a44b-169980ed4433","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:22:36Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"73cf3dd7-2bf8-4898-b34f-04b45e4c2fea","ip_address":"169.254.192.6"}],"id":"3359f7e7-d3d0-4404-a6c4-cf119e9a8e1c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:20:4b:42","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"afb09131-3a08-4901-b6ad-bbf849f4a5da","tenant_id":"","created_at":"2018-07-19T05:22:36Z","binding:vnic_type":"normal","device_id":"3c7f02e3-ab60-40bf-a44b-169980ed4433","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:22:37Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"73cf3dd7-2bf8-4898-b34f-04b45e4c2fea","ip_address":"169.254.192.5"}],"id":"a143e57e-45cb-4d6c-958a-eccf05b660d0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:33:d1:ef","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"afb09131-3a08-4901-b6ad-bbf849f4a5da","tenant_id":"","created_at":"2018-07-19T05:22:37Z","binding:vnic_type":"normal","device_id":"3c7f02e3-ab60-40bf-a44b-169980ed4433","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:22:39Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","ip_address":"172.30.9.203"}],"id":"bab4dd67-2810-4c25-b989-1226a287649b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:c3:cc","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":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"","created_at":"2018-07-19T05:22:34Z","binding:vnic_type":"normal","device_id":"3c7f02e3-ab60-40bf-a44b-169980ed4433","ip_allocation":"immediate"}]} 2018-07-19 05:22:39,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=3c7f02e3-ab60-40bf-a44b-169980ed4433 used request id req-4992a921-ed61-4cb7-9eaf-9ec6683fd395 2018-07-19 05:22:39,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2c83d5bd-6837-46dc-ba99-edbcdb9eb558 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6ebf4202140948d0a3cae60bea068ab9bb59f51" 2018-07-19 05:22:39,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-fbbf0328-bf48-4f5f-9a3a-ef0d1a712a46 Date: Thu, 19 Jul 2018 05:22:39 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4}} 2018-07-19 05:22:39,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2c83d5bd-6837-46dc-ba99-edbcdb9eb558 used request id req-fbbf0328-bf48-4f5f-9a3a-ef0d1a712a46 2018-07-19 05:22:39,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/73cf3dd7-2bf8-4898-b34f-04b45e4c2fea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6ebf4202140948d0a3cae60bea068ab9bb59f51" 2018-07-19 05:22:39,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-f19d8bda-5915-4b8f-bc06-078469f9bf3e Date: Thu, 19 Jul 2018 05:22:39 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:22:33Z","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":"73cf3dd7-2bf8-4898-b34f-04b45e4c2fea","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"afb09131-3a08-4901-b6ad-bbf849f4a5da","tenant_id":"","created_at":"2018-07-19T05:22:33Z","ip_version":4}} 2018-07-19 05:22:39,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/73cf3dd7-2bf8-4898-b34f-04b45e4c2fea used request id req-f19d8bda-5915-4b8f-bc06-078469f9bf3e 2018-07-19 05:22:39,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/73cf3dd7-2bf8-4898-b34f-04b45e4c2fea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6ebf4202140948d0a3cae60bea068ab9bb59f51" 2018-07-19 05:22:40,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-5587b69d-2ccf-44a1-bf64-d6e93a788ef6 Date: Thu, 19 Jul 2018 05:22:40 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:22:33Z","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":"73cf3dd7-2bf8-4898-b34f-04b45e4c2fea","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"afb09131-3a08-4901-b6ad-bbf849f4a5da","tenant_id":"","created_at":"2018-07-19T05:22:33Z","ip_version":4}} 2018-07-19 05:22:40,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/73cf3dd7-2bf8-4898-b34f-04b45e4c2fea used request id req-5587b69d-2ccf-44a1-bf64-d6e93a788ef6 2018-07-19 05:22:40,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/73cf3dd7-2bf8-4898-b34f-04b45e4c2fea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6ebf4202140948d0a3cae60bea068ab9bb59f51" 2018-07-19 05:22:40,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-59a7dedd-bac5-47a8-8665-6b5e692b904f Date: Thu, 19 Jul 2018 05:22:40 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:22:33Z","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":"73cf3dd7-2bf8-4898-b34f-04b45e4c2fea","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"afb09131-3a08-4901-b6ad-bbf849f4a5da","tenant_id":"","created_at":"2018-07-19T05:22:33Z","ip_version":4}} 2018-07-19 05:22:40,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/73cf3dd7-2bf8-4898-b34f-04b45e4c2fea used request id req-59a7dedd-bac5-47a8-8665-6b5e692b904f 2018-07-19 05:22:40,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-27cc2b92-43d8-4ffb-8913-3a57c317c644-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6ebf4202140948d0a3cae60bea068ab9bb59f51" 2018-07-19 05:22:40,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-d2ad48c0-d624-458c-9992-718f246746fe Date: Thu, 19 Jul 2018 05:22:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:22:33Z", "admin_state_up": true, "updated_at": "2018-07-19T05:22:37Z", "project_id": "c9003101a9994c308fccde61f611d998", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "3c7f02e3-ab60-40bf-a44b-169980ed4433", "name": "NeutronUtilsRouterTests-27cc2b92-43d8-4ffb-8913-3a57c317c644-pub-router"}]} 2018-07-19 05:22:40,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-27cc2b92-43d8-4ffb-8913-3a57c317c644-pub-router used request id req-d2ad48c0-d624-458c-9992-718f246746fe 2018-07-19 05:22:40,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:22:40,176 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:22:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc1a66e5-1381-465d-bcc1-a1f20c50bc78 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:22:40,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-cc1a66e5-1381-465d-bcc1-a1f20c50bc78 2018-07-19 05:22:40,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6ebf4202140948d0a3cae60bea068ab9bb59f51" 2018-07-19 05:22:40,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:22:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-826136ba-867a-4810-8683-a945843ac48a Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:22:40,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-826136ba-867a-4810-8683-a945843ac48a 2018-07-19 05:22:40,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=3c7f02e3-ab60-40bf-a44b-169980ed4433 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6ebf4202140948d0a3cae60bea068ab9bb59f51" 2018-07-19 05:22:40,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3552 X-Openstack-Request-Id: req-26c1899a-ba3a-4227-9e94-0a858da659d9 Date: Thu, 19 Jul 2018 05:22:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:22:40Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"73cf3dd7-2bf8-4898-b34f-04b45e4c2fea","ip_address":"169.254.192.1"}],"id":"1a65e7f8-b7fe-41b3-bcb7-b7a986e24ce8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:f7:59","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"afb09131-3a08-4901-b6ad-bbf849f4a5da","tenant_id":"","created_at":"2018-07-19T05:22:35Z","binding:vnic_type":"normal","device_id":"3c7f02e3-ab60-40bf-a44b-169980ed4433","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:22:36Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"73cf3dd7-2bf8-4898-b34f-04b45e4c2fea","ip_address":"169.254.192.6"}],"id":"3359f7e7-d3d0-4404-a6c4-cf119e9a8e1c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:20:4b:42","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"afb09131-3a08-4901-b6ad-bbf849f4a5da","tenant_id":"","created_at":"2018-07-19T05:22:36Z","binding:vnic_type":"normal","device_id":"3c7f02e3-ab60-40bf-a44b-169980ed4433","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:22:40Z","device_owner":"network:router_ha_interface","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"73cf3dd7-2bf8-4898-b34f-04b45e4c2fea","ip_address":"169.254.192.5"}],"id":"a143e57e-45cb-4d6c-958a-eccf05b660d0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:33:d1:ef","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"afb09131-3a08-4901-b6ad-bbf849f4a5da","tenant_id":"","created_at":"2018-07-19T05:22:37Z","binding:vnic_type":"normal","device_id":"3c7f02e3-ab60-40bf-a44b-169980ed4433","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:22:39Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","ip_address":"172.30.9.203"}],"id":"bab4dd67-2810-4c25-b989-1226a287649b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:c3:cc","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":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"","created_at":"2018-07-19T05:22:34Z","binding:vnic_type":"normal","device_id":"3c7f02e3-ab60-40bf-a44b-169980ed4433","ip_allocation":"immediate"}]} 2018-07-19 05:22:40,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=3c7f02e3-ab60-40bf-a44b-169980ed4433 used request id req-26c1899a-ba3a-4227-9e94-0a858da659d9 2018-07-19 05:22:40,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2c83d5bd-6837-46dc-ba99-edbcdb9eb558 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6ebf4202140948d0a3cae60bea068ab9bb59f51" 2018-07-19 05:22:40,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-8ce1f156-81c5-46a2-8b93-ca5635370077 Date: Thu, 19 Jul 2018 05:22:40 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4}} 2018-07-19 05:22:40,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2c83d5bd-6837-46dc-ba99-edbcdb9eb558 used request id req-8ce1f156-81c5-46a2-8b93-ca5635370077 2018-07-19 05:22:40,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/73cf3dd7-2bf8-4898-b34f-04b45e4c2fea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6ebf4202140948d0a3cae60bea068ab9bb59f51" 2018-07-19 05:22:41,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-8f1edbf7-5cc1-46f5-b136-a83bb87c6ade Date: Thu, 19 Jul 2018 05:22:41 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:22:33Z","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":"73cf3dd7-2bf8-4898-b34f-04b45e4c2fea","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"afb09131-3a08-4901-b6ad-bbf849f4a5da","tenant_id":"","created_at":"2018-07-19T05:22:33Z","ip_version":4}} 2018-07-19 05:22:41,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/73cf3dd7-2bf8-4898-b34f-04b45e4c2fea used request id req-8f1edbf7-5cc1-46f5-b136-a83bb87c6ade 2018-07-19 05:22:41,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/73cf3dd7-2bf8-4898-b34f-04b45e4c2fea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6ebf4202140948d0a3cae60bea068ab9bb59f51" 2018-07-19 05:22:41,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-26b0f6b3-7520-45eb-bbea-a64f2c9534e9 Date: Thu, 19 Jul 2018 05:22:41 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:22:33Z","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":"73cf3dd7-2bf8-4898-b34f-04b45e4c2fea","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"afb09131-3a08-4901-b6ad-bbf849f4a5da","tenant_id":"","created_at":"2018-07-19T05:22:33Z","ip_version":4}} 2018-07-19 05:22:41,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/73cf3dd7-2bf8-4898-b34f-04b45e4c2fea used request id req-26b0f6b3-7520-45eb-bbea-a64f2c9534e9 2018-07-19 05:22:41,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/73cf3dd7-2bf8-4898-b34f-04b45e4c2fea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6ebf4202140948d0a3cae60bea068ab9bb59f51" 2018-07-19 05:22:41,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-a7ca0a93-17ad-4dfd-84a0-22381ea93a30 Date: Thu, 19 Jul 2018 05:22:41 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:22:33Z","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":"73cf3dd7-2bf8-4898-b34f-04b45e4c2fea","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"afb09131-3a08-4901-b6ad-bbf849f4a5da","tenant_id":"","created_at":"2018-07-19T05:22:33Z","ip_version":4}} 2018-07-19 05:22:41,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/73cf3dd7-2bf8-4898-b34f-04b45e4c2fea used request id req-a7ca0a93-17ad-4dfd-84a0-22381ea93a30 2018-07-19 05:22:41,557 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-27cc2b92-43d8-4ffb-8913-3a57c317c644-pub-router 2018-07-19 05:22:41,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/3c7f02e3-ab60-40bf-a44b-169980ed4433 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6ebf4202140948d0a3cae60bea068ab9bb59f51" 2018-07-19 05:22:45,333 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-76778e7d-e9d6-4a7d-a14d-6217bbce5566 Content-Length: 0 Date: Thu, 19 Jul 2018 05:22:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:22:45,333 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/3c7f02e3-ab60-40bf-a44b-169980ed4433 used request id req-76778e7d-e9d6-4a7d-a14d-6217bbce5566 2018-07-19 05:22:45,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-27cc2b92-43d8-4ffb-8913-3a57c317c644-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6ebf4202140948d0a3cae60bea068ab9bb59f51" 2018-07-19 05:22:45,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-603e4f1a-17ae-40c4-9167-77b71dd8e724 Date: Thu, 19 Jul 2018 05:22:45 GMT RESP BODY: {"routers": []} 2018-07-19 05:22:45,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-27cc2b92-43d8-4ffb-8913-3a57c317c644-pub-router used request id req-603e4f1a-17ae-40c4-9167-77b71dd8e724 2018-07-19 05:22:45,574 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:22:45,979 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:22:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["QhAN6g_5TYSD_QIkr6zfWw"], "issued_at": "2018-07-19T05:22:45.000000Z"}} 2018-07-19 05:22:45,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e29cb3c1cc3f221110e818efb3217af800622194" 2018-07-19 05:22:46,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1782fa8b-02e3-45c5-936b-f412c5a4a138 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:22:46,071 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1782fa8b-02e3-45c5-936b-f412c5a4a138 2018-07-19 05:22:46,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:22:46,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:22:46,486 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:22:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["Ql_FDzb9Swa68L0K9_9M-w"], "issued_at": "2018-07-19T05:22:46.000000Z"}} 2018-07-19 05:22:46,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca82f818dd77e481378cff3a68be3453f1ebb77b" 2018-07-19 05:22:46,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:22:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df4c8880-0764-4030-94b7-800e62852186 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:22:46,588 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-df4c8880-0764-4030-94b7-800e62852186 2018-07-19 05:22:46,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e29cb3c1cc3f221110e818efb3217af800622194" 2018-07-19 05:22:46,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-65b68963-c65a-4a25-acf7-f4247e3a2655 Date: Thu, 19 Jul 2018 05:22:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:22:46,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-65b68963-c65a-4a25-acf7-f4247e3a2655 2018-07-19 05:22:46,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d6c4720e-2d57-4849-96dc-980b067c3c5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e29cb3c1cc3f221110e818efb3217af800622194" 2018-07-19 05:22:47,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-951abac7-e398-4d00-8167-80d3559826f5 Date: Thu, 19 Jul 2018 05:22:47 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4}]} 2018-07-19 05:22:47,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d6c4720e-2d57-4849-96dc-980b067c3c5c used request id req-951abac7-e398-4d00-8167-80d3559826f5 2018-07-19 05:22:47,134 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-8f859785-4f89-4fd3-8318-edc8f8f18e95-pub-router 2018-07-19 05:22:47,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e29cb3c1cc3f221110e818efb3217af800622194" -d '{"router": {"external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c"}, "name": "NeutronUtilsRouterTests-8f859785-4f89-4fd3-8318-edc8f8f18e95-pub-router", "admin_state_up": true}}' 2018-07-19 05:22:54,035 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-eb48f7a3-8516-4f66-8f9d-792fb8549285 Date: Thu, 19 Jul 2018 05:22:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:22:47Z", "admin_state_up": true, "updated_at": "2018-07-19T05:22:49Z", "project_id": "c9003101a9994c308fccde61f611d998", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "9d3bfae3-f305-4c4c-9d78-62473041f7a0", "name": "NeutronUtilsRouterTests-8f859785-4f89-4fd3-8318-edc8f8f18e95-pub-router"}} 2018-07-19 05:22:54,035 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-eb48f7a3-8516-4f66-8f9d-792fb8549285 2018-07-19 05:22:54,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=9d3bfae3-f305-4c4c-9d78-62473041f7a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e29cb3c1cc3f221110e818efb3217af800622194" 2018-07-19 05:22:54,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3422 X-Openstack-Request-Id: req-6fc392eb-ffe1-4020-a1b4-22bd684e204b Date: Thu, 19 Jul 2018 05:22:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:22:49Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f5b78bc-184e-4da9-b56e-e122697c5a2f","ip_address":"169.254.192.3"}],"id":"55d1ca65-ed50-400b-a73d-133b840cb1d5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f7:96:27","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"7d0e9c48-8e89-439d-81d0-e185cc7788b3","tenant_id":"","created_at":"2018-07-19T05:22:49Z","binding:vnic_type":"normal","device_id":"9d3bfae3-f305-4c4c-9d78-62473041f7a0","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:22:50Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f5b78bc-184e-4da9-b56e-e122697c5a2f","ip_address":"169.254.192.4"}],"id":"95f96529-1ca3-4919-a5ff-3e6a2021bdae","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:16:c6:5f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"7d0e9c48-8e89-439d-81d0-e185cc7788b3","tenant_id":"","created_at":"2018-07-19T05:22:50Z","binding:vnic_type":"normal","device_id":"9d3bfae3-f305-4c4c-9d78-62473041f7a0","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:22:54Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","ip_address":"172.30.9.206"}],"id":"c56ef203-c5ab-4771-8478-c61e0e157ccf","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:48:a1","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":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"","created_at":"2018-07-19T05:22:48Z","binding:vnic_type":"normal","device_id":"9d3bfae3-f305-4c4c-9d78-62473041f7a0","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:22:51Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f5b78bc-184e-4da9-b56e-e122697c5a2f","ip_address":"169.254.192.1"}],"id":"cce60b8b-a4bd-4f52-87bf-267920910c51","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:40:6f:72","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"7d0e9c48-8e89-439d-81d0-e185cc7788b3","tenant_id":"","created_at":"2018-07-19T05:22:51Z","binding:vnic_type":"normal","device_id":"9d3bfae3-f305-4c4c-9d78-62473041f7a0","ip_allocation":"immediate"}]} 2018-07-19 05:22:54,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=9d3bfae3-f305-4c4c-9d78-62473041f7a0 used request id req-6fc392eb-ffe1-4020-a1b4-22bd684e204b 2018-07-19 05:22:54,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2c83d5bd-6837-46dc-ba99-edbcdb9eb558 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e29cb3c1cc3f221110e818efb3217af800622194" 2018-07-19 05:22:54,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-c1efeb57-774a-408f-b53f-56107d648946 Date: Thu, 19 Jul 2018 05:22:54 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4}} 2018-07-19 05:22:54,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2c83d5bd-6837-46dc-ba99-edbcdb9eb558 used request id req-c1efeb57-774a-408f-b53f-56107d648946 2018-07-19 05:22:54,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/0f5b78bc-184e-4da9-b56e-e122697c5a2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e29cb3c1cc3f221110e818efb3217af800622194" 2018-07-19 05:22:54,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-0af2e231-13ee-4121-8d34-2cfd34488568 Date: Thu, 19 Jul 2018 05:22:54 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:22:47Z","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":"0f5b78bc-184e-4da9-b56e-e122697c5a2f","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"7d0e9c48-8e89-439d-81d0-e185cc7788b3","tenant_id":"","created_at":"2018-07-19T05:22:47Z","ip_version":4}} 2018-07-19 05:22:54,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/0f5b78bc-184e-4da9-b56e-e122697c5a2f used request id req-0af2e231-13ee-4121-8d34-2cfd34488568 2018-07-19 05:22:54,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/0f5b78bc-184e-4da9-b56e-e122697c5a2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e29cb3c1cc3f221110e818efb3217af800622194" 2018-07-19 05:22:55,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-e45b082f-927c-4a06-ad2b-5ee9f7d8a99c Date: Thu, 19 Jul 2018 05:22:55 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:22:47Z","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":"0f5b78bc-184e-4da9-b56e-e122697c5a2f","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"7d0e9c48-8e89-439d-81d0-e185cc7788b3","tenant_id":"","created_at":"2018-07-19T05:22:47Z","ip_version":4}} 2018-07-19 05:22:55,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/0f5b78bc-184e-4da9-b56e-e122697c5a2f used request id req-e45b082f-927c-4a06-ad2b-5ee9f7d8a99c 2018-07-19 05:22:55,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/0f5b78bc-184e-4da9-b56e-e122697c5a2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e29cb3c1cc3f221110e818efb3217af800622194" 2018-07-19 05:22:55,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-946fb9aa-8847-4515-98ee-c70fcf1a950c Date: Thu, 19 Jul 2018 05:22:55 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:22:47Z","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":"0f5b78bc-184e-4da9-b56e-e122697c5a2f","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"7d0e9c48-8e89-439d-81d0-e185cc7788b3","tenant_id":"","created_at":"2018-07-19T05:22:47Z","ip_version":4}} 2018-07-19 05:22:55,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/0f5b78bc-184e-4da9-b56e-e122697c5a2f used request id req-946fb9aa-8847-4515-98ee-c70fcf1a950c 2018-07-19 05:22:55,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-8f859785-4f89-4fd3-8318-edc8f8f18e95-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e29cb3c1cc3f221110e818efb3217af800622194" 2018-07-19 05:22:55,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-98015535-724f-416b-9214-632138e327b7 Date: Thu, 19 Jul 2018 05:22:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "2c83d5bd-6837-46dc-ba99-edbcdb9eb558", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:22:47Z", "admin_state_up": true, "updated_at": "2018-07-19T05:22:52Z", "project_id": "c9003101a9994c308fccde61f611d998", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "9d3bfae3-f305-4c4c-9d78-62473041f7a0", "name": "NeutronUtilsRouterTests-8f859785-4f89-4fd3-8318-edc8f8f18e95-pub-router"}]} 2018-07-19 05:22:55,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-8f859785-4f89-4fd3-8318-edc8f8f18e95-pub-router used request id req-98015535-724f-416b-9214-632138e327b7 2018-07-19 05:22:55,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:22:55,425 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:22:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71332f5a-181c-4322-8298-92c36f672163 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:22:55,425 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-71332f5a-181c-4322-8298-92c36f672163 2018-07-19 05:22:55,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e29cb3c1cc3f221110e818efb3217af800622194" 2018-07-19 05:22:55,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70fe49f8-99c7-4e4c-83e4-4f6c731ee1c9 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:22:55,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-70fe49f8-99c7-4e4c-83e4-4f6c731ee1c9 2018-07-19 05:22:55,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=9d3bfae3-f305-4c4c-9d78-62473041f7a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e29cb3c1cc3f221110e818efb3217af800622194" 2018-07-19 05:22:55,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3490 X-Openstack-Request-Id: req-bc952a3f-e28b-4fb4-96b3-0177697a30c1 Date: Thu, 19 Jul 2018 05:22:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:22:54Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f5b78bc-184e-4da9-b56e-e122697c5a2f","ip_address":"169.254.192.3"}],"id":"55d1ca65-ed50-400b-a73d-133b840cb1d5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:96:27","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"7d0e9c48-8e89-439d-81d0-e185cc7788b3","tenant_id":"","created_at":"2018-07-19T05:22:49Z","binding:vnic_type":"normal","device_id":"9d3bfae3-f305-4c4c-9d78-62473041f7a0","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:22:50Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f5b78bc-184e-4da9-b56e-e122697c5a2f","ip_address":"169.254.192.4"}],"id":"95f96529-1ca3-4919-a5ff-3e6a2021bdae","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:16:c6:5f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"7d0e9c48-8e89-439d-81d0-e185cc7788b3","tenant_id":"","created_at":"2018-07-19T05:22:50Z","binding:vnic_type":"normal","device_id":"9d3bfae3-f305-4c4c-9d78-62473041f7a0","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:22:55Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","ip_address":"172.30.9.206"}],"id":"c56ef203-c5ab-4771-8478-c61e0e157ccf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6a:48:a1","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":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"","created_at":"2018-07-19T05:22:48Z","binding:vnic_type":"normal","device_id":"9d3bfae3-f305-4c4c-9d78-62473041f7a0","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:22:55Z","device_owner":"network:router_ha_interface","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f5b78bc-184e-4da9-b56e-e122697c5a2f","ip_address":"169.254.192.1"}],"id":"cce60b8b-a4bd-4f52-87bf-267920910c51","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:40:6f:72","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c9003101a9994c308fccde61f611d998","admin_state_up":true,"network_id":"7d0e9c48-8e89-439d-81d0-e185cc7788b3","tenant_id":"","created_at":"2018-07-19T05:22:51Z","binding:vnic_type":"normal","device_id":"9d3bfae3-f305-4c4c-9d78-62473041f7a0","ip_allocation":"immediate"}]} 2018-07-19 05:22:55,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=9d3bfae3-f305-4c4c-9d78-62473041f7a0 used request id req-bc952a3f-e28b-4fb4-96b3-0177697a30c1 2018-07-19 05:22:55,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2c83d5bd-6837-46dc-ba99-edbcdb9eb558 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e29cb3c1cc3f221110e818efb3217af800622194" 2018-07-19 05:22:56,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-a42b0ef0-9d4c-4039-a9f6-a521990deef9 Date: Thu, 19 Jul 2018 05:22:56 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4}} 2018-07-19 05:22:56,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2c83d5bd-6837-46dc-ba99-edbcdb9eb558 used request id req-a42b0ef0-9d4c-4039-a9f6-a521990deef9 2018-07-19 05:22:56,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/0f5b78bc-184e-4da9-b56e-e122697c5a2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e29cb3c1cc3f221110e818efb3217af800622194" 2018-07-19 05:22:56,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-6138a243-1a0b-4ffa-95db-52fddc123839 Date: Thu, 19 Jul 2018 05:22:56 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:22:47Z","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":"0f5b78bc-184e-4da9-b56e-e122697c5a2f","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"7d0e9c48-8e89-439d-81d0-e185cc7788b3","tenant_id":"","created_at":"2018-07-19T05:22:47Z","ip_version":4}} 2018-07-19 05:22:56,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/0f5b78bc-184e-4da9-b56e-e122697c5a2f used request id req-6138a243-1a0b-4ffa-95db-52fddc123839 2018-07-19 05:22:56,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/0f5b78bc-184e-4da9-b56e-e122697c5a2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e29cb3c1cc3f221110e818efb3217af800622194" 2018-07-19 05:22:56,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-17731edd-c293-4d39-a5af-4f1dbe079919 Date: Thu, 19 Jul 2018 05:22:56 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:22:47Z","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":"0f5b78bc-184e-4da9-b56e-e122697c5a2f","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"7d0e9c48-8e89-439d-81d0-e185cc7788b3","tenant_id":"","created_at":"2018-07-19T05:22:47Z","ip_version":4}} 2018-07-19 05:22:56,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/0f5b78bc-184e-4da9-b56e-e122697c5a2f used request id req-17731edd-c293-4d39-a5af-4f1dbe079919 2018-07-19 05:22:56,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/0f5b78bc-184e-4da9-b56e-e122697c5a2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e29cb3c1cc3f221110e818efb3217af800622194" 2018-07-19 05:22:56,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-b4c6ca0c-b3f7-4820-82bf-07219f5eeef2 Date: Thu, 19 Jul 2018 05:22:56 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-19T05:22:47Z","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":"0f5b78bc-184e-4da9-b56e-e122697c5a2f","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant c9003101a9994c308fccde61f611d998","enable_dhcp":false,"segment_id":null,"network_id":"7d0e9c48-8e89-439d-81d0-e185cc7788b3","tenant_id":"","created_at":"2018-07-19T05:22:47Z","ip_version":4}} 2018-07-19 05:22:56,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/0f5b78bc-184e-4da9-b56e-e122697c5a2f used request id req-b4c6ca0c-b3f7-4820-82bf-07219f5eeef2 2018-07-19 05:22:56,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e29cb3c1cc3f221110e818efb3217af800622194" 2018-07-19 05:22:57,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-b9f7b932-1931-4905-88d9-d43a12fe9af5 Date: Thu, 19 Jul 2018 05:22:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:22:57,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-b9f7b932-1931-4905-88d9-d43a12fe9af5 2018-07-19 05:22:57,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d6c4720e-2d57-4849-96dc-980b067c3c5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e29cb3c1cc3f221110e818efb3217af800622194" 2018-07-19 05:22:57,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-59b86132-bd5b-4794-a1b4-11b74df7f33f Date: Thu, 19 Jul 2018 05:22:57 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4}]} 2018-07-19 05:22:57,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d6c4720e-2d57-4849-96dc-980b067c3c5c used request id req-59b86132-bd5b-4794-a1b4-11b74df7f33f 2018-07-19 05:22:57,431 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-8f859785-4f89-4fd3-8318-edc8f8f18e95-pub-router 2018-07-19 05:22:57,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/9d3bfae3-f305-4c4c-9d78-62473041f7a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e29cb3c1cc3f221110e818efb3217af800622194" 2018-07-19 05:23:01,468 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2f2febcd-6fa7-4859-8b2b-312ed29f9f2f Content-Length: 0 Date: Thu, 19 Jul 2018 05:23:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:23:01,468 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/9d3bfae3-f305-4c4c-9d78-62473041f7a0 used request id req-2f2febcd-6fa7-4859-8b2b-312ed29f9f2f 2018-07-19 05:23:01,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-8f859785-4f89-4fd3-8318-edc8f8f18e95-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e29cb3c1cc3f221110e818efb3217af800622194" 2018-07-19 05:23:01,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-28a908aa-8876-41cc-a997-d69bfd497dc1 Date: Thu, 19 Jul 2018 05:23:01 GMT RESP BODY: {"routers": []} 2018-07-19 05:23:01,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-8f859785-4f89-4fd3-8318-edc8f8f18e95-pub-router used request id req-28a908aa-8876-41cc-a997-d69bfd497dc1 2018-07-19 05:23:01,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:23:01,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:23:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["uQ4ViWihSb2rjCcmK7Lyrg"], "issued_at": "2018-07-19T05:23:01.000000Z"}} 2018-07-19 05:23:01,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ceac4e8afe7222a63ca26b806856314683af4df" 2018-07-19 05:23:02,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-552f2102-d8ea-4651-9a1f-789e873deed2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:23:02,028 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-552f2102-d8ea-4651-9a1f-789e873deed2 2018-07-19 05:23:02,029 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-1d2e4096-a445-476e-ace9-4acb141ffc3fname 2018-07-19 05:23:02,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ceac4e8afe7222a63ca26b806856314683af4df" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-1d2e4096-a445-476e-ace9-4acb141ffc3fname"}}' 2018-07-19 05:23:02,381 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-70bd56a3-65d8-4214-8161-5baba2ac7219 Date: Thu, 19 Jul 2018 05:23:02 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:02Z", "updated_at": "2018-07-19T05:23:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:02Z", "revision_number": 0, "id": "02c82b5e-dd9c-44a9-8840-53c97ce6b131", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:02Z", "security_group_id": "eee6a6d3-9040-4962-8423-ccceb9fc513a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:02Z", "revision_number": 0, "id": "3751a19d-567b-4e99-a025-d9fbe3dd2ab7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:02Z", "security_group_id": "eee6a6d3-9040-4962-8423-ccceb9fc513a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "eee6a6d3-9040-4962-8423-ccceb9fc513a", "name": "NeutronUtilsSecurityGroupTests-1d2e4096-a445-476e-ace9-4acb141ffc3fname"}} 2018-07-19 05:23:02,382 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-70bd56a3-65d8-4214-8161-5baba2ac7219 2018-07-19 05:23:02,382 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eee6a6d3-9040-4962-8423-ccceb9fc513a 2018-07-19 05:23:02,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eee6a6d3-9040-4962-8423-ccceb9fc513a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ceac4e8afe7222a63ca26b806856314683af4df" 2018-07-19 05:23:02,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-70e1e5e7-7264-4724-b24d-99fac1e0392b Date: Thu, 19 Jul 2018 05:23:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:02Z", "security_group_id": "eee6a6d3-9040-4962-8423-ccceb9fc513a", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:02Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "02c82b5e-dd9c-44a9-8840-53c97ce6b131"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:02Z", "security_group_id": "eee6a6d3-9040-4962-8423-ccceb9fc513a", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:02Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "3751a19d-567b-4e99-a025-d9fbe3dd2ab7"}]} 2018-07-19 05:23:02,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eee6a6d3-9040-4962-8423-ccceb9fc513a used request id req-70e1e5e7-7264-4724-b24d-99fac1e0392b 2018-07-19 05:23:02,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-1d2e4096-a445-476e-ace9-4acb141ffc3fname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ceac4e8afe7222a63ca26b806856314683af4df" 2018-07-19 05:23:02,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-863d50d7-bc51-48d2-9e6b-33bb99c8a4e7 Date: Thu, 19 Jul 2018 05:23:02 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:02Z", "updated_at": "2018-07-19T05:23:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:02Z", "revision_number": 0, "id": "02c82b5e-dd9c-44a9-8840-53c97ce6b131", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:02Z", "security_group_id": "eee6a6d3-9040-4962-8423-ccceb9fc513a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:02Z", "revision_number": 0, "id": "3751a19d-567b-4e99-a025-d9fbe3dd2ab7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:02Z", "security_group_id": "eee6a6d3-9040-4962-8423-ccceb9fc513a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "eee6a6d3-9040-4962-8423-ccceb9fc513a", "name": "NeutronUtilsSecurityGroupTests-1d2e4096-a445-476e-ace9-4acb141ffc3fname"}]} 2018-07-19 05:23:02,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-1d2e4096-a445-476e-ace9-4acb141ffc3fname used request id req-863d50d7-bc51-48d2-9e6b-33bb99c8a4e7 2018-07-19 05:23:02,949 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eee6a6d3-9040-4962-8423-ccceb9fc513a 2018-07-19 05:23:02,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eee6a6d3-9040-4962-8423-ccceb9fc513a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ceac4e8afe7222a63ca26b806856314683af4df" 2018-07-19 05:23:03,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-14fba678-9be5-4411-841a-87448e5f5a2c Date: Thu, 19 Jul 2018 05:23:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:02Z", "security_group_id": "eee6a6d3-9040-4962-8423-ccceb9fc513a", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:02Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "02c82b5e-dd9c-44a9-8840-53c97ce6b131"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:02Z", "security_group_id": "eee6a6d3-9040-4962-8423-ccceb9fc513a", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:02Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "3751a19d-567b-4e99-a025-d9fbe3dd2ab7"}]} 2018-07-19 05:23:03,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eee6a6d3-9040-4962-8423-ccceb9fc513a used request id req-14fba678-9be5-4411-841a-87448e5f5a2c 2018-07-19 05:23:03,156 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-1d2e4096-a445-476e-ace9-4acb141ffc3fname 2018-07-19 05:23:03,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/eee6a6d3-9040-4962-8423-ccceb9fc513a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ceac4e8afe7222a63ca26b806856314683af4df" 2018-07-19 05:23:03,511 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5562cabd-d0f9-485e-a138-56c232d38d15 Content-Length: 0 Date: Thu, 19 Jul 2018 05:23:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:23:03,512 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/eee6a6d3-9040-4962-8423-ccceb9fc513a used request id req-5562cabd-d0f9-485e-a138-56c232d38d15 2018-07-19 05:23:03,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-1d2e4096-a445-476e-ace9-4acb141ffc3fname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ceac4e8afe7222a63ca26b806856314683af4df" 2018-07-19 05:23:03,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-acfd0698-1918-4597-834c-7f96b3398d49 Date: Thu, 19 Jul 2018 05:23:03 GMT RESP BODY: {"security_groups": []} 2018-07-19 05:23:03,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-1d2e4096-a445-476e-ace9-4acb141ffc3fname used request id req-acfd0698-1918-4597-834c-7f96b3398d49 2018-07-19 05:23:03,751 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:23:04,159 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:23:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["eEhz6ptSRASjcCArv2EvQg"], "issued_at": "2018-07-19T05:23:04.000000Z"}} 2018-07-19 05:23:04,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9412047d02a1477606a88c7072c60710f8df8c" 2018-07-19 05:23:04,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ea7e6b7-9dfd-44fb-b4c4-f4e9bb228b47 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:23:04,256 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8ea7e6b7-9dfd-44fb-b4c4-f4e9bb228b47 2018-07-19 05:23:04,257 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-d262cfde-5e90-4724-be64-1d74227dfffcname-1 2018-07-19 05:23:04,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9412047d02a1477606a88c7072c60710f8df8c" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-d262cfde-5e90-4724-be64-1d74227dfffcname-1", "description": "hello group"}}' 2018-07-19 05:23:04,650 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-e6cfa1e6-ce79-47a0-921a-bdc83ac88ea1 Date: Thu, 19 Jul 2018 05:23:04 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:04Z", "updated_at": "2018-07-19T05:23:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:04Z", "revision_number": 0, "id": "66dc2afe-ded7-4d46-9cf5-0977ff74bf61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:04Z", "security_group_id": "d14fd97d-8a48-49ab-b385-6b57522fa3e8", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:04Z", "revision_number": 0, "id": "ee11a94f-5c73-4c2f-9aef-c79b2a07daff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:04Z", "security_group_id": "d14fd97d-8a48-49ab-b385-6b57522fa3e8", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "d14fd97d-8a48-49ab-b385-6b57522fa3e8", "name": "NeutronUtilsSecurityGroupTests-d262cfde-5e90-4724-be64-1d74227dfffcname-1"}} 2018-07-19 05:23:04,650 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-e6cfa1e6-ce79-47a0-921a-bdc83ac88ea1 2018-07-19 05:23:04,651 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d14fd97d-8a48-49ab-b385-6b57522fa3e8 2018-07-19 05:23:04,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d14fd97d-8a48-49ab-b385-6b57522fa3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9412047d02a1477606a88c7072c60710f8df8c" 2018-07-19 05:23:04,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-72980e3d-965b-438c-a28f-70cba517e373 Date: Thu, 19 Jul 2018 05:23:04 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-07-19T05:23:04Z", "security_group_id": "d14fd97d-8a48-49ab-b385-6b57522fa3e8", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:04Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "66dc2afe-ded7-4d46-9cf5-0977ff74bf61"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:04Z", "security_group_id": "d14fd97d-8a48-49ab-b385-6b57522fa3e8", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:04Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "ee11a94f-5c73-4c2f-9aef-c79b2a07daff"}]} 2018-07-19 05:23:04,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d14fd97d-8a48-49ab-b385-6b57522fa3e8 used request id req-72980e3d-965b-438c-a28f-70cba517e373 2018-07-19 05:23:04,883 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-d262cfde-5e90-4724-be64-1d74227dfffcname-2 2018-07-19 05:23:04,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9412047d02a1477606a88c7072c60710f8df8c" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-d262cfde-5e90-4724-be64-1d74227dfffcname-2", "description": "hola group"}}' 2018-07-19 05:23:05,231 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1415 X-Openstack-Request-Id: req-e250a1a4-c2f4-40b9-8e60-341067f41848 Date: Thu, 19 Jul 2018 05:23:05 GMT RESP BODY: {"security_group": {"description": "hola group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:05Z", "updated_at": "2018-07-19T05:23:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:05Z", "revision_number": 0, "id": "dd153488-90d9-436b-9041-8f28651a2e0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:05Z", "security_group_id": "8178fb16-e260-4409-83b3-29972aa9c644", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:05Z", "revision_number": 0, "id": "f29b1712-b88b-40c4-b738-f5b1463e71c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:05Z", "security_group_id": "8178fb16-e260-4409-83b3-29972aa9c644", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "8178fb16-e260-4409-83b3-29972aa9c644", "name": "NeutronUtilsSecurityGroupTests-d262cfde-5e90-4724-be64-1d74227dfffcname-2"}} 2018-07-19 05:23:05,231 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-e250a1a4-c2f4-40b9-8e60-341067f41848 2018-07-19 05:23:05,232 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8178fb16-e260-4409-83b3-29972aa9c644 2018-07-19 05:23:05,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=8178fb16-e260-4409-83b3-29972aa9c644 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9412047d02a1477606a88c7072c60710f8df8c" 2018-07-19 05:23:05,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a9a5bfd2-8c85-428b-baee-904b956bf103 Date: Thu, 19 Jul 2018 05:23:05 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-07-19T05:23:05Z", "security_group_id": "8178fb16-e260-4409-83b3-29972aa9c644", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:05Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "dd153488-90d9-436b-9041-8f28651a2e0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:05Z", "security_group_id": "8178fb16-e260-4409-83b3-29972aa9c644", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:05Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "f29b1712-b88b-40c4-b738-f5b1463e71c0"}]} 2018-07-19 05:23:05,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=8178fb16-e260-4409-83b3-29972aa9c644 used request id req-a9a5bfd2-8c85-428b-baee-904b956bf103 2018-07-19 05:23:05,446 - neutron_utils - INFO - Listing the available security groups 2018-07-19 05:23:05,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9412047d02a1477606a88c7072c60710f8df8c" 2018-07-19 05:23:05,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 24213 X-Openstack-Request-Id: req-fb1bf63e-752c-46ef-980b-603b62c5b7a3 Date: Thu, 19 Jul 2018 05:23:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:03Z", "updated_at": "2018-07-19T05:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "4d9345f1-86f6-4fe7-bc82-6f67566dcf55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "6396e41d-f871-4e63-9f2e-147378dc58cd", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv6", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7c146678-66d8-4f49-a14c-8764972243f5", "remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "revision_number": 0, "id": "7f3ea7a1-1075-4fa9-b218-6657a224d4d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "port_range_min": null, "ethertype": "IPv4", "project_id": "aededaacc0b14da3b8ce604aa4f6184f"}], "revision_number": 1, "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:18:53Z", "updated_at": "2018-07-19T05:18:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "06c4f0a2-c70f-4592-a7bd-3b7ffcc7f9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "a46b278b-cc89-43cf-a5e6-95b0dc47c555", "remote_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "a80af885-2834-46b9-b5b0-82c7363269ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "revision_number": 0, "id": "c4c5185d-7e90-49da-a723-d8d0412d0052", "remote_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "created_at": "2018-07-19T05:06:52Z", "updated_at": "2018-07-19T05:06:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "63c9d004-5694-4759-9034-3161b8ab244d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "64d486c8-7986-4c0e-aeb2-13eb6578a994", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "71ef01aa-9873-4297-8759-2eb098338d19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "808316c313f0491a8efb6e31d026d3bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "revision_number": 0, "id": "f7a922fc-7f06-48a8-a86c-db41cebc8c3d", "remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "remote_ip_prefix": null, "created_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "808316c313f0491a8efb6e31d026d3bf"}], "revision_number": 1, "project_id": "808316c313f0491a8efb6e31d026d3bf", "id": "47e151fc-e694-4086-9153-bf07f135f5ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-19T05:09:54Z", "updated_at": "2018-07-19T05:09:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5dfbb6e4-51b5-45e9-acca-6333293a0991", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "5e6e49b1-c444-41d3-b528-c11f0bdc015d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "6334658a-3c0e-4b28-9289-c515fac1ee46", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "revision_number": 0, "id": "ce78aad9-cf8d-4bb7-8ff9-c5d3ccbdb693", "remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "remote_ip_prefix": null, "created_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "name": "default"}, {"description": "hola group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:05Z", "updated_at": "2018-07-19T05:23:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:05Z", "revision_number": 0, "id": "dd153488-90d9-436b-9041-8f28651a2e0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:05Z", "security_group_id": "8178fb16-e260-4409-83b3-29972aa9c644", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:05Z", "revision_number": 0, "id": "f29b1712-b88b-40c4-b738-f5b1463e71c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:05Z", "security_group_id": "8178fb16-e260-4409-83b3-29972aa9c644", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "8178fb16-e260-4409-83b3-29972aa9c644", "name": "NeutronUtilsSecurityGroupTests-d262cfde-5e90-4724-be64-1d74227dfffcname-2"}, {"description": "Default security group", "tags": [], "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:31Z", "updated_at": "2018-07-19T05:16:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "2293d456-8f24-429b-ab2a-00ef9b42a287", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "7702dd40-729c-4190-8272-b00d48d250b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "ade92de2-cd44-4c2e-8b8f-476d9f2822a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "revision_number": 0, "id": "f4719301-1d4e-44f6-9668-712cb8573946", "remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "remote_ip_prefix": null, "created_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c177aa5cc2524471bfe10db6f5893e9b"}], "revision_number": 1, "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:02Z", "updated_at": "2018-07-19T05:13:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "19e0ba86-2daf-4812-b294-e615ea5d7540", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "2019f6e7-edd3-4ac3-8b52-b97765ee45fe", "remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "3992806e-86c8-4b56-8e7a-69f22ab17407", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebeae9b4276145be8661198ea73466db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "revision_number": 0, "id": "487dfc0c-0818-4584-b9df-5119d08d42a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "tenant_id": "ebeae9b4276145be8661198ea73466db", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebeae9b4276145be8661198ea73466db"}], "revision_number": 1, "project_id": "ebeae9b4276145be8661198ea73466db", "id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "name": "default"}, {"description": "hello group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:04Z", "updated_at": "2018-07-19T05:23:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:04Z", "revision_number": 0, "id": "66dc2afe-ded7-4d46-9cf5-0977ff74bf61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:04Z", "security_group_id": "d14fd97d-8a48-49ab-b385-6b57522fa3e8", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:04Z", "revision_number": 0, "id": "ee11a94f-5c73-4c2f-9aef-c79b2a07daff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:04Z", "security_group_id": "d14fd97d-8a48-49ab-b385-6b57522fa3e8", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "d14fd97d-8a48-49ab-b385-6b57522fa3e8", "name": "NeutronUtilsSecurityGroupTests-d262cfde-5e90-4724-be64-1d74227dfffcname-1"}, {"description": "Default security group", "tags": [], "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "created_at": "2018-07-19T05:15:17Z", "updated_at": "2018-07-19T05:15:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "05be29d7-0502-4af3-b781-21ba9a09fb47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "acaec3c7-47c2-4f1d-aed9-3638c5a449be", "remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "b4140afc-6dd5-40f4-a0ef-2c24c834746b", "remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "revision_number": 0, "id": "f7127d74-f405-4968-97ef-2103766e2224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c9c2561f2114860acaf537a0d638f0a"}], "revision_number": 1, "project_id": "9c9c2561f2114860acaf537a0d638f0a", "id": "e390878d-e177-4208-8ce2-c53da58f3db5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "affc9693aa494f85bd7b44b37224f123", "created_at": "2018-07-19T05:10:20Z", "updated_at": "2018-07-19T05:10:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "3deac00c-9089-49df-95a7-247c831c591e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "463003e7-c443-4764-aa83-df4c5c515111", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv6", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "82d3332b-c634-4845-81cb-4037aad63ccb", "remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "revision_number": 0, "id": "cf78999b-902b-4b4b-9f7e-b3d6985dc346", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "tenant_id": "affc9693aa494f85bd7b44b37224f123", "port_range_min": null, "ethertype": "IPv4", "project_id": "affc9693aa494f85bd7b44b37224f123"}], "revision_number": 1, "project_id": "affc9693aa494f85bd7b44b37224f123", "id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "created_at": "2018-07-19T05:11:25Z", "updated_at": "2018-07-19T05:11:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "35269374-6ec3-46a2-bc5d-2f3736e82227", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "51f660e0-8284-4987-95f9-3678f746171c", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "5dc2a2b4-594e-4569-b2f8-af7e28eb6e7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "revision_number": 0, "id": "b859999e-d12f-4ff8-aada-474ee449cdb3", "remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "remote_ip_prefix": null, "created_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fd4022c36b148f9b1b686ca283fceac"}], "revision_number": 1, "project_id": "9fd4022c36b148f9b1b686ca283fceac", "id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "name": "default"}]} 2018-07-19 05:23:05,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-fb1bf63e-752c-46ef-980b-603b62c5b7a3 2018-07-19 05:23:05,705 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 064904b7-1f6f-4c40-a01c-a5fd4ea86242 2018-07-19 05:23:05,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=064904b7-1f6f-4c40-a01c-a5fd4ea86242 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9412047d02a1477606a88c7072c60710f8df8c" 2018-07-19 05:23:05,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6371b138-f994-4524-8443-b6bb13a69d94 Date: Thu, 19 Jul 2018 05:23:05 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-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "port_range_min": null, "revision_number": 0, "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:03Z", "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "4d9345f1-86f6-4fe7-bc82-6f67566dcf55"}, {"remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "port_range_min": null, "revision_number": 0, "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:03Z", "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "6396e41d-f871-4e63-9f2e-147378dc58cd"}, {"remote_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "port_range_min": null, "revision_number": 0, "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:03Z", "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "7c146678-66d8-4f49-a14c-8764972243f5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:14:03Z", "security_group_id": "064904b7-1f6f-4c40-a01c-a5fd4ea86242", "port_range_min": null, "revision_number": 0, "tenant_id": "aededaacc0b14da3b8ce604aa4f6184f", "created_at": "2018-07-19T05:14:03Z", "project_id": "aededaacc0b14da3b8ce604aa4f6184f", "id": "7f3ea7a1-1075-4fa9-b218-6657a224d4d5"}]} 2018-07-19 05:23:05,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=064904b7-1f6f-4c40-a01c-a5fd4ea86242 used request id req-6371b138-f994-4524-8443-b6bb13a69d94 2018-07-19 05:23:05,971 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4559a24c-60fb-4fe0-956a-65a3e60a451a 2018-07-19 05:23:05,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4559a24c-60fb-4fe0-956a-65a3e60a451a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9412047d02a1477606a88c7072c60710f8df8c" 2018-07-19 05:23:06,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a213b4ee-01c0-4d23-9155-ec835846df15 Date: Thu, 19 Jul 2018 05:23:06 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-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:18:53Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "06c4f0a2-c70f-4592-a7bd-3b7ffcc7f9c9"}, {"remote_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:18:53Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "a46b278b-cc89-43cf-a5e6-95b0dc47c555"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:18:53Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "a80af885-2834-46b9-b5b0-82c7363269ee"}, {"remote_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:18:53Z", "security_group_id": "4559a24c-60fb-4fe0-956a-65a3e60a451a", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:18:53Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "c4c5185d-7e90-49da-a723-d8d0412d0052"}]} 2018-07-19 05:23:06,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4559a24c-60fb-4fe0-956a-65a3e60a451a used request id req-a213b4ee-01c0-4d23-9155-ec835846df15 2018-07-19 05:23:06,183 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 47e151fc-e694-4086-9153-bf07f135f5ad 2018-07-19 05:23:06,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=47e151fc-e694-4086-9153-bf07f135f5ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9412047d02a1477606a88c7072c60710f8df8c" 2018-07-19 05:23:06,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1cdd78d2-c34f-4567-b1a0-fbbbc7ed4075 Date: Thu, 19 Jul 2018 05:23:06 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-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "port_range_min": null, "revision_number": 0, "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "created_at": "2018-07-19T05:06:52Z", "project_id": "808316c313f0491a8efb6e31d026d3bf", "id": "63c9d004-5694-4759-9034-3161b8ab244d"}, {"remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "port_range_min": null, "revision_number": 0, "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "created_at": "2018-07-19T05:06:52Z", "project_id": "808316c313f0491a8efb6e31d026d3bf", "id": "64d486c8-7986-4c0e-aeb2-13eb6578a994"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "port_range_min": null, "revision_number": 0, "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "created_at": "2018-07-19T05:06:52Z", "project_id": "808316c313f0491a8efb6e31d026d3bf", "id": "71ef01aa-9873-4297-8759-2eb098338d19"}, {"remote_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:06:52Z", "security_group_id": "47e151fc-e694-4086-9153-bf07f135f5ad", "port_range_min": null, "revision_number": 0, "tenant_id": "808316c313f0491a8efb6e31d026d3bf", "created_at": "2018-07-19T05:06:52Z", "project_id": "808316c313f0491a8efb6e31d026d3bf", "id": "f7a922fc-7f06-48a8-a86c-db41cebc8c3d"}]} 2018-07-19 05:23:06,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=47e151fc-e694-4086-9153-bf07f135f5ad used request id req-1cdd78d2-c34f-4567-b1a0-fbbbc7ed4075 2018-07-19 05:23:06,428 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f94d524-5564-4d79-b45a-d95b2b84705a 2018-07-19 05:23:06,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5f94d524-5564-4d79-b45a-d95b2b84705a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9412047d02a1477606a88c7072c60710f8df8c" 2018-07-19 05:23:06,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1792 X-Openstack-Request-Id: req-7df9dcec-018d-433b-9fa3-76b43897cf7d Date: Thu, 19 Jul 2018 05:23:06 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-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-07-19T05:09:54Z", "project_id": "", "id": "5dfbb6e4-51b5-45e9-acca-6333293a0991"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-07-19T05:09:54Z", "project_id": "", "id": "5e6e49b1-c444-41d3-b528-c11f0bdc015d"}, {"remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-07-19T05:09:54Z", "project_id": "", "id": "6334658a-3c0e-4b28-9289-c515fac1ee46"}, {"remote_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:09:54Z", "security_group_id": "5f94d524-5564-4d79-b45a-d95b2b84705a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-07-19T05:09:54Z", "project_id": "", "id": "ce78aad9-cf8d-4bb7-8ff9-c5d3ccbdb693"}]} 2018-07-19 05:23:06,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5f94d524-5564-4d79-b45a-d95b2b84705a used request id req-7df9dcec-018d-433b-9fa3-76b43897cf7d 2018-07-19 05:23:06,652 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8178fb16-e260-4409-83b3-29972aa9c644 2018-07-19 05:23:06,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=8178fb16-e260-4409-83b3-29972aa9c644 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9412047d02a1477606a88c7072c60710f8df8c" 2018-07-19 05:23:06,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-42c846a2-494f-4937-a395-f82023cd9261 Date: Thu, 19 Jul 2018 05:23:06 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-07-19T05:23:05Z", "security_group_id": "8178fb16-e260-4409-83b3-29972aa9c644", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:05Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "dd153488-90d9-436b-9041-8f28651a2e0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:05Z", "security_group_id": "8178fb16-e260-4409-83b3-29972aa9c644", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:05Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "f29b1712-b88b-40c4-b738-f5b1463e71c0"}]} 2018-07-19 05:23:06,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=8178fb16-e260-4409-83b3-29972aa9c644 used request id req-42c846a2-494f-4937-a395-f82023cd9261 2018-07-19 05:23:06,872 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 99a212e9-b72e-4e2d-b513-bb8dffb63ece 2018-07-19 05:23:06,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=99a212e9-b72e-4e2d-b513-bb8dffb63ece -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9412047d02a1477606a88c7072c60710f8df8c" 2018-07-19 05:23:07,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ebda94b7-924b-4a7f-ae6d-877ab72a67d3 Date: Thu, 19 Jul 2018 05:23:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "port_range_min": null, "revision_number": 0, "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:31Z", "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "2293d456-8f24-429b-ab2a-00ef9b42a287"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "port_range_min": null, "revision_number": 0, "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:31Z", "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "7702dd40-729c-4190-8272-b00d48d250b5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "port_range_min": null, "revision_number": 0, "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:31Z", "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "ade92de2-cd44-4c2e-8b8f-476d9f2822a4"}, {"remote_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:16:31Z", "security_group_id": "99a212e9-b72e-4e2d-b513-bb8dffb63ece", "port_range_min": null, "revision_number": 0, "tenant_id": "c177aa5cc2524471bfe10db6f5893e9b", "created_at": "2018-07-19T05:16:31Z", "project_id": "c177aa5cc2524471bfe10db6f5893e9b", "id": "f4719301-1d4e-44f6-9668-712cb8573946"}]} 2018-07-19 05:23:07,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=99a212e9-b72e-4e2d-b513-bb8dffb63ece used request id req-ebda94b7-924b-4a7f-ae6d-877ab72a67d3 2018-07-19 05:23:07,094 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a0cb46f4-0c93-4596-8bb8-b1d6e440df62 2018-07-19 05:23:07,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a0cb46f4-0c93-4596-8bb8-b1d6e440df62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9412047d02a1477606a88c7072c60710f8df8c" 2018-07-19 05:23:07,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e6bd4ee2-5bcc-4c58-8c3f-92d454b30141 Date: Thu, 19 Jul 2018 05:23:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "port_range_min": null, "revision_number": 0, "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:02Z", "project_id": "ebeae9b4276145be8661198ea73466db", "id": "19e0ba86-2daf-4812-b294-e615ea5d7540"}, {"remote_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "port_range_min": null, "revision_number": 0, "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:02Z", "project_id": "ebeae9b4276145be8661198ea73466db", "id": "2019f6e7-edd3-4ac3-8b52-b97765ee45fe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "port_range_min": null, "revision_number": 0, "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:02Z", "project_id": "ebeae9b4276145be8661198ea73466db", "id": "3992806e-86c8-4b56-8e7a-69f22ab17407"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:13:02Z", "security_group_id": "a0cb46f4-0c93-4596-8bb8-b1d6e440df62", "port_range_min": null, "revision_number": 0, "tenant_id": "ebeae9b4276145be8661198ea73466db", "created_at": "2018-07-19T05:13:02Z", "project_id": "ebeae9b4276145be8661198ea73466db", "id": "487dfc0c-0818-4584-b9df-5119d08d42a3"}]} 2018-07-19 05:23:07,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a0cb46f4-0c93-4596-8bb8-b1d6e440df62 used request id req-e6bd4ee2-5bcc-4c58-8c3f-92d454b30141 2018-07-19 05:23:07,328 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d14fd97d-8a48-49ab-b385-6b57522fa3e8 2018-07-19 05:23:07,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d14fd97d-8a48-49ab-b385-6b57522fa3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9412047d02a1477606a88c7072c60710f8df8c" 2018-07-19 05:23:07,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-09135b81-c488-469b-9106-a239b5aca3d1 Date: Thu, 19 Jul 2018 05:23:07 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-07-19T05:23:04Z", "security_group_id": "d14fd97d-8a48-49ab-b385-6b57522fa3e8", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:04Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "66dc2afe-ded7-4d46-9cf5-0977ff74bf61"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:04Z", "security_group_id": "d14fd97d-8a48-49ab-b385-6b57522fa3e8", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:04Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "ee11a94f-5c73-4c2f-9aef-c79b2a07daff"}]} 2018-07-19 05:23:07,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d14fd97d-8a48-49ab-b385-6b57522fa3e8 used request id req-09135b81-c488-469b-9106-a239b5aca3d1 2018-07-19 05:23:07,541 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e390878d-e177-4208-8ce2-c53da58f3db5 2018-07-19 05:23:07,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e390878d-e177-4208-8ce2-c53da58f3db5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9412047d02a1477606a88c7072c60710f8df8c" 2018-07-19 05:23:07,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ab954b91-57c9-44ed-915e-cd94625be730 Date: Thu, 19 Jul 2018 05:23:07 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-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "port_range_min": null, "revision_number": 0, "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "created_at": "2018-07-19T05:15:17Z", "project_id": "9c9c2561f2114860acaf537a0d638f0a", "id": "05be29d7-0502-4af3-b781-21ba9a09fb47"}, {"remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "port_range_min": null, "revision_number": 0, "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "created_at": "2018-07-19T05:15:17Z", "project_id": "9c9c2561f2114860acaf537a0d638f0a", "id": "acaec3c7-47c2-4f1d-aed9-3638c5a449be"}, {"remote_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "port_range_min": null, "revision_number": 0, "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "created_at": "2018-07-19T05:15:17Z", "project_id": "9c9c2561f2114860acaf537a0d638f0a", "id": "b4140afc-6dd5-40f4-a0ef-2c24c834746b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:15:17Z", "security_group_id": "e390878d-e177-4208-8ce2-c53da58f3db5", "port_range_min": null, "revision_number": 0, "tenant_id": "9c9c2561f2114860acaf537a0d638f0a", "created_at": "2018-07-19T05:15:17Z", "project_id": "9c9c2561f2114860acaf537a0d638f0a", "id": "f7127d74-f405-4968-97ef-2103766e2224"}]} 2018-07-19 05:23:07,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e390878d-e177-4208-8ce2-c53da58f3db5 used request id req-ab954b91-57c9-44ed-915e-cd94625be730 2018-07-19 05:23:07,573 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f44fff4e-0d4a-4974-8d48-d05b3aa752a7 2018-07-19 05:23:07,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f44fff4e-0d4a-4974-8d48-d05b3aa752a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9412047d02a1477606a88c7072c60710f8df8c" 2018-07-19 05:23:07,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d7477cd5-13bb-4295-9160-4b786b886d82 Date: Thu, 19 Jul 2018 05:23:07 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-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "port_range_min": null, "revision_number": 0, "tenant_id": "affc9693aa494f85bd7b44b37224f123", "created_at": "2018-07-19T05:10:20Z", "project_id": "affc9693aa494f85bd7b44b37224f123", "id": "3deac00c-9089-49df-95a7-247c831c591e"}, {"remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "port_range_min": null, "revision_number": 0, "tenant_id": "affc9693aa494f85bd7b44b37224f123", "created_at": "2018-07-19T05:10:20Z", "project_id": "affc9693aa494f85bd7b44b37224f123", "id": "463003e7-c443-4764-aa83-df4c5c515111"}, {"remote_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "port_range_min": null, "revision_number": 0, "tenant_id": "affc9693aa494f85bd7b44b37224f123", "created_at": "2018-07-19T05:10:20Z", "project_id": "affc9693aa494f85bd7b44b37224f123", "id": "82d3332b-c634-4845-81cb-4037aad63ccb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:10:20Z", "security_group_id": "f44fff4e-0d4a-4974-8d48-d05b3aa752a7", "port_range_min": null, "revision_number": 0, "tenant_id": "affc9693aa494f85bd7b44b37224f123", "created_at": "2018-07-19T05:10:20Z", "project_id": "affc9693aa494f85bd7b44b37224f123", "id": "cf78999b-902b-4b4b-9f7e-b3d6985dc346"}]} 2018-07-19 05:23:07,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f44fff4e-0d4a-4974-8d48-d05b3aa752a7 used request id req-d7477cd5-13bb-4295-9160-4b786b886d82 2018-07-19 05:23:07,783 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f7bf6d46-caa3-4c61-9140-3c48c4e37f2d 2018-07-19 05:23:07,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f7bf6d46-caa3-4c61-9140-3c48c4e37f2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9412047d02a1477606a88c7072c60710f8df8c" 2018-07-19 05:23:08,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-da262ffe-81b0-4523-955d-441e005e298c Date: Thu, 19 Jul 2018 05:23:08 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-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "port_range_min": null, "revision_number": 0, "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "created_at": "2018-07-19T05:11:25Z", "project_id": "9fd4022c36b148f9b1b686ca283fceac", "id": "35269374-6ec3-46a2-bc5d-2f3736e82227"}, {"remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "port_range_min": null, "revision_number": 0, "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "created_at": "2018-07-19T05:11:25Z", "project_id": "9fd4022c36b148f9b1b686ca283fceac", "id": "51f660e0-8284-4987-95f9-3678f746171c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "port_range_min": null, "revision_number": 0, "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "created_at": "2018-07-19T05:11:25Z", "project_id": "9fd4022c36b148f9b1b686ca283fceac", "id": "5dc2a2b4-594e-4569-b2f8-af7e28eb6e7a"}, {"remote_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:11:25Z", "security_group_id": "f7bf6d46-caa3-4c61-9140-3c48c4e37f2d", "port_range_min": null, "revision_number": 0, "tenant_id": "9fd4022c36b148f9b1b686ca283fceac", "created_at": "2018-07-19T05:11:25Z", "project_id": "9fd4022c36b148f9b1b686ca283fceac", "id": "b859999e-d12f-4ff8-aada-474ee449cdb3"}]} 2018-07-19 05:23:08,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f7bf6d46-caa3-4c61-9140-3c48c4e37f2d used request id req-da262ffe-81b0-4523-955d-441e005e298c 2018-07-19 05:23:08,022 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-d262cfde-5e90-4724-be64-1d74227dfffcname-1 2018-07-19 05:23:08,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/d14fd97d-8a48-49ab-b385-6b57522fa3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9412047d02a1477606a88c7072c60710f8df8c" 2018-07-19 05:23:08,155 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b102ca51-c151-487d-b6dd-38f688ae131e Content-Length: 0 Date: Thu, 19 Jul 2018 05:23:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:23:08,155 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/d14fd97d-8a48-49ab-b385-6b57522fa3e8 used request id req-b102ca51-c151-487d-b6dd-38f688ae131e 2018-07-19 05:23:08,155 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-d262cfde-5e90-4724-be64-1d74227dfffcname-2 2018-07-19 05:23:08,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/8178fb16-e260-4409-83b3-29972aa9c644 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9412047d02a1477606a88c7072c60710f8df8c" 2018-07-19 05:23:08,292 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0dbc20df-e09d-49ce-a98f-53e3b08209f7 Content-Length: 0 Date: Thu, 19 Jul 2018 05:23:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:23:08,293 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/8178fb16-e260-4409-83b3-29972aa9c644 used request id req-0dbc20df-e09d-49ce-a98f-53e3b08209f7 2018-07-19 05:23:08,294 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:23:08,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:23:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["YKxTFPzbSH6-vL7e9WbQGw"], "issued_at": "2018-07-19T05:23:08.000000Z"}} 2018-07-19 05:23:08,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc66d16731a402207ef706162516d6e4ba5bbcb7" 2018-07-19 05:23:08,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf3b75c9-2f1d-4c19-8eef-4f35c8b8c44b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:23:08,714 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bf3b75c9-2f1d-4c19-8eef-4f35c8b8c44b 2018-07-19 05:23:08,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:23:09,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:23:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["_1EkDnoXQDmvivHWh21ttw"], "issued_at": "2018-07-19T05:23:09.000000Z"}} 2018-07-19 05:23:09,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5487d920f8cfbe60e89fae99b1aac91c8744e533" 2018-07-19 05:23:09,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-011de6be-047e-46bf-838e-d9117232aab1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:23:09,224 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-011de6be-047e-46bf-838e-d9117232aab1 2018-07-19 05:23:09,225 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-15f9e0e2-7e3f-4f53-93ac-bc66c4e81815name 2018-07-19 05:23:09,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5487d920f8cfbe60e89fae99b1aac91c8744e533" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-15f9e0e2-7e3f-4f53-93ac-bc66c4e81815name", "description": "hello group"}}' 2018-07-19 05:23:09,591 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-27fedaef-5913-4ec6-9e74-dc461397ec09 Date: Thu, 19 Jul 2018 05:23:09 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:09Z", "updated_at": "2018-07-19T05:23:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:09Z", "revision_number": 0, "id": "8bad3702-4433-436e-83a8-f35c222f3bcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:09Z", "security_group_id": "ab8c01fd-f122-407e-b426-5174e0f20bd9", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:09Z", "revision_number": 0, "id": "a0d1da3c-3237-47ce-a7bb-7f3f75f36fc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:09Z", "security_group_id": "ab8c01fd-f122-407e-b426-5174e0f20bd9", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "ab8c01fd-f122-407e-b426-5174e0f20bd9", "name": "NeutronUtilsSecurityGroupTests-15f9e0e2-7e3f-4f53-93ac-bc66c4e81815name"}} 2018-07-19 05:23:09,591 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-27fedaef-5913-4ec6-9e74-dc461397ec09 2018-07-19 05:23:09,592 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ab8c01fd-f122-407e-b426-5174e0f20bd9 2018-07-19 05:23:09,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ab8c01fd-f122-407e-b426-5174e0f20bd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5487d920f8cfbe60e89fae99b1aac91c8744e533" 2018-07-19 05:23:09,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-64a2a711-d297-42d0-836c-9e922425695d Date: Thu, 19 Jul 2018 05:23:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:09Z", "security_group_id": "ab8c01fd-f122-407e-b426-5174e0f20bd9", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:09Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "8bad3702-4433-436e-83a8-f35c222f3bcc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:09Z", "security_group_id": "ab8c01fd-f122-407e-b426-5174e0f20bd9", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:09Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "a0d1da3c-3237-47ce-a7bb-7f3f75f36fc1"}]} 2018-07-19 05:23:09,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ab8c01fd-f122-407e-b426-5174e0f20bd9 used request id req-64a2a711-d297-42d0-836c-9e922425695d 2018-07-19 05:23:09,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-15f9e0e2-7e3f-4f53-93ac-bc66c4e81815name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5487d920f8cfbe60e89fae99b1aac91c8744e533" 2018-07-19 05:23:10,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-2e757d4c-7ed2-458c-ae6e-c6a6e725bcc3 Date: Thu, 19 Jul 2018 05:23:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:09Z", "updated_at": "2018-07-19T05:23:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:09Z", "revision_number": 0, "id": "8bad3702-4433-436e-83a8-f35c222f3bcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:09Z", "security_group_id": "ab8c01fd-f122-407e-b426-5174e0f20bd9", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:09Z", "revision_number": 0, "id": "a0d1da3c-3237-47ce-a7bb-7f3f75f36fc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:09Z", "security_group_id": "ab8c01fd-f122-407e-b426-5174e0f20bd9", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "ab8c01fd-f122-407e-b426-5174e0f20bd9", "name": "NeutronUtilsSecurityGroupTests-15f9e0e2-7e3f-4f53-93ac-bc66c4e81815name"}]} 2018-07-19 05:23:10,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-15f9e0e2-7e3f-4f53-93ac-bc66c4e81815name&description=hello+group used request id req-2e757d4c-7ed2-458c-ae6e-c6a6e725bcc3 2018-07-19 05:23:10,170 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ab8c01fd-f122-407e-b426-5174e0f20bd9 2018-07-19 05:23:10,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ab8c01fd-f122-407e-b426-5174e0f20bd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5487d920f8cfbe60e89fae99b1aac91c8744e533" 2018-07-19 05:23:10,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-af303d34-c6a1-4059-b7b9-eb4f3d49d9bc Date: Thu, 19 Jul 2018 05:23:10 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-07-19T05:23:09Z", "security_group_id": "ab8c01fd-f122-407e-b426-5174e0f20bd9", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:09Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "8bad3702-4433-436e-83a8-f35c222f3bcc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:09Z", "security_group_id": "ab8c01fd-f122-407e-b426-5174e0f20bd9", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:09Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "a0d1da3c-3237-47ce-a7bb-7f3f75f36fc1"}]} 2018-07-19 05:23:10,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ab8c01fd-f122-407e-b426-5174e0f20bd9 used request id req-af303d34-c6a1-4059-b7b9-eb4f3d49d9bc 2018-07-19 05:23:10,376 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-15f9e0e2-7e3f-4f53-93ac-bc66c4e81815name 2018-07-19 05:23:10,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/ab8c01fd-f122-407e-b426-5174e0f20bd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5487d920f8cfbe60e89fae99b1aac91c8744e533" 2018-07-19 05:23:10,870 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a98fd50d-b312-4868-8999-a4e6c12de5f7 Content-Length: 0 Date: Thu, 19 Jul 2018 05:23:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:23:10,871 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/ab8c01fd-f122-407e-b426-5174e0f20bd9 used request id req-a98fd50d-b312-4868-8999-a4e6c12de5f7 2018-07-19 05:23:10,872 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:23:11,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:23:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["c8g2N895SsaQPVG4okEp1A"], "issued_at": "2018-07-19T05:23:11.000000Z"}} 2018-07-19 05:23:11,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473ffea012c3941028c3b37243b2c435f7b05e56" 2018-07-19 05:23:11,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a0d1475-7c12-4b2b-af76-d54d7c96cf67 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:23:11,397 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9a0d1475-7c12-4b2b-af76-d54d7c96cf67 2018-07-19 05:23:11,398 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-5553cded-644d-4ec6-99c9-ede5308d9c4cname 2018-07-19 05:23:11,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473ffea012c3941028c3b37243b2c435f7b05e56" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-5553cded-644d-4ec6-99c9-ede5308d9c4cname", "description": "hello group"}}' 2018-07-19 05:23:11,763 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-37e3e206-6a0f-4adf-ad39-f0a685877f74 Date: Thu, 19 Jul 2018 05:23:11 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:11Z", "updated_at": "2018-07-19T05:23:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:11Z", "revision_number": 0, "id": "a412570f-03b9-45a1-ab2d-0969ebec112d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:11Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:11Z", "revision_number": 0, "id": "e90d48ee-9a07-4687-97d9-bd03521bd8d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:11Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "a6935649-17bd-4713-8f20-206c20006604", "name": "NeutronUtilsSecurityGroupTests-5553cded-644d-4ec6-99c9-ede5308d9c4cname"}} 2018-07-19 05:23:11,764 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-37e3e206-6a0f-4adf-ad39-f0a685877f74 2018-07-19 05:23:11,764 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a6935649-17bd-4713-8f20-206c20006604 2018-07-19 05:23:11,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a6935649-17bd-4713-8f20-206c20006604 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473ffea012c3941028c3b37243b2c435f7b05e56" 2018-07-19 05:23:11,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-32937718-a301-4de2-ad38-3be667a952e3 Date: Thu, 19 Jul 2018 05:23:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:11Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:11Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "a412570f-03b9-45a1-ab2d-0969ebec112d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:11Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:11Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "e90d48ee-9a07-4687-97d9-bd03521bd8d7"}]} 2018-07-19 05:23:11,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a6935649-17bd-4713-8f20-206c20006604 used request id req-32937718-a301-4de2-ad38-3be667a952e3 2018-07-19 05:23:11,964 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a6935649-17bd-4713-8f20-206c20006604 2018-07-19 05:23:11,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a6935649-17bd-4713-8f20-206c20006604 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473ffea012c3941028c3b37243b2c435f7b05e56" 2018-07-19 05:23:12,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ffdc5bb6-f8d8-40c4-bef9-3af34c214cbf Date: Thu, 19 Jul 2018 05:23:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:11Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:11Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "a412570f-03b9-45a1-ab2d-0969ebec112d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:11Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:11Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "e90d48ee-9a07-4687-97d9-bd03521bd8d7"}]} 2018-07-19 05:23:12,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a6935649-17bd-4713-8f20-206c20006604 used request id req-ffdc5bb6-f8d8-40c4-bef9-3af34c214cbf 2018-07-19 05:23:12,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473ffea012c3941028c3b37243b2c435f7b05e56" 2018-07-19 05:23:12,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-469f2688-4e85-4ba7-9b4c-79b409368424 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:23:12,277 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-469f2688-4e85-4ba7-9b4c-79b409368424 2018-07-19 05:23:12,278 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-5553cded-644d-4ec6-99c9-ede5308d9c4cname 2018-07-19 05:23:12,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-5553cded-644d-4ec6-99c9-ede5308d9c4cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473ffea012c3941028c3b37243b2c435f7b05e56" 2018-07-19 05:23:12,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-eae9ac97-1863-45e2-947b-3979ef5e3eef Date: Thu, 19 Jul 2018 05:23:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:11Z", "updated_at": "2018-07-19T05:23:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:11Z", "revision_number": 0, "id": "a412570f-03b9-45a1-ab2d-0969ebec112d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:11Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:11Z", "revision_number": 0, "id": "e90d48ee-9a07-4687-97d9-bd03521bd8d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:11Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "a6935649-17bd-4713-8f20-206c20006604", "name": "NeutronUtilsSecurityGroupTests-5553cded-644d-4ec6-99c9-ede5308d9c4cname"}]} 2018-07-19 05:23:12,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-5553cded-644d-4ec6-99c9-ede5308d9c4cname used request id req-eae9ac97-1863-45e2-947b-3979ef5e3eef 2018-07-19 05:23:12,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:23:12,521 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:23:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bae8c103-7168-40eb-80d5-33d3ea848efa Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:23:12,521 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-bae8c103-7168-40eb-80d5-33d3ea848efa 2018-07-19 05:23:12,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473ffea012c3941028c3b37243b2c435f7b05e56" 2018-07-19 05:23:12,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bd7bfd5-1af7-4e1a-8a89-12869fb8e060 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:23:12,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-0bd7bfd5-1af7-4e1a-8a89-12869fb8e060 2018-07-19 05:23:12,631 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a6935649-17bd-4713-8f20-206c20006604 2018-07-19 05:23:12,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a6935649-17bd-4713-8f20-206c20006604 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473ffea012c3941028c3b37243b2c435f7b05e56" 2018-07-19 05:23:12,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f4cd0c83-78fc-4d7d-802f-ee421e173732 Date: Thu, 19 Jul 2018 05:23:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:11Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:11Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "a412570f-03b9-45a1-ab2d-0969ebec112d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:11Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:11Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "e90d48ee-9a07-4687-97d9-bd03521bd8d7"}]} 2018-07-19 05:23:12,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a6935649-17bd-4713-8f20-206c20006604 used request id req-f4cd0c83-78fc-4d7d-802f-ee421e173732 2018-07-19 05:23:12,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473ffea012c3941028c3b37243b2c435f7b05e56" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604"}}' 2018-07-19 05:23:13,201 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-2cafd5eb-01f1-48a5-8c5a-0815f595384d Date: Thu, 19 Jul 2018 05:23:13 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-07-19T05:23:13Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:13Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "683bb41d-9da9-4643-b0b2-9139aa6916ae"}} 2018-07-19 05:23:13,202 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-2cafd5eb-01f1-48a5-8c5a-0815f595384d 2018-07-19 05:23:13,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-5553cded-644d-4ec6-99c9-ede5308d9c4cname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473ffea012c3941028c3b37243b2c435f7b05e56" 2018-07-19 05:23:13,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-554f1cde-f6d9-4122-b7a5-96d434f7a443 Date: Thu, 19 Jul 2018 05:23:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:11Z", "updated_at": "2018-07-19T05:23:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:13Z", "revision_number": 0, "id": "683bb41d-9da9-4643-b0b2-9139aa6916ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:13Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:11Z", "revision_number": 0, "id": "a412570f-03b9-45a1-ab2d-0969ebec112d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:11Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:11Z", "revision_number": 0, "id": "e90d48ee-9a07-4687-97d9-bd03521bd8d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:11Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 2, "project_id": "c9003101a9994c308fccde61f611d998", "id": "a6935649-17bd-4713-8f20-206c20006604", "name": "NeutronUtilsSecurityGroupTests-5553cded-644d-4ec6-99c9-ede5308d9c4cname"}]} 2018-07-19 05:23:13,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-5553cded-644d-4ec6-99c9-ede5308d9c4cname&description=hello+group used request id req-554f1cde-f6d9-4122-b7a5-96d434f7a443 2018-07-19 05:23:13,449 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a6935649-17bd-4713-8f20-206c20006604 2018-07-19 05:23:13,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a6935649-17bd-4713-8f20-206c20006604 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473ffea012c3941028c3b37243b2c435f7b05e56" 2018-07-19 05:23:13,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-2671bb24-b9ac-4ec1-a636-906403843843 Date: Thu, 19 Jul 2018 05:23:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:13Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:13Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "683bb41d-9da9-4643-b0b2-9139aa6916ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:11Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:11Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "a412570f-03b9-45a1-ab2d-0969ebec112d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:11Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:11Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "e90d48ee-9a07-4687-97d9-bd03521bd8d7"}]} 2018-07-19 05:23:13,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a6935649-17bd-4713-8f20-206c20006604 used request id req-2671bb24-b9ac-4ec1-a636-906403843843 2018-07-19 05:23:13,476 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a6935649-17bd-4713-8f20-206c20006604 2018-07-19 05:23:13,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a6935649-17bd-4713-8f20-206c20006604 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473ffea012c3941028c3b37243b2c435f7b05e56" 2018-07-19 05:23:13,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-22fe6870-989f-4b76-8d9b-d3ad15203adf Date: Thu, 19 Jul 2018 05:23:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:13Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:13Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "683bb41d-9da9-4643-b0b2-9139aa6916ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:11Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:11Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "a412570f-03b9-45a1-ab2d-0969ebec112d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:11Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:11Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "e90d48ee-9a07-4687-97d9-bd03521bd8d7"}]} 2018-07-19 05:23:13,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a6935649-17bd-4713-8f20-206c20006604 used request id req-22fe6870-989f-4b76-8d9b-d3ad15203adf 2018-07-19 05:23:13,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-5553cded-644d-4ec6-99c9-ede5308d9c4cname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473ffea012c3941028c3b37243b2c435f7b05e56" 2018-07-19 05:23:13,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-cae75159-8476-47fe-8d32-09207f296abd Date: Thu, 19 Jul 2018 05:23:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:11Z", "updated_at": "2018-07-19T05:23:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:13Z", "revision_number": 0, "id": "683bb41d-9da9-4643-b0b2-9139aa6916ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:13Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:11Z", "revision_number": 0, "id": "a412570f-03b9-45a1-ab2d-0969ebec112d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:11Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:11Z", "revision_number": 0, "id": "e90d48ee-9a07-4687-97d9-bd03521bd8d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:11Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 2, "project_id": "c9003101a9994c308fccde61f611d998", "id": "a6935649-17bd-4713-8f20-206c20006604", "name": "NeutronUtilsSecurityGroupTests-5553cded-644d-4ec6-99c9-ede5308d9c4cname"}]} 2018-07-19 05:23:13,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-5553cded-644d-4ec6-99c9-ede5308d9c4cname&description=hello+group used request id req-cae75159-8476-47fe-8d32-09207f296abd 2018-07-19 05:23:13,743 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a6935649-17bd-4713-8f20-206c20006604 2018-07-19 05:23:13,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a6935649-17bd-4713-8f20-206c20006604 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473ffea012c3941028c3b37243b2c435f7b05e56" 2018-07-19 05:23:13,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-bb91d234-1009-41fa-893f-7d9024fd7b0a Date: Thu, 19 Jul 2018 05:23:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:13Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:13Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "683bb41d-9da9-4643-b0b2-9139aa6916ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:11Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:11Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "a412570f-03b9-45a1-ab2d-0969ebec112d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:11Z", "security_group_id": "a6935649-17bd-4713-8f20-206c20006604", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:11Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "e90d48ee-9a07-4687-97d9-bd03521bd8d7"}]} 2018-07-19 05:23:13,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a6935649-17bd-4713-8f20-206c20006604 used request id req-bb91d234-1009-41fa-893f-7d9024fd7b0a 2018-07-19 05:23:13,965 - neutron_utils - INFO - Deleting security group rule with ID - a412570f-03b9-45a1-ab2d-0969ebec112d 2018-07-19 05:23:13,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/a412570f-03b9-45a1-ab2d-0969ebec112d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473ffea012c3941028c3b37243b2c435f7b05e56" 2018-07-19 05:23:14,358 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-919d07e9-1e1b-4e00-9467-205d8e861cee Content-Length: 0 Date: Thu, 19 Jul 2018 05:23:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:23:14,358 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/a412570f-03b9-45a1-ab2d-0969ebec112d used request id req-919d07e9-1e1b-4e00-9467-205d8e861cee 2018-07-19 05:23:14,358 - neutron_utils - INFO - Deleting security group rule with ID - e90d48ee-9a07-4687-97d9-bd03521bd8d7 2018-07-19 05:23:14,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/e90d48ee-9a07-4687-97d9-bd03521bd8d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473ffea012c3941028c3b37243b2c435f7b05e56" 2018-07-19 05:23:14,452 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9e3e80e6-54b5-4774-8fcb-e3b466ccd81c Content-Length: 0 Date: Thu, 19 Jul 2018 05:23:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:23:14,452 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/e90d48ee-9a07-4687-97d9-bd03521bd8d7 used request id req-9e3e80e6-54b5-4774-8fcb-e3b466ccd81c 2018-07-19 05:23:14,453 - neutron_utils - INFO - Deleting security group rule with ID - 683bb41d-9da9-4643-b0b2-9139aa6916ae 2018-07-19 05:23:14,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/683bb41d-9da9-4643-b0b2-9139aa6916ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473ffea012c3941028c3b37243b2c435f7b05e56" 2018-07-19 05:23:14,741 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-985138d8-747a-4845-b6d4-93a938a20578 Content-Length: 0 Date: Thu, 19 Jul 2018 05:23:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:23:14,742 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/683bb41d-9da9-4643-b0b2-9139aa6916ae used request id req-985138d8-747a-4845-b6d4-93a938a20578 2018-07-19 05:23:14,742 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-5553cded-644d-4ec6-99c9-ede5308d9c4cname 2018-07-19 05:23:14,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/a6935649-17bd-4713-8f20-206c20006604 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473ffea012c3941028c3b37243b2c435f7b05e56" 2018-07-19 05:23:15,128 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-75c9da5a-cefb-44ad-8ba9-0fdc73793522 Content-Length: 0 Date: Thu, 19 Jul 2018 05:23:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:23:15,128 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/a6935649-17bd-4713-8f20-206c20006604 used request id req-75c9da5a-cefb-44ad-8ba9-0fdc73793522 2018-07-19 05:23:15,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:23:15,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:23:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["sLoIFKtmRj66Gko2LRxjNA"], "issued_at": "2018-07-19T05:23:15.000000Z"}} 2018-07-19 05:23:15,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}827040f4d013a703ba82397257d07f4354be548c" 2018-07-19 05:23:15,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce2be81d-72ae-4b02-b0d1-536d50b70796 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:23:15,630 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ce2be81d-72ae-4b02-b0d1-536d50b70796 2018-07-19 05:23:15,631 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-48ab2541-4717-422f-a914-d3faf27636f7name-1 2018-07-19 05:23:15,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}827040f4d013a703ba82397257d07f4354be548c" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-48ab2541-4717-422f-a914-d3faf27636f7name-1", "description": "hello group"}}' 2018-07-19 05:23:15,991 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-d5163005-feac-422f-816a-a8c40316a4e6 Date: Thu, 19 Jul 2018 05:23:15 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:15Z", "updated_at": "2018-07-19T05:23:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:15Z", "revision_number": 0, "id": "114bcf25-f311-4933-83ab-d1c235e270f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:15Z", "security_group_id": "c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:15Z", "revision_number": 0, "id": "18bf7141-191b-4628-b862-19194fdd8563", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:15Z", "security_group_id": "c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1", "name": "NeutronUtilsSecurityGroupTests-48ab2541-4717-422f-a914-d3faf27636f7name-1"}} 2018-07-19 05:23:15,991 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-d5163005-feac-422f-816a-a8c40316a4e6 2018-07-19 05:23:15,992 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1 2018-07-19 05:23:15,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}827040f4d013a703ba82397257d07f4354be548c" 2018-07-19 05:23:16,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c2921ece-8d15-4b01-be5f-8a8a58bab77a Date: Thu, 19 Jul 2018 05:23:16 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-07-19T05:23:15Z", "security_group_id": "c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:15Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "114bcf25-f311-4933-83ab-d1c235e270f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:15Z", "security_group_id": "c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:15Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "18bf7141-191b-4628-b862-19194fdd8563"}]} 2018-07-19 05:23:16,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1 used request id req-c2921ece-8d15-4b01-be5f-8a8a58bab77a 2018-07-19 05:23:16,188 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-48ab2541-4717-422f-a914-d3faf27636f7name-2 2018-07-19 05:23:16,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}827040f4d013a703ba82397257d07f4354be548c" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-48ab2541-4717-422f-a914-d3faf27636f7name-2", "description": "hello group"}}' 2018-07-19 05:23:16,543 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-7caab80c-9a64-4529-a0d5-95e207967313 Date: Thu, 19 Jul 2018 05:23:16 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:16Z", "updated_at": "2018-07-19T05:23:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:16Z", "revision_number": 0, "id": "7f6869dc-a80c-47a9-a187-55e1571a485e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:16Z", "security_group_id": "53c45556-ff2b-4b9e-917d-7808f468639d", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:16Z", "revision_number": 0, "id": "af22b171-6651-493a-afd1-13b965242d75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:16Z", "security_group_id": "53c45556-ff2b-4b9e-917d-7808f468639d", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "53c45556-ff2b-4b9e-917d-7808f468639d", "name": "NeutronUtilsSecurityGroupTests-48ab2541-4717-422f-a914-d3faf27636f7name-2"}} 2018-07-19 05:23:16,543 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-7caab80c-9a64-4529-a0d5-95e207967313 2018-07-19 05:23:16,544 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53c45556-ff2b-4b9e-917d-7808f468639d 2018-07-19 05:23:16,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=53c45556-ff2b-4b9e-917d-7808f468639d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}827040f4d013a703ba82397257d07f4354be548c" 2018-07-19 05:23:16,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c86fd530-278e-4189-8663-64c30a1a7680 Date: Thu, 19 Jul 2018 05:23:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:16Z", "security_group_id": "53c45556-ff2b-4b9e-917d-7808f468639d", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:16Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "7f6869dc-a80c-47a9-a187-55e1571a485e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:16Z", "security_group_id": "53c45556-ff2b-4b9e-917d-7808f468639d", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:16Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "af22b171-6651-493a-afd1-13b965242d75"}]} 2018-07-19 05:23:16,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=53c45556-ff2b-4b9e-917d-7808f468639d used request id req-c86fd530-278e-4189-8663-64c30a1a7680 2018-07-19 05:23:16,774 - neutron_utils - INFO - Retrieving security group with ID - c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1 2018-07-19 05:23:16,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}827040f4d013a703ba82397257d07f4354be548c" 2018-07-19 05:23:17,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-ffd8b98b-f8db-4cb1-91d1-2653321c0283 Date: Thu, 19 Jul 2018 05:23:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:15Z", "updated_at": "2018-07-19T05:23:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:15Z", "revision_number": 0, "id": "114bcf25-f311-4933-83ab-d1c235e270f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:15Z", "security_group_id": "c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:15Z", "revision_number": 0, "id": "18bf7141-191b-4628-b862-19194fdd8563", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:15Z", "security_group_id": "c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1", "name": "NeutronUtilsSecurityGroupTests-48ab2541-4717-422f-a914-d3faf27636f7name-1"}]} 2018-07-19 05:23:17,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1 used request id req-ffd8b98b-f8db-4cb1-91d1-2653321c0283 2018-07-19 05:23:17,009 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1 2018-07-19 05:23:17,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}827040f4d013a703ba82397257d07f4354be548c" 2018-07-19 05:23:17,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2af90e3b-3bb0-4da8-a01f-05c5d78d7f32 Date: Thu, 19 Jul 2018 05:23:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:15Z", "security_group_id": "c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:15Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "114bcf25-f311-4933-83ab-d1c235e270f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:15Z", "security_group_id": "c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:15Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "18bf7141-191b-4628-b862-19194fdd8563"}]} 2018-07-19 05:23:17,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1 used request id req-2af90e3b-3bb0-4da8-a01f-05c5d78d7f32 2018-07-19 05:23:17,227 - neutron_utils - INFO - Retrieving security group with ID - 53c45556-ff2b-4b9e-917d-7808f468639d 2018-07-19 05:23:17,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=53c45556-ff2b-4b9e-917d-7808f468639d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}827040f4d013a703ba82397257d07f4354be548c" 2018-07-19 05:23:17,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-63db2f21-9d7e-414c-add7-56658e296760 Date: Thu, 19 Jul 2018 05:23:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:16Z", "updated_at": "2018-07-19T05:23:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:16Z", "revision_number": 0, "id": "7f6869dc-a80c-47a9-a187-55e1571a485e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:16Z", "security_group_id": "53c45556-ff2b-4b9e-917d-7808f468639d", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:23:16Z", "revision_number": 0, "id": "af22b171-6651-493a-afd1-13b965242d75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T05:23:16Z", "security_group_id": "53c45556-ff2b-4b9e-917d-7808f468639d", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 1, "project_id": "c9003101a9994c308fccde61f611d998", "id": "53c45556-ff2b-4b9e-917d-7808f468639d", "name": "NeutronUtilsSecurityGroupTests-48ab2541-4717-422f-a914-d3faf27636f7name-2"}]} 2018-07-19 05:23:17,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=53c45556-ff2b-4b9e-917d-7808f468639d used request id req-63db2f21-9d7e-414c-add7-56658e296760 2018-07-19 05:23:17,281 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53c45556-ff2b-4b9e-917d-7808f468639d 2018-07-19 05:23:17,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=53c45556-ff2b-4b9e-917d-7808f468639d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}827040f4d013a703ba82397257d07f4354be548c" 2018-07-19 05:23:17,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f8dba56c-b5ab-4efe-be9e-70a4c461e138 Date: Thu, 19 Jul 2018 05:23:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:16Z", "security_group_id": "53c45556-ff2b-4b9e-917d-7808f468639d", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:16Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "7f6869dc-a80c-47a9-a187-55e1571a485e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-19T05:23:16Z", "security_group_id": "53c45556-ff2b-4b9e-917d-7808f468639d", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:16Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "af22b171-6651-493a-afd1-13b965242d75"}]} 2018-07-19 05:23:17,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=53c45556-ff2b-4b9e-917d-7808f468639d used request id req-f8dba56c-b5ab-4efe-be9e-70a4c461e138 2018-07-19 05:23:17,497 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-48ab2541-4717-422f-a914-d3faf27636f7name-1 2018-07-19 05:23:17,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}827040f4d013a703ba82397257d07f4354be548c" 2018-07-19 05:23:17,829 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7c4c0c7a-b418-441c-b5e8-fab546717c68 Content-Length: 0 Date: Thu, 19 Jul 2018 05:23:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:23:17,830 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/c5cc2de7-7321-49ce-8ea0-ceb0224d5cb1 used request id req-7c4c0c7a-b418-441c-b5e8-fab546717c68 2018-07-19 05:23:17,830 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-48ab2541-4717-422f-a914-d3faf27636f7name-2 2018-07-19 05:23:17,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/53c45556-ff2b-4b9e-917d-7808f468639d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}827040f4d013a703ba82397257d07f4354be548c" 2018-07-19 05:23:17,956 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7aea0ab3-f617-4f04-b9b9-39e655a463d6 Content-Length: 0 Date: Thu, 19 Jul 2018 05:23:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:23:17,956 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/53c45556-ff2b-4b9e-917d-7808f468639d used request id req-7aea0ab3-f617-4f04-b9b9-39e655a463d6 2018-07-19 05:23:17,957 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:23:18,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:23:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["xf5HeUu-T-KIlQNAgJfSrQ"], "issued_at": "2018-07-19T05:23:18.000000Z"}} 2018-07-19 05:23:18,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5ae0b85bb4b1d5947b1b0def25e34d04c1fb40" 2018-07-19 05:23:18,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4c0be3a-4dad-415b-959b-bf677340e78c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:23:18,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b4c0be3a-4dad-415b-959b-bf677340e78c 2018-07-19 05:23:18,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5ae0b85bb4b1d5947b1b0def25e34d04c1fb40" 2018-07-19 05:23:18,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c19cd65e-b988-4c26-ad79-56623f21612c Date: Thu, 19 Jul 2018 05:23:18 GMT RESP BODY: {"floatingips": []} 2018-07-19 05:23:18,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-c19cd65e-b988-4c26-ad79-56623f21612c 2018-07-19 05:23:18,822 - neutron_utils - INFO - Creating floating ip to external network - external 2018-07-19 05:23:18,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5ae0b85bb4b1d5947b1b0def25e34d04c1fb40" 2018-07-19 05:23:19,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-076571a7-5c9b-434c-9a67-e309147fa0e1 Date: Thu, 19 Jul 2018 05:23:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"808316c313f0491a8efb6e31d026d3bf","l2_adjacency":true,"status":"ACTIVE","subnets":["2c83d5bd-6837-46dc-ba99-edbcdb9eb558"],"description":"","tags":[],"updated_at":"2018-07-19T05:07:00Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:06:52Z","provider:network_type":"flat"}]} 2018-07-19 05:23:19,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-076571a7-5c9b-434c-9a67-e309147fa0e1 2018-07-19 05:23:19,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d6c4720e-2d57-4849-96dc-980b067c3c5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5ae0b85bb4b1d5947b1b0def25e34d04c1fb40" 2018-07-19 05:23:19,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-410552b1-5734-4923-bfea-c810f698286b Date: Thu, 19 Jul 2018 05:23:19 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:07:00Z","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":"2c83d5bd-6837-46dc-ba99-edbcdb9eb558","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"808316c313f0491a8efb6e31d026d3bf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d6c4720e-2d57-4849-96dc-980b067c3c5c","tenant_id":"808316c313f0491a8efb6e31d026d3bf","created_at":"2018-07-19T05:07:00Z","ip_version":4}]} 2018-07-19 05:23:19,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d6c4720e-2d57-4849-96dc-980b067c3c5c used request id req-410552b1-5734-4923-bfea-c810f698286b 2018-07-19 05:23:19,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5ae0b85bb4b1d5947b1b0def25e34d04c1fb40" -d '{"floatingip": {"floating_network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c"}}' 2018-07-19 05:23:20,884 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 517 X-Openstack-Request-Id: req-91be5c9c-8aa8-4edd-b2b4-6fc70aacaee8 Date: Thu, 19 Jul 2018 05:23:20 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:20Z", "updated_at": "2018-07-19T05:23:20Z", "floating_network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "c9003101a9994c308fccde61f611d998", "port_id": null, "id": "b06d270d-536c-482f-b3db-9fceeb1d3628", "qos_policy_id": null}} 2018-07-19 05:23:20,884 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-91be5c9c-8aa8-4edd-b2b4-6fc70aacaee8 2018-07-19 05:23:20,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5ae0b85bb4b1d5947b1b0def25e34d04c1fb40" 2018-07-19 05:23:21,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-7bec1d3c-88c3-4af1-8ea6-3c9844974bd6 Date: Thu, 19 Jul 2018 05:23:21 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:20Z", "updated_at": "2018-07-19T05:23:20Z", "floating_network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "c9003101a9994c308fccde61f611d998", "port_id": null, "id": "b06d270d-536c-482f-b3db-9fceeb1d3628", "qos_policy_id": null}]} 2018-07-19 05:23:21,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-7bec1d3c-88c3-4af1-8ea6-3c9844974bd6 2018-07-19 05:23:21,144 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.207 2018-07-19 05:23:21,145 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.207 2018-07-19 05:23:21,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips?ip=b06d270d-536c-482f-b3db-9fceeb1d3628 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5ae0b85bb4b1d5947b1b0def25e34d04c1fb40" 2018-07-19 05:23:21,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-39fa3597-ee6b-4728-ae25-e94221464f87 Date: Thu, 19 Jul 2018 05:23:21 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:23:20Z", "updated_at": "2018-07-19T05:23:20Z", "floating_network_id": "d6c4720e-2d57-4849-96dc-980b067c3c5c", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "c9003101a9994c308fccde61f611d998", "port_id": null, "id": "b06d270d-536c-482f-b3db-9fceeb1d3628", "qos_policy_id": null}]} 2018-07-19 05:23:21,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips?ip=b06d270d-536c-482f-b3db-9fceeb1d3628 used request id req-39fa3597-ee6b-4728-ae25-e94221464f87 2018-07-19 05:23:21,369 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.207 2018-07-19 05:23:21,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/floatingips/b06d270d-536c-482f-b3db-9fceeb1d3628 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5ae0b85bb4b1d5947b1b0def25e34d04c1fb40" 2018-07-19 05:23:22,344 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6ea5e600-3607-4a30-b85f-a7b8d4dc2878 Content-Length: 0 Date: Thu, 19 Jul 2018 05:23:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:23:22,344 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/b06d270d-536c-482f-b3db-9fceeb1d3628 used request id req-6ea5e600-3607-4a30-b85f-a7b8d4dc2878 2018-07-19 05:23:22,345 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:23:22,520 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-1e169550-4537-4a9d-8a69-5f1dec4d7bcd 2018-07-19 05:23:22,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:23:22,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:23:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["e9DNsdw5Q1G9SL246F9_Cg"], "issued_at": "2018-07-19T05:23:22.000000Z"}} 2018-07-19 05:23:22,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45e06569d750aa3a0cd113b2b2947b9f0f55ed45" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9noxAxd5WjZgNBjM7dZzV2VM5AmrQoId/44pK9GRpLg5pipsvwxn+FAdqqFDLJ9Bxm+cB5+cTa6ctIXyzymH8MJ1v9NNDXLycC2zdRKJ/3YXgROiokDWXf2jKfn2UFJ8XVNB5ck7wmjhMvMdjbJgxyx6u8keeHwUh27KIsT9Rfr1+BawgeFSxJwBG/uYKHyycevlDEgb3yZVtaA/THbJzPpJpIe1LIK/xqZQcWEt7IUYNnR2BjHQFmKsXwGvnCiWRfEmgPElISR56iJg1+gqJJIPCSQai1n66msb3oCBBykZlf1Z5q9EepO5aBzAB92W7usY6oByIwPNhUIgPI2l5", "name": "NovaUtilsKeypairTests-1e169550-4537-4a9d-8a69-5f1dec4d7bcd"}}' 2018-07-19 05:23:23,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23: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-5d53be3c-5f9c-4a95-afd7-cccca6f8d703 x-compute-request-id: req-5d53be3c-5f9c-4a95-afd7-cccca6f8d703 Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9noxAxd5WjZgNBjM7dZzV2VM5AmrQoId/44pK9GRpLg5pipsvwxn+FAdqqFDLJ9Bxm+cB5+cTa6ctIXyzymH8MJ1v9NNDXLycC2zdRKJ/3YXgROiokDWXf2jKfn2UFJ8XVNB5ck7wmjhMvMdjbJgxyx6u8keeHwUh27KIsT9Rfr1+BawgeFSxJwBG/uYKHyycevlDEgb3yZVtaA/THbJzPpJpIe1LIK/xqZQcWEt7IUYNnR2BjHQFmKsXwGvnCiWRfEmgPElISR56iJg1+gqJJIPCSQai1n66msb3oCBBykZlf1Z5q9EepO5aBzAB92W7usY6oByIwPNhUIgPI2l5", "user_id": "fb99eb42722e4e6e958115280f3435be", "name": "NovaUtilsKeypairTests-1e169550-4537-4a9d-8a69-5f1dec4d7bcd", "fingerprint": "bf:84:f1:76:39:50:67:02:0c:aa:ce:9e:8d:5d:8d:54"}} 2018-07-19 05:23:23,177 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-5d53be3c-5f9c-4a95-afd7-cccca6f8d703 2018-07-19 05:23:23,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1e169550-4537-4a9d-8a69-5f1dec4d7bcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45e06569d750aa3a0cd113b2b2947b9f0f55ed45" 2018-07-19 05:23:23,196 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23: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-2987738a-e1cb-4405-ba02-d870ad00fcce x-compute-request-id: req-2987738a-e1cb-4405-ba02-d870ad00fcce Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9noxAxd5WjZgNBjM7dZzV2VM5AmrQoId/44pK9GRpLg5pipsvwxn+FAdqqFDLJ9Bxm+cB5+cTa6ctIXyzymH8MJ1v9NNDXLycC2zdRKJ/3YXgROiokDWXf2jKfn2UFJ8XVNB5ck7wmjhMvMdjbJgxyx6u8keeHwUh27KIsT9Rfr1+BawgeFSxJwBG/uYKHyycevlDEgb3yZVtaA/THbJzPpJpIe1LIK/xqZQcWEt7IUYNnR2BjHQFmKsXwGvnCiWRfEmgPElISR56iJg1+gqJJIPCSQai1n66msb3oCBBykZlf1Z5q9EepO5aBzAB92W7usY6oByIwPNhUIgPI2l5", "user_id": "fb99eb42722e4e6e958115280f3435be", "name": "NovaUtilsKeypairTests-1e169550-4537-4a9d-8a69-5f1dec4d7bcd", "deleted": false, "created_at": "2018-07-19T05:23:23.000000", "updated_at": null, "fingerprint": "bf:84:f1:76:39:50:67:02:0c:aa:ce:9e:8d:5d:8d:54", "deleted_at": null, "id": 14}} 2018-07-19 05:23:23,196 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1e169550-4537-4a9d-8a69-5f1dec4d7bcd used request id req-2987738a-e1cb-4405-ba02-d870ad00fcce 2018-07-19 05:23:23,196 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-1e169550-4537-4a9d-8a69-5f1dec4d7bcd 2018-07-19 05:23:23,197 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1e169550-4537-4a9d-8a69-5f1dec4d7bcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45e06569d750aa3a0cd113b2b2947b9f0f55ed45" 2018-07-19 05:23:23,248 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:23:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ffa87894-82cc-4cd7-9eaa-b85d29d0748c x-compute-request-id: req-ffa87894-82cc-4cd7-9eaa-b85d29d0748c Content-Length: 0 Content-Type: application/json 2018-07-19 05:23:23,248 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1e169550-4537-4a9d-8a69-5f1dec4d7bcd used request id req-ffa87894-82cc-4cd7-9eaa-b85d29d0748c 2018-07-19 05:23:23,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1e169550-4537-4a9d-8a69-5f1dec4d7bcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45e06569d750aa3a0cd113b2b2947b9f0f55ed45" 2018-07-19 05:23:23,271 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:23:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7d183b9b-e10b-4875-8b3e-364a4a36cbbb x-compute-request-id: req-7d183b9b-e10b-4875-8b3e-364a4a36cbbb Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-1e169550-4537-4a9d-8a69-5f1dec4d7bcd not found for user fb99eb42722e4e6e958115280f3435be", "code": 404}} 2018-07-19 05:23:23,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1e169550-4537-4a9d-8a69-5f1dec4d7bcd used request id req-7d183b9b-e10b-4875-8b3e-364a4a36cbbb 2018-07-19 05:23:23,271 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-1e169550-4537-4a9d-8a69-5f1dec4d7bcd 2018-07-19 05:23:23,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1e169550-4537-4a9d-8a69-5f1dec4d7bcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45e06569d750aa3a0cd113b2b2947b9f0f55ed45" 2018-07-19 05:23:23,300 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:23:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a49cd1b7-fe66-4d01-aae0-d2ce40136234 x-compute-request-id: req-a49cd1b7-fe66-4d01-aae0-d2ce40136234 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-1e169550-4537-4a9d-8a69-5f1dec4d7bcd not found for user fb99eb42722e4e6e958115280f3435be", "code": 404}} 2018-07-19 05:23:23,300 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1e169550-4537-4a9d-8a69-5f1dec4d7bcd used request id req-a49cd1b7-fe66-4d01-aae0-d2ce40136234 2018-07-19 05:23:23,301 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:23:23,527 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-89d87b1a-ed61-4a10-b33b-4019d65054ad.pub 2018-07-19 05:23:23,527 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-89d87b1a-ed61-4a10-b33b-4019d65054ad 2018-07-19 05:23:23,527 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-89d87b1a-ed61-4a10-b33b-4019d65054ad.pub 2018-07-19 05:23:23,527 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-89d87b1a-ed61-4a10-b33b-4019d65054ad 2018-07-19 05:23:23,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:23:23,933 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:23:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["iBcPiVWWS3-3W6Yokn8y9Q"], "issued_at": "2018-07-19T05:23:23.000000Z"}} 2018-07-19 05:23:23,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58995e48c00f939eb4156e5ba66db3e2e0c356e9" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWqnlI8g3gs1eTTo3BrYS28ckRe8p6UVVgFLhAB9nv6o15zzdayGu+YPAelNPsf77pgDH0CsIxtIE8q0kr1feZ5p0s44s2WNPxuftByCHiOhWrYbvCIAU2JjWkbqX4netScocwF12RA5Ynrpkwpa4kAy7tPLX7v414AdtkPRpsx2egmxJlXBEN1H9xHnhxU4uIpy2NBslwn5wAL347lcRaYnpD86KPBjx1PAIZj3sYbtBOsOLJkyp5JbawPrERksx3MrakIuK1We0IYWxmTQs/f0xSsC/42VZMGnS5zTvfuccFeMCQWbNUE0p01fQMIKjiTgfvDauqnizOv1kJxmJb", "name": "NovaUtilsKeypairTests-89d87b1a-ed61-4a10-b33b-4019d65054ad"}}' 2018-07-19 05:23:24,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23: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-cd5443ca-0f13-435c-a61a-329de7b9905f x-compute-request-id: req-cd5443ca-0f13-435c-a61a-329de7b9905f Content-Encoding: gzip Content-Length: 495 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWqnlI8g3gs1eTTo3BrYS28ckRe8p6UVVgFLhAB9nv6o15zzdayGu+YPAelNPsf77pgDH0CsIxtIE8q0kr1feZ5p0s44s2WNPxuftByCHiOhWrYbvCIAU2JjWkbqX4netScocwF12RA5Ynrpkwpa4kAy7tPLX7v414AdtkPRpsx2egmxJlXBEN1H9xHnhxU4uIpy2NBslwn5wAL347lcRaYnpD86KPBjx1PAIZj3sYbtBOsOLJkyp5JbawPrERksx3MrakIuK1We0IYWxmTQs/f0xSsC/42VZMGnS5zTvfuccFeMCQWbNUE0p01fQMIKjiTgfvDauqnizOv1kJxmJb", "user_id": "fb99eb42722e4e6e958115280f3435be", "name": "NovaUtilsKeypairTests-89d87b1a-ed61-4a10-b33b-4019d65054ad", "fingerprint": "54:2b:dd:93:b7:71:80:ab:0f:7a:39:e7:97:cb:75:3e"}} 2018-07-19 05:23:24,338 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-cd5443ca-0f13-435c-a61a-329de7b9905f 2018-07-19 05:23:24,339 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-89d87b1a-ed61-4a10-b33b-4019d65054ad 2018-07-19 05:23:24,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-89d87b1a-ed61-4a10-b33b-4019d65054ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58995e48c00f939eb4156e5ba66db3e2e0c356e9" 2018-07-19 05:23:24,386 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:23: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-1d7f2e6a-fd52-447b-bfae-7f841b458e76 x-compute-request-id: req-1d7f2e6a-fd52-447b-bfae-7f841b458e76 Content-Length: 0 Content-Type: application/json 2018-07-19 05:23:24,386 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-89d87b1a-ed61-4a10-b33b-4019d65054ad used request id req-1d7f2e6a-fd52-447b-bfae-7f841b458e76 2018-07-19 05:23:24,387 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:23:24,899 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-1e3c8179-9c96-4b2e-84c3-c62b9849ced5 2018-07-19 05:23:24,900 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:23:25,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:23:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["H49eXlTkR065krI-lolj3w"], "issued_at": "2018-07-19T05:23:25.000000Z"}} 2018-07-19 05:23:25,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}106b493e6f1a0d752fcd17d05d0c5468ee288005" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcm6RevVvgHj85py3AvLTnI/lVjFS3f5ZZID6pyYmfe7gdhrBYKOZ+0cSaKqBj6MYiKzBtweNo4SBwdRpY/t/fMUu5ENwuz8FAvrvFd05MHRHKMH+Fmazf5oYZ354td1qil5QrMAPkBJIqSK/whH3hXYx1Emc6KUcKgq6k4o1TWos3+QB3dNhmVDqxYk9863tkIkeJLt4PRACMyENZqcmJppre6BmX4ghMTuBMfs+/ryezlAJK4ZGH/uji8+Ipkmgv4AKquQGpPJo+Cqx0ZB7Au9uVrbLgDi8xsNz+f8ahVnRIvu8TKQAtELax4BPgEPIJcRquhvI0LVwqUS7k0w7X", "name": "NovaUtilsKeypairTests-1e3c8179-9c96-4b2e-84c3-c62b9849ced5"}}' 2018-07-19 05:23:25,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23: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-9afe7ce6-6f77-471b-81e8-fa0b52d4d72c x-compute-request-id: req-9afe7ce6-6f77-471b-81e8-fa0b52d4d72c Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcm6RevVvgHj85py3AvLTnI/lVjFS3f5ZZID6pyYmfe7gdhrBYKOZ+0cSaKqBj6MYiKzBtweNo4SBwdRpY/t/fMUu5ENwuz8FAvrvFd05MHRHKMH+Fmazf5oYZ354td1qil5QrMAPkBJIqSK/whH3hXYx1Emc6KUcKgq6k4o1TWos3+QB3dNhmVDqxYk9863tkIkeJLt4PRACMyENZqcmJppre6BmX4ghMTuBMfs+/ryezlAJK4ZGH/uji8+Ipkmgv4AKquQGpPJo+Cqx0ZB7Au9uVrbLgDi8xsNz+f8ahVnRIvu8TKQAtELax4BPgEPIJcRquhvI0LVwqUS7k0w7X", "user_id": "fb99eb42722e4e6e958115280f3435be", "name": "NovaUtilsKeypairTests-1e3c8179-9c96-4b2e-84c3-c62b9849ced5", "fingerprint": "4f:6c:73:09:4c:6f:9a:f4:90:ba:ed:1e:c2:2d:92:e5"}} 2018-07-19 05:23:25,548 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-9afe7ce6-6f77-471b-81e8-fa0b52d4d72c 2018-07-19 05:23:25,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1e3c8179-9c96-4b2e-84c3-c62b9849ced5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}106b493e6f1a0d752fcd17d05d0c5468ee288005" 2018-07-19 05:23:25,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23: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-2a7c6891-b859-478d-9b8a-0de802aef3a2 x-compute-request-id: req-2a7c6891-b859-478d-9b8a-0de802aef3a2 Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcm6RevVvgHj85py3AvLTnI/lVjFS3f5ZZID6pyYmfe7gdhrBYKOZ+0cSaKqBj6MYiKzBtweNo4SBwdRpY/t/fMUu5ENwuz8FAvrvFd05MHRHKMH+Fmazf5oYZ354td1qil5QrMAPkBJIqSK/whH3hXYx1Emc6KUcKgq6k4o1TWos3+QB3dNhmVDqxYk9863tkIkeJLt4PRACMyENZqcmJppre6BmX4ghMTuBMfs+/ryezlAJK4ZGH/uji8+Ipkmgv4AKquQGpPJo+Cqx0ZB7Au9uVrbLgDi8xsNz+f8ahVnRIvu8TKQAtELax4BPgEPIJcRquhvI0LVwqUS7k0w7X", "user_id": "fb99eb42722e4e6e958115280f3435be", "name": "NovaUtilsKeypairTests-1e3c8179-9c96-4b2e-84c3-c62b9849ced5", "deleted": false, "created_at": "2018-07-19T05:23:25.000000", "updated_at": null, "fingerprint": "4f:6c:73:09:4c:6f:9a:f4:90:ba:ed:1e:c2:2d:92:e5", "deleted_at": null, "id": 20}} 2018-07-19 05:23:25,569 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1e3c8179-9c96-4b2e-84c3-c62b9849ced5 used request id req-2a7c6891-b859-478d-9b8a-0de802aef3a2 2018-07-19 05:23:25,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}106b493e6f1a0d752fcd17d05d0c5468ee288005" 2018-07-19 05:23:25,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23: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-dc73ec6b-81da-405b-9746-5f2307f7b741 x-compute-request-id: req-dc73ec6b-81da-405b-9746-5f2307f7b741 Content-Encoding: gzip Content-Length: 474 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcm6RevVvgHj85py3AvLTnI/lVjFS3f5ZZID6pyYmfe7gdhrBYKOZ+0cSaKqBj6MYiKzBtweNo4SBwdRpY/t/fMUu5ENwuz8FAvrvFd05MHRHKMH+Fmazf5oYZ354td1qil5QrMAPkBJIqSK/whH3hXYx1Emc6KUcKgq6k4o1TWos3+QB3dNhmVDqxYk9863tkIkeJLt4PRACMyENZqcmJppre6BmX4ghMTuBMfs+/ryezlAJK4ZGH/uji8+Ipkmgv4AKquQGpPJo+Cqx0ZB7Au9uVrbLgDi8xsNz+f8ahVnRIvu8TKQAtELax4BPgEPIJcRquhvI0LVwqUS7k0w7X", "name": "NovaUtilsKeypairTests-1e3c8179-9c96-4b2e-84c3-c62b9849ced5", "fingerprint": "4f:6c:73:09:4c:6f:9a:f4:90:ba:ed:1e:c2:2d:92:e5"}}]} 2018-07-19 05:23:25,592 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-dc73ec6b-81da-405b-9746-5f2307f7b741 2018-07-19 05:23:25,592 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-1e3c8179-9c96-4b2e-84c3-c62b9849ced5 2018-07-19 05:23:25,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1e3c8179-9c96-4b2e-84c3-c62b9849ced5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}106b493e6f1a0d752fcd17d05d0c5468ee288005" 2018-07-19 05:23:25,648 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:23: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-9970e8d0-22e3-4589-85d2-ccfc8d354c92 x-compute-request-id: req-9970e8d0-22e3-4589-85d2-ccfc8d354c92 Content-Length: 0 Content-Type: application/json 2018-07-19 05:23:25,648 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1e3c8179-9c96-4b2e-84c3-c62b9849ced5 used request id req-9970e8d0-22e3-4589-85d2-ccfc8d354c92 2018-07-19 05:23:25,649 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:23:25,649 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:23:26,055 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:23:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["AjwBk_vrQSC6nj88vUpYSQ"], "issued_at": "2018-07-19T05:23:26.000000Z"}} 2018-07-19 05:23:26,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d16529d1e30d7d7b90752d202d71a315541690" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-a8b554af-0ae8-4841-a5bf-3ad4e0fe5ed6-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-a8b554af-0ae8-4841-a5bf-3ad4e0fe5ed6-id", "swap": 2}}' 2018-07-19 05:23:26,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23: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-61efea3f-b50d-4366-859c-b01967398af0 x-compute-request-id: req-61efea3f-b50d-4366-859c-b01967398af0 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsFlavorTests-a8b554af-0ae8-4841-a5bf-3ad4e0fe5ed6-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-a8b554af-0ae8-4841-a5bf-3ad4e0fe5ed6-id", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/NovaUtilsFlavorTests-a8b554af-0ae8-4841-a5bf-3ad4e0fe5ed6-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-a8b554af-0ae8-4841-a5bf-3ad4e0fe5ed6-id"}} 2018-07-19 05:23:26,313 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-61efea3f-b50d-4366-859c-b01967398af0 2018-07-19 05:23:26,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-a8b554af-0ae8-4841-a5bf-3ad4e0fe5ed6-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d16529d1e30d7d7b90752d202d71a315541690" 2018-07-19 05:23:26,343 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:23:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fca4f36a-3f01-4e8a-a0e3-b6e44ed74a8f x-compute-request-id: req-fca4f36a-3f01-4e8a-a0e3-b6e44ed74a8f Content-Length: 0 Content-Type: application/json 2018-07-19 05:23:26,343 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-a8b554af-0ae8-4841-a5bf-3ad4e0fe5ed6-id used request id req-fca4f36a-3f01-4e8a-a0e3-b6e44ed74a8f 2018-07-19 05:23:26,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d16529d1e30d7d7b90752d202d71a315541690" 2018-07-19 05:23:26,367 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e7af34f9-bdae-406a-ad50-43334e5ea6f0 x-compute-request-id: req-e7af34f9-bdae-406a-ad50-43334e5ea6f0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-07-19 05:23:26,367 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-e7af34f9-bdae-406a-ad50-43334e5ea6f0 2018-07-19 05:23:26,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-a8b554af-0ae8-4841-a5bf-3ad4e0fe5ed6-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d16529d1e30d7d7b90752d202d71a315541690" 2018-07-19 05:23:26,384 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:23:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a0de0ae5-339e-49ad-a77b-585d2dc1d53f x-compute-request-id: req-a0de0ae5-339e-49ad-a77b-585d2dc1d53f Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-a8b554af-0ae8-4841-a5bf-3ad4e0fe5ed6-id could not be found.", "code": 404}} 2018-07-19 05:23:26,384 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-a8b554af-0ae8-4841-a5bf-3ad4e0fe5ed6-id used request id req-a0de0ae5-339e-49ad-a77b-585d2dc1d53f 2018-07-19 05:23:26,385 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:23:26,385 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:23:26,798 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:23:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["pF4x5qdkT02IRv7EVZdGWA"], "issued_at": "2018-07-19T05:23:26.000000Z"}} 2018-07-19 05:23:26,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dabcfade04c6d63f9dca220f4135586d36ba06" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-6c6b2b72-ae6b-41a1-accb-dd1630906a64-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-6c6b2b72-ae6b-41a1-accb-dd1630906a64-id", "swap": 2}}' 2018-07-19 05:23:27,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23: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-0f3d0e3d-7215-4aea-a724-79551a87e25b x-compute-request-id: req-0f3d0e3d-7215-4aea-a724-79551a87e25b Content-Encoding: gzip Content-Length: 287 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsFlavorTests-6c6b2b72-ae6b-41a1-accb-dd1630906a64-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-6c6b2b72-ae6b-41a1-accb-dd1630906a64-id", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/NovaUtilsFlavorTests-6c6b2b72-ae6b-41a1-accb-dd1630906a64-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-6c6b2b72-ae6b-41a1-accb-dd1630906a64-id"}} 2018-07-19 05:23:27,034 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-0f3d0e3d-7215-4aea-a724-79551a87e25b 2018-07-19 05:23:27,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-6c6b2b72-ae6b-41a1-accb-dd1630906a64-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dabcfade04c6d63f9dca220f4135586d36ba06" 2018-07-19 05:23:27,067 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:23: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-1b6372bd-066d-4522-b057-50d262b4e1ce x-compute-request-id: req-1b6372bd-066d-4522-b057-50d262b4e1ce Content-Length: 0 Content-Type: application/json 2018-07-19 05:23:27,067 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-6c6b2b72-ae6b-41a1-accb-dd1630906a64-id used request id req-1b6372bd-066d-4522-b057-50d262b4e1ce 2018-07-19 05:23:27,068 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:23:27,068 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:23:27,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:23:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["3MXhqu1YSauZxYiB-l62NA"], "issued_at": "2018-07-19T05:23:27.000000Z"}} 2018-07-19 05:23:27,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:27,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac6efa9a-0d16-40c5-9c7f-5bde4df437c6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:23:27,569 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ac6efa9a-0d16-40c5-9c7f-5bde4df437c6 2018-07-19 05:23:27,570 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-19 05:23:27,571 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:23:27,572 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:23:27,989 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:23:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["XGvtiqRtTs2mjZRx2d9aRA"], "issued_at": "2018-07-19T05:23:27.000000Z"}} 2018-07-19 05:23:27,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff6989368cef90dea494e5b266ccd89772dda4d1" 2018-07-19 05:23:28,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-435b80fe-9308-4a87-9c69-1aff078f2c14 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:23:28,080 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-435b80fe-9308-4a87-9c69-1aff078f2c14 2018-07-19 05:23:28,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ff6989368cef90dea494e5b266ccd89772dda4d1" 2018-07-19 05:23:28,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-d08748ac-1964-48c5-be47-1f523ca2cd92 Date: Thu, 19 Jul 2018 05:23:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-image"} 2018-07-19 05:23:28,309 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-image used request id req-d08748ac-1964-48c5-be47-1f523ca2cd92 2018-07-19 05:23:28,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ff6989368cef90dea494e5b266ccd89772dda4d1" 2018-07-19 05:23:28,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-5a03a872-b963-4ead-9b22-2f8e88436bb8 Date: Thu, 19 Jul 2018 05:23:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-19 05:23:28,524 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-5a03a872-b963-4ead-9b22-2f8e88436bb8 2018-07-19 05:23:28,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ff6989368cef90dea494e5b266ccd89772dda4d1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-image"}' 2018-07-19 05:23:28,782 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-37069361-2f03-427c-86fb-229e6652e158 Date: Thu, 19 Jul 2018 05:23:28 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:23:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-19T05:23:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec", "min_disk": 0, "protected": false, "id": "aff9b105-7a45-4a4a-b490-b71ccfe979ec", "file": "/v2/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec/file", "checksum": null, "owner": "c9003101a9994c308fccde61f611d998", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-19 05:23:28,782 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-37069361-2f03-427c-86fb-229e6652e158 2018-07-19 05:23:28,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ff6989368cef90dea494e5b266ccd89772dda4d1" -d '' 2018-07-19 05:23:29,234 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5725f1cf-052c-4c8e-82ce-96b05f34bce3 Date: Thu, 19 Jul 2018 05:23:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:23:29,234 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec/file used request id req-5725f1cf-052c-4c8e-82ce-96b05f34bce3 2018-07-19 05:23:29,235 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-19 05:23:29,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ff6989368cef90dea494e5b266ccd89772dda4d1" 2018-07-19 05:23:29,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-fd97a2ac-7526-489a-abf6-166976dcc396 Date: Thu, 19 Jul 2018 05:23:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:23:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-19T05:23:29Z", "visibility": "shared", "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec/snap", "metadata": {}}], "self": "/v2/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec", "min_disk": 0, "protected": false, "id": "aff9b105-7a45-4a4a-b490-b71ccfe979ec", "file": "/v2/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9003101a9994c308fccde61f611d998", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-19 05:23:29,436 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec used request id req-fd97a2ac-7526-489a-abf6-166976dcc396 2018-07-19 05:23:29,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ff6989368cef90dea494e5b266ccd89772dda4d1" 2018-07-19 05:23:29,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-36135a80-de9f-4b8e-bfc6-e729cc33dc6e Date: Thu, 19 Jul 2018 05:23:29 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-19 05:23:29,626 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-36135a80-de9f-4b8e-bfc6-e729cc33dc6e 2018-07-19 05:23:29,629 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-image 2018-07-19 05:23:29,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ff6989368cef90dea494e5b266ccd89772dda4d1" 2018-07-19 05:23:29,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-ebd9fcfb-b58b-43e9-aee6-213a9677b859 Date: Thu, 19 Jul 2018 05:23:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:23:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-19T05:23:29Z", "visibility": "shared", "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec/snap", "metadata": {}}], "self": "/v2/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec", "min_disk": 0, "protected": false, "id": "aff9b105-7a45-4a4a-b490-b71ccfe979ec", "file": "/v2/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9003101a9994c308fccde61f611d998", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-19 05:23:29,832 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec used request id req-ebd9fcfb-b58b-43e9-aee6-213a9677b859 2018-07-19 05:23:29,833 - create_image - DEBUG - Instance status is - active 2018-07-19 05:23:29,833 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-image 2018-07-19 05:23:29,833 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-image 2018-07-19 05:23:29,833 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:23:29,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:23:30,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:23:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["WTjo9UHmQR-XXN0yr7nxkQ"], "issued_at": "2018-07-19T05:23:30.000000Z"}} 2018-07-19 05:23:30,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d5d85885133fcd3c955e90a5e446488247a962" 2018-07-19 05:23:30,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c0ab349-8cc3-4191-aae9-16a458f5317a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:23:30,267 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9c0ab349-8cc3-4191-aae9-16a458f5317a 2018-07-19 05:23:30,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d5d85885133fcd3c955e90a5e446488247a962" 2018-07-19 05:23:30,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-89e88fdd-5840-4298-bc98-7b0889464985 Date: Thu, 19 Jul 2018 05:23:30 GMT RESP BODY: {"networks":[]} 2018-07-19 05:23:30,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net used request id req-89e88fdd-5840-4298-bc98-7b0889464985 2018-07-19 05:23:30,484 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net 2018-07-19 05:23:30,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d5d85885133fcd3c955e90a5e446488247a962" -d '{"network": {"name": "NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net", "admin_state_up": true}}' 2018-07-19 05:23:31,078 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-84b736a1-ceb5-4ff7-b14c-084907784de6 Date: Thu, 19 Jul 2018 05:23: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":"86c01c57-2273-4fa7-8d68-b0696a68180d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:23:30Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:23:30Z","mtu":1450}} 2018-07-19 05:23:31,078 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-84b736a1-ceb5-4ff7-b14c-084907784de6 2018-07-19 05:23:31,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=86c01c57-2273-4fa7-8d68-b0696a68180d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d5d85885133fcd3c955e90a5e446488247a962" 2018-07-19 05:23:31,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-78b5420d-38dd-4986-95c1-5c48cfd552bf Date: Thu, 19 Jul 2018 05:23:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"86c01c57-2273-4fa7-8d68-b0696a68180d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:23:30Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:23:30Z","provider:network_type":"vxlan"}]} 2018-07-19 05:23:31,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=86c01c57-2273-4fa7-8d68-b0696a68180d used request id req-78b5420d-38dd-4986-95c1-5c48cfd552bf 2018-07-19 05:23:31,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=86c01c57-2273-4fa7-8d68-b0696a68180d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d5d85885133fcd3c955e90a5e446488247a962" 2018-07-19 05:23:31,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-07c52111-acbb-415d-9da3-4b9f61a82ced Date: Thu, 19 Jul 2018 05:23:31 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:23:31,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=86c01c57-2273-4fa7-8d68-b0696a68180d used request id req-07c52111-acbb-415d-9da3-4b9f61a82ced 2018-07-19 05:23:31,589 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-subnet 2018-07-19 05:23:31,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d5d85885133fcd3c955e90a5e446488247a962" -d '{"subnets": [{"ip_version": 4, "network_id": "86c01c57-2273-4fa7-8d68-b0696a68180d", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-subnet"}]}' 2018-07-19 05:23:32,448 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-b8d3dd02-0c7b-4e54-aa84-7363ad161562 Date: Thu, 19 Jul 2018 05:23:32 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:23:31Z","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":"44f9df82-9a35-479a-b06c-5ede5386e30b","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-subnet","enable_dhcp":true,"segment_id":null,"network_id":"86c01c57-2273-4fa7-8d68-b0696a68180d","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:23:31Z","ip_version":4}]} 2018-07-19 05:23:32,448 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-b8d3dd02-0c7b-4e54-aa84-7363ad161562 2018-07-19 05:23:32,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=86c01c57-2273-4fa7-8d68-b0696a68180d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d5d85885133fcd3c955e90a5e446488247a962" 2018-07-19 05:23:32,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 764 X-Openstack-Request-Id: req-221701d6-ae46-479f-8097-b35b43b60dc3 Date: Thu, 19 Jul 2018 05:23:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"86c01c57-2273-4fa7-8d68-b0696a68180d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["44f9df82-9a35-479a-b06c-5ede5386e30b"],"description":"","tags":[],"updated_at":"2018-07-19T05:23:31Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:23:30Z","provider:network_type":"vxlan"}]} 2018-07-19 05:23:32,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=86c01c57-2273-4fa7-8d68-b0696a68180d used request id req-221701d6-ae46-479f-8097-b35b43b60dc3 2018-07-19 05:23:32,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=86c01c57-2273-4fa7-8d68-b0696a68180d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d5d85885133fcd3c955e90a5e446488247a962" 2018-07-19 05:23:32,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-d0a68eb1-105f-41d1-80f7-035827124992 Date: Thu, 19 Jul 2018 05:23:32 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:23:31Z","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":"44f9df82-9a35-479a-b06c-5ede5386e30b","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-subnet","enable_dhcp":true,"segment_id":null,"network_id":"86c01c57-2273-4fa7-8d68-b0696a68180d","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:23:31Z","ip_version":4}]} 2018-07-19 05:23:32,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=86c01c57-2273-4fa7-8d68-b0696a68180d used request id req-d0a68eb1-105f-41d1-80f7-035827124992 2018-07-19 05:23:32,965 - OpenStackNetwork - DEBUG - Network [86c01c57-2273-4fa7-8d68-b0696a68180d] created successfully 2018-07-19 05:23:32,965 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:23:32,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:23:33,366 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:23:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["Sba4W2wVSiCNT-o6Bw75Tw"], "issued_at": "2018-07-19T05:23:33.000000Z"}} 2018-07-19 05:23:33,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9049afc58023bbb73a14fcc3aae5711e1966582" 2018-07-19 05:23:33,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ccee70e-d81a-458a-876e-ee2d03335a45 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:23:33,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8ccee70e-d81a-458a-876e-ee2d03335a45 2018-07-19 05:23:33,467 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:23:33,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9049afc58023bbb73a14fcc3aae5711e1966582" 2018-07-19 05:23:34,120 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23: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-02c2c476-135e-4763-873c-2f6642293ae9 x-compute-request-id: req-02c2c476-135e-4763-873c-2f6642293ae9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-07-19 05:23:34,121 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-02c2c476-135e-4763-873c-2f6642293ae9 2018-07-19 05:23:34,124 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9049afc58023bbb73a14fcc3aae5711e1966582" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-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-07-19 05:23:34,157 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65991664-7760-41ed-ab01-89b80fc26794 x-compute-request-id: req-65991664-7760-41ed-ab01-89b80fc26794 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/53f9964d-e07e-4882-ad4a-5927d6b5a26e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/53f9964d-e07e-4882-ad4a-5927d6b5a26e", "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": "53f9964d-e07e-4882-ad4a-5927d6b5a26e"}} 2018-07-19 05:23:34,157 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-65991664-7760-41ed-ab01-89b80fc26794 2018-07-19 05:23:34,158 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:23:34,159 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:23:34,569 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:23:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["rV0UfRT-RQKLbnLP6yptlQ"], "issued_at": "2018-07-19T05:23:34.000000Z"}} 2018-07-19 05:23:34,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ac6d70f85920dbfed9ca40deae504b937fa787" 2018-07-19 05:23:34,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d4be3af-4bf8-4d8a-8ad8-5f1cb892d394 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:23:34,672 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5d4be3af-4bf8-4d8a-8ad8-5f1cb892d394 2018-07-19 05:23:34,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:34,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 764 X-Openstack-Request-Id: req-03e0b1d7-7bb6-4db0-916d-2f68d94c997d Date: Thu, 19 Jul 2018 05:23:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"86c01c57-2273-4fa7-8d68-b0696a68180d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["44f9df82-9a35-479a-b06c-5ede5386e30b"],"description":"","tags":[],"updated_at":"2018-07-19T05:23:31Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:23:30Z","provider:network_type":"vxlan"}]} 2018-07-19 05:23:34,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net used request id req-03e0b1d7-7bb6-4db0-916d-2f68d94c997d 2018-07-19 05:23:34,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=86c01c57-2273-4fa7-8d68-b0696a68180d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:35,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-07fec29f-a4e8-4f8a-a169-5751de1fe954 Date: Thu, 19 Jul 2018 05:23:35 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:23:31Z","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":"44f9df82-9a35-479a-b06c-5ede5386e30b","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-subnet","enable_dhcp":true,"segment_id":null,"network_id":"86c01c57-2273-4fa7-8d68-b0696a68180d","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:23:31Z","ip_version":4}]} 2018-07-19 05:23:35,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=86c01c57-2273-4fa7-8d68-b0696a68180d used request id req-07fec29f-a4e8-4f8a-a169-5751de1fe954 2018-07-19 05:23:35,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:35,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 764 X-Openstack-Request-Id: req-803b5cbc-12e0-4d3c-acb1-1043acae9cea Date: Thu, 19 Jul 2018 05:23:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"86c01c57-2273-4fa7-8d68-b0696a68180d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["44f9df82-9a35-479a-b06c-5ede5386e30b"],"description":"","tags":[],"updated_at":"2018-07-19T05:23:31Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:23:30Z","provider:network_type":"vxlan"}]} 2018-07-19 05:23:35,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net used request id req-803b5cbc-12e0-4d3c-acb1-1043acae9cea 2018-07-19 05:23:35,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:23:35,503 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:23:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-809c6f78-190b-47b8-984d-5224ddb9e380 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:23:35,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-809c6f78-190b-47b8-984d-5224ddb9e380 2018-07-19 05:23:35,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ac6d70f85920dbfed9ca40deae504b937fa787" 2018-07-19 05:23:35,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60c444be-5520-4790-a022-2ce295483535 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:23:35,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-60c444be-5520-4790-a022-2ce295483535 2018-07-19 05:23:35,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=86c01c57-2273-4fa7-8d68-b0696a68180d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:35,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-77bd1b12-b504-4f02-94a8-2c847c590914 Date: Thu, 19 Jul 2018 05:23:35 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:23:31Z","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":"44f9df82-9a35-479a-b06c-5ede5386e30b","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-subnet","enable_dhcp":true,"segment_id":null,"network_id":"86c01c57-2273-4fa7-8d68-b0696a68180d","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:23:31Z","ip_version":4}]} 2018-07-19 05:23:35,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=86c01c57-2273-4fa7-8d68-b0696a68180d used request id req-77bd1b12-b504-4f02-94a8-2c847c590914 2018-07-19 05:23:35,833 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net 2018-07-19 05:23:35,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" -d '{"port": {"network_id": "86c01c57-2273-4fa7-8d68-b0696a68180d", "name": "NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-port", "admin_state_up": true}}' 2018-07-19 05:23:36,869 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 902 X-Openstack-Request-Id: req-0d1608bb-d8b9-4a6d-98dd-5d94546227b5 Date: Thu, 19 Jul 2018 05:23:36 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:23:36Z","device_owner":"","revision_number":2,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"44f9df82-9a35-479a-b06c-5ede5386e30b","ip_address":"10.55.0.14"}],"id":"ee5b9edb-6c72-4ed7-b4d6-40489cf32587","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4f:92:bb","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-port","project_id":"c9003101a9994c308fccde61f611d998","qos_policy_id":null,"admin_state_up":true,"network_id":"86c01c57-2273-4fa7-8d68-b0696a68180d","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:23:36Z","binding:vnic_type":"normal","ip_allocation":"immediate"}} 2018-07-19 05:23:36,870 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-0d1608bb-d8b9-4a6d-98dd-5d94546227b5 2018-07-19 05:23:36,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:37,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 764 X-Openstack-Request-Id: req-eefb6f71-571d-4d90-ae6f-7fd2e3fbd8c4 Date: Thu, 19 Jul 2018 05:23:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"86c01c57-2273-4fa7-8d68-b0696a68180d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["44f9df82-9a35-479a-b06c-5ede5386e30b"],"description":"","tags":[],"updated_at":"2018-07-19T05:23:31Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:23:30Z","provider:network_type":"vxlan"}]} 2018-07-19 05:23:37,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net used request id req-eefb6f71-571d-4d90-ae6f-7fd2e3fbd8c4 2018-07-19 05:23:37,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:23:37,174 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:23:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3423845-09f1-480b-9873-dab0a20c3f5b Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:23:37,174 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-b3423845-09f1-480b-9873-dab0a20c3f5b 2018-07-19 05:23:37,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:37,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0f08483-a490-41b9-80fe-3e7619c25369 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:23:37,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-c0f08483-a490-41b9-80fe-3e7619c25369 2018-07-19 05:23:37,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=86c01c57-2273-4fa7-8d68-b0696a68180d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:37,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-c6bfa0e9-31ce-40af-a21b-0c0d9391ffc2 Date: Thu, 19 Jul 2018 05:23:37 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:23:31Z","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":"44f9df82-9a35-479a-b06c-5ede5386e30b","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-subnet","enable_dhcp":true,"segment_id":null,"network_id":"86c01c57-2273-4fa7-8d68-b0696a68180d","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:23:31Z","ip_version":4}]} 2018-07-19 05:23:37,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=86c01c57-2273-4fa7-8d68-b0696a68180d used request id req-c6bfa0e9-31ce-40af-a21b-0c0d9391ffc2 2018-07-19 05:23:37,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=86c01c57-2273-4fa7-8d68-b0696a68180d&name=NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:37,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 905 X-Openstack-Request-Id: req-395d780a-601a-4323-8b3d-e126e287a2f5 Date: Thu, 19 Jul 2018 05:23:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:23:36Z","device_owner":"","revision_number":2,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"44f9df82-9a35-479a-b06c-5ede5386e30b","ip_address":"10.55.0.14"}],"id":"ee5b9edb-6c72-4ed7-b4d6-40489cf32587","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4f:92:bb","project_id":"c9003101a9994c308fccde61f611d998","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-port","admin_state_up":true,"network_id":"86c01c57-2273-4fa7-8d68-b0696a68180d","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:23:36Z","binding:vnic_type":"normal","device_id":"","ip_allocation":"immediate"}]} 2018-07-19 05:23:37,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=86c01c57-2273-4fa7-8d68-b0696a68180d&name=NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-port&admin_state_up=True used request id req-395d780a-601a-4323-8b3d-e126e287a2f5 2018-07-19 05:23:37,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:37,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3d65c86-e58e-4336-92f9-e0403d74e43e Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:23:37,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-e3d65c86-e58e-4336-92f9-e0403d74e43e 2018-07-19 05:23:37,508 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-vm_inst 2018-07-19 05:23:37,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:37,711 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23: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-9b0bd737-bfe6-42a2-b442-5e941bff4940 x-compute-request-id: req-9b0bd737-bfe6-42a2-b442-5e941bff4940 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "53f9964d-e07e-4882-ad4a-5927d6b5a26e", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/53f9964d-e07e-4882-ad4a-5927d6b5a26e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/53f9964d-e07e-4882-ad4a-5927d6b5a26e", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-flavor-name"}]} 2018-07-19 05:23:37,711 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9b0bd737-bfe6-42a2-b442-5e941bff4940 2018-07-19 05:23:37,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/53f9964d-e07e-4882-ad4a-5927d6b5a26e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:37,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23: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-44355428-a507-4756-8993-ab88b915725c x-compute-request-id: req-44355428-a507-4756-8993-ab88b915725c Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/53f9964d-e07e-4882-ad4a-5927d6b5a26e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/53f9964d-e07e-4882-ad4a-5927d6b5a26e", "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": "53f9964d-e07e-4882-ad4a-5927d6b5a26e"}} 2018-07-19 05:23:37,736 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/53f9964d-e07e-4882-ad4a-5927d6b5a26e used request id req-44355428-a507-4756-8993-ab88b915725c 2018-07-19 05:23:37,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:38,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-b2b429e6-06f8-4038-a898-321901a43b16 Date: Thu, 19 Jul 2018 05:23:38 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:23:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-19T05:23:29Z", "visibility": "shared", "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec/snap", "metadata": {}}], "self": "/v2/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec", "min_disk": 0, "protected": false, "id": "aff9b105-7a45-4a4a-b490-b71ccfe979ec", "file": "/v2/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9003101a9994c308fccde61f611d998", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-image"} 2018-07-19 05:23:38,469 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-image used request id req-b2b429e6-06f8-4038-a898-321901a43b16 2018-07-19 05:23:38,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:38,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-84c89846-37b6-4b50-a919-ed8decd4a7fe Date: Thu, 19 Jul 2018 05:23:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-07-19 05:23:38,679 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-84c89846-37b6-4b50-a919-ed8decd4a7fe 2018-07-19 05:23:38,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" -d '{"server": {"name": "NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-vm_inst", "imageRef": "aff9b105-7a45-4a4a-b490-b71ccfe979ec", "flavorRef": "53f9964d-e07e-4882-ad4a-5927d6b5a26e", "max_count": 1, "min_count": 1, "networks": [{"port": "ee5b9edb-6c72-4ed7-b4d6-40489cf32587"}]}}' 2018-07-19 05:23:41,461 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:23:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-deccf107-9ea3-45ab-855a-9ee6396af490 x-compute-request-id: req-deccf107-9ea3-45ab-855a-9ee6396af490 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5c17d0a7-0b8f-469f-9188-871b08af6905", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5c17d0a7-0b8f-469f-9188-871b08af6905", "rel": "bookmark"}], "adminPass": "n88Z2smQzrMk"}} 2018-07-19 05:23:41,461 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-deccf107-9ea3-45ab-855a-9ee6396af490 2018-07-19 05:23:41,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:41,729 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23: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-773e5d52-14d1-481b-bf36-976564c3e009 x-compute-request-id: req-773e5d52-14d1-481b-bf36-976564c3e009 Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5c17d0a7-0b8f-469f-9188-871b08af6905", "rel": "bookmark"}], "image": {"id": "aff9b105-7a45-4a4a-b490-b71ccfe979ec", "links": [{"href": "http://172.30.9.28:8774/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53f9964d-e07e-4882-ad4a-5927d6b5a26e", "links": [{"href": "http://172.30.9.28:8774/flavors/53f9964d-e07e-4882-ad4a-5927d6b5a26e", "rel": "bookmark"}]}, "id": "5c17d0a7-0b8f-469f-9188-871b08af6905", "user_id": "fb99eb42722e4e6e958115280f3435be", "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-07-19T05:23:41Z", "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-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-vm_inst", "created": "2018-07-19T05:23:41Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:23:41,729 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905 used request id req-773e5d52-14d1-481b-bf36-976564c3e009 2018-07-19 05:23:41,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:42,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23: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-5cd35c0c-4bd1-4b48-92df-d48375db5379 x-compute-request-id: req-5cd35c0c-4bd1-4b48-92df-d48375db5379 Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5c17d0a7-0b8f-469f-9188-871b08af6905", "rel": "bookmark"}], "image": {"id": "aff9b105-7a45-4a4a-b490-b71ccfe979ec", "links": [{"href": "http://172.30.9.28:8774/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53f9964d-e07e-4882-ad4a-5927d6b5a26e", "links": [{"href": "http://172.30.9.28:8774/flavors/53f9964d-e07e-4882-ad4a-5927d6b5a26e", "rel": "bookmark"}]}, "id": "5c17d0a7-0b8f-469f-9188-871b08af6905", "user_id": "fb99eb42722e4e6e958115280f3435be", "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-07-19T05:23:41Z", "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-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-vm_inst", "created": "2018-07-19T05:23:41Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:23:42,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905 used request id req-5cd35c0c-4bd1-4b48-92df-d48375db5379 2018-07-19 05:23:45,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:45,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23: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-6aab2555-3422-405a-a1a9-124d9431de65 x-compute-request-id: req-6aab2555-3422-405a-a1a9-124d9431de65 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5c17d0a7-0b8f-469f-9188-871b08af6905", "rel": "bookmark"}], "image": {"id": "aff9b105-7a45-4a4a-b490-b71ccfe979ec", "links": [{"href": "http://172.30.9.28:8774/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000020", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53f9964d-e07e-4882-ad4a-5927d6b5a26e", "links": [{"href": "http://172.30.9.28:8774/flavors/53f9964d-e07e-4882-ad4a-5927d6b5a26e", "rel": "bookmark"}]}, "id": "5c17d0a7-0b8f-469f-9188-871b08af6905", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:23:44Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-vm_inst", "created": "2018-07-19T05:23:41Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:23:45,742 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905 used request id req-6aab2555-3422-405a-a1a9-124d9431de65 2018-07-19 05:23:48,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:49,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23: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-30732751-e901-4c2c-b431-6203680ed3ab x-compute-request-id: req-30732751-e901-4c2c-b431-6203680ed3ab Content-Encoding: gzip Content-Length: 815 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:92:bb", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5c17d0a7-0b8f-469f-9188-871b08af6905", "rel": "bookmark"}], "image": {"id": "aff9b105-7a45-4a4a-b490-b71ccfe979ec", "links": [{"href": "http://172.30.9.28:8774/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000020", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53f9964d-e07e-4882-ad4a-5927d6b5a26e", "links": [{"href": "http://172.30.9.28:8774/flavors/53f9964d-e07e-4882-ad4a-5927d6b5a26e", "rel": "bookmark"}]}, "id": "5c17d0a7-0b8f-469f-9188-871b08af6905", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:23:44Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-vm_inst", "created": "2018-07-19T05:23:41Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:23:49,424 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905 used request id req-30732751-e901-4c2c-b431-6203680ed3ab 2018-07-19 05:23:52,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:53,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23: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-fd20430c-a481-4664-9474-f194cb2bcb9b x-compute-request-id: req-fd20430c-a481-4664-9474-f194cb2bcb9b Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:92:bb", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5c17d0a7-0b8f-469f-9188-871b08af6905", "rel": "bookmark"}], "image": {"id": "aff9b105-7a45-4a4a-b490-b71ccfe979ec", "links": [{"href": "http://172.30.9.28:8774/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000020", "OS-SRV-USG:launched_at": "2018-07-19T05:23:49.000000", "flavor": {"id": "53f9964d-e07e-4882-ad4a-5927d6b5a26e", "links": [{"href": "http://172.30.9.28:8774/flavors/53f9964d-e07e-4882-ad4a-5927d6b5a26e", "rel": "bookmark"}]}, "id": "5c17d0a7-0b8f-469f-9188-871b08af6905", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:23:49Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-vm_inst", "created": "2018-07-19T05:23:41Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:23:53,273 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905 used request id req-fd20430c-a481-4664-9474-f194cb2bcb9b 2018-07-19 05:23:53,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:53,803 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23: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-b3228893-36b0-4a29-94d4-c2466a61fe7a x-compute-request-id: req-b3228893-36b0-4a29-94d4-c2466a61fe7a Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:92:bb", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5c17d0a7-0b8f-469f-9188-871b08af6905", "rel": "bookmark"}], "image": {"id": "aff9b105-7a45-4a4a-b490-b71ccfe979ec", "links": [{"href": "http://172.30.9.28:8774/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000020", "OS-SRV-USG:launched_at": "2018-07-19T05:23:49.000000", "flavor": {"id": "53f9964d-e07e-4882-ad4a-5927d6b5a26e", "links": [{"href": "http://172.30.9.28:8774/flavors/53f9964d-e07e-4882-ad4a-5927d6b5a26e", "rel": "bookmark"}]}, "id": "5c17d0a7-0b8f-469f-9188-871b08af6905", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:23:49Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-vm_inst", "created": "2018-07-19T05:23:41Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:23:53,803 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905 used request id req-b3228893-36b0-4a29-94d4-c2466a61fe7a 2018-07-19 05:23:53,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:53,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 764 X-Openstack-Request-Id: req-63b56270-e410-45e9-9466-f222f1c6048b Date: Thu, 19 Jul 2018 05:23:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"86c01c57-2273-4fa7-8d68-b0696a68180d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["44f9df82-9a35-479a-b06c-5ede5386e30b"],"description":"","tags":[],"updated_at":"2018-07-19T05:23:31Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:23:30Z","provider:network_type":"vxlan"}]} 2018-07-19 05:23:53,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net used request id req-63b56270-e410-45e9-9466-f222f1c6048b 2018-07-19 05:23:53,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:53,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c07f504-1784-41a3-a55c-7cbb39a75a38 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:23:53,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-6c07f504-1784-41a3-a55c-7cbb39a75a38 2018-07-19 05:23:53,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=86c01c57-2273-4fa7-8d68-b0696a68180d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:54,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-b7355fbf-ec04-47cd-a624-c2d4268dd31d Date: Thu, 19 Jul 2018 05:23:54 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:23:31Z","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":"44f9df82-9a35-479a-b06c-5ede5386e30b","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-subnet","enable_dhcp":true,"segment_id":null,"network_id":"86c01c57-2273-4fa7-8d68-b0696a68180d","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:23:31Z","ip_version":4}]} 2018-07-19 05:23:54,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=86c01c57-2273-4fa7-8d68-b0696a68180d used request id req-b7355fbf-ec04-47cd-a624-c2d4268dd31d 2018-07-19 05:23:54,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=86c01c57-2273-4fa7-8d68-b0696a68180d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:54,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3989 X-Openstack-Request-Id: req-ebfffa2a-581c-48a2-861f-f1c697fb46e2 Date: Thu, 19 Jul 2018 05:23:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:23:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"44f9df82-9a35-479a-b06c-5ede5386e30b","ip_address":"10.55.0.2"}],"id":"558303ce-13e6-4916-8655-3e5ab1c9aeed","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:41:fc:0d","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86c01c57-2273-4fa7-8d68-b0696a68180d","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:23:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-86c01c57-2273-4fa7-8d68-b0696a68180d","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:23:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"44f9df82-9a35-479a-b06c-5ede5386e30b","ip_address":"10.55.0.3"}],"id":"b0275e56-12fc-49f2-b8a2-f6824799083e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:ff:bd","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86c01c57-2273-4fa7-8d68-b0696a68180d","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:23:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-86c01c57-2273-4fa7-8d68-b0696a68180d","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:23:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"44f9df82-9a35-479a-b06c-5ede5386e30b","ip_address":"10.55.0.4"}],"id":"edd40ae1-35b5-4c42-9803-8934a5937e01","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:35:74","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86c01c57-2273-4fa7-8d68-b0696a68180d","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:23:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-86c01c57-2273-4fa7-8d68-b0696a68180d","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:23:48Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"44f9df82-9a35-479a-b06c-5ede5386e30b","ip_address":"10.55.0.14"}],"id":"ee5b9edb-6c72-4ed7-b4d6-40489cf32587","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:92:bb","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-port","admin_state_up":true,"network_id":"86c01c57-2273-4fa7-8d68-b0696a68180d","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:23:36Z","binding:vnic_type":"normal","device_id":"5c17d0a7-0b8f-469f-9188-871b08af6905","ip_allocation":"immediate"}]} 2018-07-19 05:23:54,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=86c01c57-2273-4fa7-8d68-b0696a68180d used request id req-ebfffa2a-581c-48a2-861f-f1c697fb46e2 2018-07-19 05:23:54,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:54,637 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:23: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-e2e9af34-beb8-4886-a25e-f62235d8b9aa x-compute-request-id: req-e2e9af34-beb8-4886-a25e-f62235d8b9aa Content-Type: application/json 2018-07-19 05:23:54,637 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/5c17d0a7-0b8f-469f-9188-871b08af6905 used request id req-e2e9af34-beb8-4886-a25e-f62235d8b9aa 2018-07-19 05:23:54,637 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-port 2018-07-19 05:23:54,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/ee5b9edb-6c72-4ed7-b4d6-40489cf32587 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0356e26e70c7f4ae284e1c4052d9c3d0ca5e74b" 2018-07-19 05:23:55,341 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5db7a181-79f6-4160-a289-fbf2e7347c3a Date: Thu, 19 Jul 2018 05:23:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:23:55,342 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/ee5b9edb-6c72-4ed7-b4d6-40489cf32587 used request id req-5db7a181-79f6-4160-a289-fbf2e7347c3a 2018-07-19 05:23:55,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/53f9964d-e07e-4882-ad4a-5927d6b5a26e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9049afc58023bbb73a14fcc3aae5711e1966582" 2018-07-19 05:23:55,409 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:23:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1b5eaa14-929d-4386-aab4-cfc179a71054 x-compute-request-id: req-1b5eaa14-929d-4386-aab4-cfc179a71054 Content-Length: 0 Content-Type: application/json 2018-07-19 05:23:55,409 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/53f9964d-e07e-4882-ad4a-5927d6b5a26e used request id req-1b5eaa14-929d-4386-aab4-cfc179a71054 2018-07-19 05:23:55,410 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-subnet 2018-07-19 05:23:55,411 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-subnet 2018-07-19 05:23:55,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/44f9df82-9a35-479a-b06c-5ede5386e30b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d5d85885133fcd3c955e90a5e446488247a962" 2018-07-19 05:23:57,611 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3c322d9c-45e4-4ddf-843d-132b14d7c2fe Date: Thu, 19 Jul 2018 05:23:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:23:57,611 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/44f9df82-9a35-479a-b06c-5ede5386e30b used request id req-3c322d9c-45e4-4ddf-843d-132b14d7c2fe 2018-07-19 05:23:57,612 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-net 2018-07-19 05:23:57,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/86c01c57-2273-4fa7-8d68-b0696a68180d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d5d85885133fcd3c955e90a5e446488247a962" 2018-07-19 05:23:59,061 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4ea2ec43-af6b-433c-b134-cf7a640994dd Date: Thu, 19 Jul 2018 05:23:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:23:59,061 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/86c01c57-2273-4fa7-8d68-b0696a68180d used request id req-4ea2ec43-af6b-433c-b134-cf7a640994dd 2018-07-19 05:23:59,062 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-06c99f46-6e2b-439a-9ac8-dbfb30c2a9be-image 2018-07-19 05:23:59,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ff6989368cef90dea494e5b266ccd89772dda4d1" 2018-07-19 05:23:59,631 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3777ced2-c95f-4bcd-9bf3-95b1b4ed137b Date: Thu, 19 Jul 2018 05:23:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:23:59,631 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/aff9b105-7a45-4a4a-b490-b71ccfe979ec used request id req-3777ced2-c95f-4bcd-9bf3-95b1b4ed137b 2018-07-19 05:23:59,633 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:23:59,635 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-19 05:23:59,635 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:23:59,636 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:24:00,062 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:24:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["iD4A-MMsRZOv3g9HPgAltw"], "issued_at": "2018-07-19T05:24:00.000000Z"}} 2018-07-19 05:24:00,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1646b1075bbffc2490e815feadf44e95b892a4" 2018-07-19 05:24:00,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a4243dd-c89c-42e6-8871-0dd8bf9e23fb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:24:00,161 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5a4243dd-c89c-42e6-8871-0dd8bf9e23fb 2018-07-19 05:24:00,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec1646b1075bbffc2490e815feadf44e95b892a4" 2018-07-19 05:24:00,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-f60b5d7e-08ec-416d-b3ba-1a53c30f0540 Date: Thu, 19 Jul 2018 05:24:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-image"} 2018-07-19 05:24:00,371 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-image used request id req-f60b5d7e-08ec-416d-b3ba-1a53c30f0540 2018-07-19 05:24:00,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec1646b1075bbffc2490e815feadf44e95b892a4" 2018-07-19 05:24:00,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c4cfc962-c6bd-4625-b0eb-bf52ee1b8ff1 Date: Thu, 19 Jul 2018 05:24: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-07-19 05:24:00,577 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-c4cfc962-c6bd-4625-b0eb-bf52ee1b8ff1 2018-07-19 05:24:00,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ec1646b1075bbffc2490e815feadf44e95b892a4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-image"}' 2018-07-19 05:24:00,856 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3e6896a8-7544-4718-bbc5-616d584b2567 Date: Thu, 19 Jul 2018 05:24:00 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:24:00Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-19T05:24:00Z", "visibility": "shared", "locations": [], "self": "/v2/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "min_disk": 0, "protected": false, "id": "402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "file": "/v2/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a/file", "checksum": null, "owner": "c9003101a9994c308fccde61f611d998", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-19 05:24:00,857 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-3e6896a8-7544-4718-bbc5-616d584b2567 2018-07-19 05:24:00,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec1646b1075bbffc2490e815feadf44e95b892a4" -d '' 2018-07-19 05:24:01,747 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2bacfdd4-8660-4f23-960d-b0243bcc4924 Date: Thu, 19 Jul 2018 05:24:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:24:01,747 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a/file used request id req-2bacfdd4-8660-4f23-960d-b0243bcc4924 2018-07-19 05:24:01,748 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-19 05:24:01,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec1646b1075bbffc2490e815feadf44e95b892a4" 2018-07-19 05:24:01,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-51b85088-d221-4cf3-b881-0729a84e9c7a Date: Thu, 19 Jul 2018 05:24:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:24:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-19T05:24:01Z", "visibility": "shared", "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a/snap", "metadata": {}}], "self": "/v2/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "min_disk": 0, "protected": false, "id": "402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "file": "/v2/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9003101a9994c308fccde61f611d998", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-19 05:24:01,770 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a used request id req-51b85088-d221-4cf3-b881-0729a84e9c7a 2018-07-19 05:24:01,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec1646b1075bbffc2490e815feadf44e95b892a4" 2018-07-19 05:24:01,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-bfb019b7-16ff-4297-af52-b1824c495b75 Date: Thu, 19 Jul 2018 05:24:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-07-19 05:24:01,972 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-bfb019b7-16ff-4297-af52-b1824c495b75 2018-07-19 05:24:01,975 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-image 2018-07-19 05:24:01,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec1646b1075bbffc2490e815feadf44e95b892a4" 2018-07-19 05:24:02,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-2414623e-4cd9-45c2-9b61-c4eccd9e9011 Date: Thu, 19 Jul 2018 05:24:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:24:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-19T05:24:01Z", "visibility": "shared", "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a/snap", "metadata": {}}], "self": "/v2/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "min_disk": 0, "protected": false, "id": "402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "file": "/v2/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9003101a9994c308fccde61f611d998", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-19 05:24:02,177 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a used request id req-2414623e-4cd9-45c2-9b61-c4eccd9e9011 2018-07-19 05:24:02,178 - create_image - DEBUG - Instance status is - active 2018-07-19 05:24:02,178 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-image 2018-07-19 05:24:02,178 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-image 2018-07-19 05:24:02,178 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:24:02,179 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:24:02,577 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:24:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["Oqu1jiqYTJ-tqVmVXcYjHw"], "issued_at": "2018-07-19T05:24:02.000000Z"}} 2018-07-19 05:24:02,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6eb75aeb71b2ae522c3245d94bc995db75db61a" 2018-07-19 05:24:02,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ca03c56-74b7-4a48-b109-0dda68315f69 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:24:02,676 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6ca03c56-74b7-4a48-b109-0dda68315f69 2018-07-19 05:24:02,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6eb75aeb71b2ae522c3245d94bc995db75db61a" 2018-07-19 05:24:02,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1a071851-b942-479b-be09-7c2d6958a086 Date: Thu, 19 Jul 2018 05:24:02 GMT RESP BODY: {"networks":[]} 2018-07-19 05:24:02,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net used request id req-1a071851-b942-479b-be09-7c2d6958a086 2018-07-19 05:24:02,889 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net 2018-07-19 05:24:02,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6eb75aeb71b2ae522c3245d94bc995db75db61a" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net", "admin_state_up": true}}' 2018-07-19 05:24:03,289 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 742 X-Openstack-Request-Id: req-c4208fb7-0fa5-4c58-b934-f54ab68ed781 Date: Thu, 19 Jul 2018 05:24:03 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:24:03Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:03Z","mtu":1450}} 2018-07-19 05:24:03,289 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-c4208fb7-0fa5-4c58-b934-f54ab68ed781 2018-07-19 05:24:03,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6eb75aeb71b2ae522c3245d94bc995db75db61a" 2018-07-19 05:24:03,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-2874d348-1bd2-4924-8d56-97b3afdb8dcf Date: Thu, 19 Jul 2018 05:24:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:24:03Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:24:03,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-2874d348-1bd2-4924-8d56-97b3afdb8dcf 2018-07-19 05:24:03,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6eb75aeb71b2ae522c3245d94bc995db75db61a" 2018-07-19 05:24:03,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3b590e13-c529-4b8a-b06f-df7c8208758c Date: Thu, 19 Jul 2018 05:24:03 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:24:03,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-3b590e13-c529-4b8a-b06f-df7c8208758c 2018-07-19 05:24:03,792 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet 2018-07-19 05:24:03,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6eb75aeb71b2ae522c3245d94bc995db75db61a" -d '{"subnets": [{"ip_version": 4, "network_id": "fdae4183-3cc1-4d3d-840d-92943c7c77ab", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet"}]}' 2018-07-19 05:24:04,463 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-d6aa0597-e3c2-49f6-94ea-d2f324f0f623 Date: Thu, 19 Jul 2018 05:24:04 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:24:04Z","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":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet","enable_dhcp":true,"segment_id":null,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","ip_version":4}]} 2018-07-19 05:24:04,463 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-d6aa0597-e3c2-49f6-94ea-d2f324f0f623 2018-07-19 05:24:04,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6eb75aeb71b2ae522c3245d94bc995db75db61a" 2018-07-19 05:24:04,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-fb6bf8f4-7d24-4718-8b5a-5097f43a0fc7 Date: Thu, 19 Jul 2018 05:24:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6c36a15d-8634-40d1-8f9f-04f3e5124cf8"],"description":"","tags":[],"updated_at":"2018-07-19T05:24:04Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:24:04,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-fb6bf8f4-7d24-4718-8b5a-5097f43a0fc7 2018-07-19 05:24:04,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6eb75aeb71b2ae522c3245d94bc995db75db61a" 2018-07-19 05:24:04,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-b96262d2-4d0c-4ff3-9189-a98b90449fd0 Date: Thu, 19 Jul 2018 05:24:04 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:24:04Z","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":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet","enable_dhcp":true,"segment_id":null,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","ip_version":4}]} 2018-07-19 05:24:04,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-b96262d2-4d0c-4ff3-9189-a98b90449fd0 2018-07-19 05:24:04,825 - OpenStackNetwork - DEBUG - Network [fdae4183-3cc1-4d3d-840d-92943c7c77ab] created successfully 2018-07-19 05:24:04,825 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:24:04,826 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:24:05,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:24:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["GoUpp9RWSGG82ehi_d_dhw"], "issued_at": "2018-07-19T05:24:05.000000Z"}} 2018-07-19 05:24:05,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136513168f7dc9ea7f49471d98cbe0a3e8d921d" 2018-07-19 05:24:05,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e29b54c1-5e5b-45ce-ba42-ce9382575acd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:24:05,351 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e29b54c1-5e5b-45ce-ba42-ce9382575acd 2018-07-19 05:24:05,352 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:24:05,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136513168f7dc9ea7f49471d98cbe0a3e8d921d" 2018-07-19 05:24:05,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24: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-fb2fc968-b536-49a6-8b94-b6f01dff5dfd x-compute-request-id: req-fb2fc968-b536-49a6-8b94-b6f01dff5dfd Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-07-19 05:24:05,554 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-fb2fc968-b536-49a6-8b94-b6f01dff5dfd 2018-07-19 05:24:05,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136513168f7dc9ea7f49471d98cbe0a3e8d921d" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-07-19 05:24:05,618 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24: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-aa19839f-5c9f-4db2-8a20-b540e0a64563 x-compute-request-id: req-aa19839f-5c9f-4db2-8a20-b540e0a64563 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-flavor", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "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": "fd6225c5-7ad7-4479-82c0-3fed2fe7eb40"}} 2018-07-19 05:24:05,618 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-aa19839f-5c9f-4db2-8a20-b540e0a64563 2018-07-19 05:24:05,619 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:24:05,619 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:24:06,034 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:24:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["0B1iikaFRPWHl4LSGgI73A"], "issued_at": "2018-07-19T05:24:06.000000Z"}} 2018-07-19 05:24:06,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36ce079c949f3f0f642efdacb966f57aa21ff9c9" 2018-07-19 05:24:06,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-399d14a1-d313-4bc4-b692-cadc3a3e017a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:24:06,134 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-399d14a1-d313-4bc4-b692-cadc3a3e017a 2018-07-19 05:24:06,139 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36ce079c949f3f0f642efdacb966f57aa21ff9c9" 2018-07-19 05:24:06,365 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:06 GMT Server: Apache x-compute-request-id: req-16c6cf92-74bd-4587-b93d-ed5ae9ee7cd1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-16c6cf92-74bd-4587-b93d-ed5ae9ee7cd1 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-19 05:24:06,365 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/detail used request id req-16c6cf92-74bd-4587-b93d-ed5ae9ee7cd1 2018-07-19 05:24:06,368 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-16c6cf92-74bd-4587-b93d-ed5ae9ee7cd1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36ce079c949f3f0f642efdacb966f57aa21ff9c9" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a", "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-07-19 05:24:06,858 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:24:06 GMT Server: Apache x-compute-request-id: req-b7f55ab0-1d90-49b6-a79a-e434d362d46f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b7f55ab0-1d90-49b6-a79a-e434d362d46f Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "fb99eb42722e4e6e958115280f3435be", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-19T05:24:06.000000", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "87bdeecf-53e3-4a10-bae8-a32a211919ce", "size": 1}} 2018-07-19 05:24:06,858 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes used request id req-b7f55ab0-1d90-49b6-a79a-e434d362d46f 2018-07-19 05:24:06,861 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-16c6cf92-74bd-4587-b93d-ed5ae9ee7cd1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36ce079c949f3f0f642efdacb966f57aa21ff9c9" 2018-07-19 05:24:07,094 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:06 GMT Server: Apache x-compute-request-id: req-d8ebf54d-29a3-4d45-9a2d-9c5702a983e9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d8ebf54d-29a3-4d45-9a2d-9c5702a983e9 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:24:06.000000", "replication_status": null, "snapshot_id": null, "id": "87bdeecf-53e3-4a10-bae8-a32a211919ce", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "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-76627717-d650-4754-9a0d-905cc93b0e8a", "bootable": "false", "created_at": "2018-07-19T05:24:06.000000", "volume_type": null}} 2018-07-19 05:24:07,094 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce used request id req-d8ebf54d-29a3-4d45-9a2d-9c5702a983e9 2018-07-19 05:24:07,095 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a 2018-07-19 05:24:07,098 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-16c6cf92-74bd-4587-b93d-ed5ae9ee7cd1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36ce079c949f3f0f642efdacb966f57aa21ff9c9" 2018-07-19 05:24:07,341 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:07 GMT Server: Apache x-compute-request-id: req-a956621c-e0f6-42b8-919c-413095fec1a7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a956621c-e0f6-42b8-919c-413095fec1a7 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:24:07.000000", "replication_status": null, "snapshot_id": null, "id": "87bdeecf-53e3-4a10-bae8-a32a211919ce", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "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-76627717-d650-4754-9a0d-905cc93b0e8a", "bootable": "false", "created_at": "2018-07-19T05:24:06.000000", "volume_type": null}} 2018-07-19 05:24:07,341 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce used request id req-a956621c-e0f6-42b8-919c-413095fec1a7 2018-07-19 05:24:07,342 - create_volume - DEBUG - Instance status is - available 2018-07-19 05:24:07,342 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a 2018-07-19 05:24:07,342 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a 2018-07-19 05:24:07,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:24:07,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:24:07,742 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:24:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["YVg9FF6WT-KIHL-0n-4bew"], "issued_at": "2018-07-19T05:24:07.000000Z"}} 2018-07-19 05:24:07,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:07,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e084b00-cbbd-4689-8114-dfe8e246c8eb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:24:07,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4e084b00-cbbd-4689-8114-dfe8e246c8eb 2018-07-19 05:24:07,849 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:24:07,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:07,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87d1ab6c-7ed3-4459-93a5-b968351bcb02 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:24:07,946 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-87d1ab6c-7ed3-4459-93a5-b968351bcb02 2018-07-19 05:24:07,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:08,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-ff91f63a-9a84-4d44-8711-7f6f0dbcd9c9 Date: Thu, 19 Jul 2018 05:24:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6c36a15d-8634-40d1-8f9f-04f3e5124cf8"],"description":"","tags":[],"updated_at":"2018-07-19T05:24:04Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:24:08,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net used request id req-ff91f63a-9a84-4d44-8711-7f6f0dbcd9c9 2018-07-19 05:24:08,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:24:08,249 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:24:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-411b451f-4b6e-4bc2-830a-7b8cd4b19a33 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:24:08,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-411b451f-4b6e-4bc2-830a-7b8cd4b19a33 2018-07-19 05:24:08,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:08,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d69385d-f887-4b09-99d4-44838f55f376 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:24:08,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-5d69385d-f887-4b09-99d4-44838f55f376 2018-07-19 05:24:08,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:08,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-dbcfeec6-04e3-407b-aa1b-506799080bea Date: Thu, 19 Jul 2018 05:24:08 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:24:04Z","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":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet","enable_dhcp":true,"segment_id":null,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","ip_version":4}]} 2018-07-19 05:24:08,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-dbcfeec6-04e3-407b-aa1b-506799080bea 2018-07-19 05:24:08,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab&name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:08,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f2e470fd-b8aa-42c4-85f9-627b83d4266c Date: Thu, 19 Jul 2018 05:24:08 GMT RESP BODY: {"ports":[]} 2018-07-19 05:24:08,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab&name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-port&admin_state_up=True used request id req-f2e470fd-b8aa-42c4-85f9-627b83d4266c 2018-07-19 05:24:08,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:09,148 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dce0e588-5dd3-4e09-9c04-1ae1de3cda04 x-compute-request-id: req-dce0e588-5dd3-4e09-9c04-1ae1de3cda04 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-19 05:24:09,148 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst used request id req-dce0e588-5dd3-4e09-9c04-1ae1de3cda04 2018-07-19 05:24:09,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:09,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-c7aa9039-aaa0-4acf-aa5c-e88335ebde3c Date: Thu, 19 Jul 2018 05:24:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6c36a15d-8634-40d1-8f9f-04f3e5124cf8"],"description":"","tags":[],"updated_at":"2018-07-19T05:24:04Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:24:09,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net used request id req-c7aa9039-aaa0-4acf-aa5c-e88335ebde3c 2018-07-19 05:24:09,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:09,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c8feefc-0f2c-43db-ac6e-d43e064812e9 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:24:09,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-2c8feefc-0f2c-43db-ac6e-d43e064812e9 2018-07-19 05:24:09,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:09,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-bd450074-06c8-4a02-b453-0524f9c1c3b5 Date: Thu, 19 Jul 2018 05:24:09 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:24:04Z","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":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet","enable_dhcp":true,"segment_id":null,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","ip_version":4}]} 2018-07-19 05:24:09,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-bd450074-06c8-4a02-b453-0524f9c1c3b5 2018-07-19 05:24:09,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab&name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:09,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bf3c4b08-9c71-4fa4-b453-182bb81ee575 Date: Thu, 19 Jul 2018 05:24:09 GMT RESP BODY: {"ports":[]} 2018-07-19 05:24:09,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab&name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-port&admin_state_up=True used request id req-bf3c4b08-9c71-4fa4-b453-182bb81ee575 2018-07-19 05:24:09,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:24:09,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:24:10,212 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:24:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["1LAljzuGQFaiuMNPId1eVA"], "issued_at": "2018-07-19T05:24:10.000000Z"}} 2018-07-19 05:24:10,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15f9ebe14e0382720ef2e020c85f15f1b507e763" 2018-07-19 05:24:10,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b0022ec-c3ec-40b5-bbc0-ed2202a2384f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:24:10,327 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4b0022ec-c3ec-40b5-bbc0-ed2202a2384f 2018-07-19 05:24:10,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:10,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-d50d6d59-4a94-4a9e-9fbb-811583cd2ea0 Date: Thu, 19 Jul 2018 05:24:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6c36a15d-8634-40d1-8f9f-04f3e5124cf8"],"description":"","tags":[],"updated_at":"2018-07-19T05:24:04Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:24:10,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net used request id req-d50d6d59-4a94-4a9e-9fbb-811583cd2ea0 2018-07-19 05:24:10,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:10,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-caa7a922-780f-40a2-b816-e4428f2cf69a Date: Thu, 19 Jul 2018 05:24:10 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:24:04Z","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":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet","enable_dhcp":true,"segment_id":null,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","ip_version":4}]} 2018-07-19 05:24:10,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-caa7a922-780f-40a2-b816-e4428f2cf69a 2018-07-19 05:24:10,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:10,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-27a4480c-24e0-442a-baf4-4a9a9a7a5248 Date: Thu, 19 Jul 2018 05:24:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6c36a15d-8634-40d1-8f9f-04f3e5124cf8"],"description":"","tags":[],"updated_at":"2018-07-19T05:24:04Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:24:10,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net used request id req-27a4480c-24e0-442a-baf4-4a9a9a7a5248 2018-07-19 05:24:10,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:24:10,938 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:24:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42ccebc1-9705-43cf-b594-2ea84833e763 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:24:10,938 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-42ccebc1-9705-43cf-b594-2ea84833e763 2018-07-19 05:24:10,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15f9ebe14e0382720ef2e020c85f15f1b507e763" 2018-07-19 05:24:11,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-511167bc-9bc7-4239-aeaa-eb735fd09c12 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:24:11,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-511167bc-9bc7-4239-aeaa-eb735fd09c12 2018-07-19 05:24:11,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:11,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-267a1367-1d13-40d4-b70e-1539ba8741bb Date: Thu, 19 Jul 2018 05:24:11 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:24:04Z","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":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet","enable_dhcp":true,"segment_id":null,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","ip_version":4}]} 2018-07-19 05:24:11,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-267a1367-1d13-40d4-b70e-1539ba8741bb 2018-07-19 05:24:11,280 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net 2018-07-19 05:24:11,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" -d '{"port": {"network_id": "fdae4183-3cc1-4d3d-840d-92943c7c77ab", "name": "NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-port", "admin_state_up": true}}' 2018-07-19 05:24:12,325 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 908 X-Openstack-Request-Id: req-e7f01a33-ad79-474e-9b16-2ad837fbaa40 Date: Thu, 19 Jul 2018 05:24:12 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:11Z","device_owner":"","revision_number":2,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.13"}],"id":"111eaf05-4684-4be1-9af3-a057ebc351bc","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1d:73:83","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-port","project_id":"c9003101a9994c308fccde61f611d998","qos_policy_id":null,"admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:11Z","binding:vnic_type":"normal","ip_allocation":"immediate"}} 2018-07-19 05:24:12,325 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-e7f01a33-ad79-474e-9b16-2ad837fbaa40 2018-07-19 05:24:12,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:12,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-dee35834-14fb-49dd-97d6-bb75f75f5da9 Date: Thu, 19 Jul 2018 05:24:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6c36a15d-8634-40d1-8f9f-04f3e5124cf8"],"description":"","tags":[],"updated_at":"2018-07-19T05:24:04Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:24:12,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net used request id req-dee35834-14fb-49dd-97d6-bb75f75f5da9 2018-07-19 05:24:12,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:12,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46ed5159-1d3c-4380-b86b-12f49d31fdf3 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:24:12,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-46ed5159-1d3c-4380-b86b-12f49d31fdf3 2018-07-19 05:24:12,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:12,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-723391b0-d0db-4360-9e16-42fc8b4cf906 Date: Thu, 19 Jul 2018 05:24:12 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:24:04Z","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":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet","enable_dhcp":true,"segment_id":null,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","ip_version":4}]} 2018-07-19 05:24:12,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-723391b0-d0db-4360-9e16-42fc8b4cf906 2018-07-19 05:24:12,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab&name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:13,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 911 X-Openstack-Request-Id: req-6aac84d7-edd9-492d-a856-0701e984c131 Date: Thu, 19 Jul 2018 05:24:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:11Z","device_owner":"","revision_number":2,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.13"}],"id":"111eaf05-4684-4be1-9af3-a057ebc351bc","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1d:73:83","project_id":"c9003101a9994c308fccde61f611d998","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-port","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:11Z","binding:vnic_type":"normal","device_id":"","ip_allocation":"immediate"}]} 2018-07-19 05:24:13,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab&name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-port&admin_state_up=True used request id req-6aac84d7-edd9-492d-a856-0701e984c131 2018-07-19 05:24:13,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:13,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f2bf75a-af79-4cd2-b0b6-4682ebb98b9e Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:24:13,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-5f2bf75a-af79-4cd2-b0b6-4682ebb98b9e 2018-07-19 05:24:13,105 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst 2018-07-19 05:24:13,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:13,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24: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-ded078f2-e3d0-4ad9-927d-d6bd29cc6b23 x-compute-request-id: req-ded078f2-e3d0-4ad9-927d-d6bd29cc6b23 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-flavor"}]} 2018-07-19 05:24:13,130 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ded078f2-e3d0-4ad9-927d-d6bd29cc6b23 2018-07-19 05:24:13,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:13,156 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24: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-e7e230c5-440c-46bb-970a-88aeafa899fd x-compute-request-id: req-e7e230c5-440c-46bb-970a-88aeafa899fd Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-flavor", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "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": "fd6225c5-7ad7-4479-82c0-3fed2fe7eb40"}} 2018-07-19 05:24:13,157 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40 used request id req-e7e230c5-440c-46bb-970a-88aeafa899fd 2018-07-19 05:24:13,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:13,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-fa3a711c-5ea2-4a97-99fe-da134c47efa7 Date: Thu, 19 Jul 2018 05:24:13 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:24:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-19T05:24:01Z", "visibility": "shared", "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a/snap", "metadata": {}}], "self": "/v2/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "min_disk": 0, "protected": false, "id": "402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "file": "/v2/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9003101a9994c308fccde61f611d998", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-image"} 2018-07-19 05:24:13,352 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-image used request id req-fa3a711c-5ea2-4a97-99fe-da134c47efa7 2018-07-19 05:24:13,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:13,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-b88f7915-bfbd-4be6-aa0e-5cafc88dbc99 Date: Thu, 19 Jul 2018 05:24:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-19 05:24:13,564 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-b88f7915-bfbd-4be6-aa0e-5cafc88dbc99 2018-07-19 05:24:13,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst", "imageRef": "402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "flavorRef": "fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "max_count": 1, "min_count": 1, "networks": [{"port": "111eaf05-4684-4be1-9af3-a057ebc351bc"}]}}' 2018-07-19 05:24:16,877 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:24: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-c1c41bb1-c657-4379-a8dc-9b619f4682e0 x-compute-request-id: req-c1c41bb1-c657-4379-a8dc-9b619f4682e0 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f847f5f0-7cef-47cc-bc4a-78273292e033", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "bookmark"}], "adminPass": "HmkLM6NhzKwn"}} 2018-07-19 05:24:16,877 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-c1c41bb1-c657-4379-a8dc-9b619f4682e0 2018-07-19 05:24:16,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:17,325 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24: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-26ec2204-7e26-4d08-ba26-39c7063ac723 x-compute-request-id: req-26ec2204-7e26-4d08-ba26-39c7063ac723 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.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "bookmark"}], "image": {"id": "402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "links": [{"href": "http://172.30.9.28:8774/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "links": [{"href": "http://172.30.9.28:8774/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "rel": "bookmark"}]}, "id": "f847f5f0-7cef-47cc-bc4a-78273292e033", "user_id": "fb99eb42722e4e6e958115280f3435be", "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-07-19T05:24:16Z", "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-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst", "created": "2018-07-19T05:24:16Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:24:17,325 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 used request id req-26ec2204-7e26-4d08-ba26-39c7063ac723 2018-07-19 05:24:17,325 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst 2018-07-19 05:24:17,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:17,681 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24: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-8bede507-9493-4d9e-98d5-e55e02906425 x-compute-request-id: req-8bede507-9493-4d9e-98d5-e55e02906425 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.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "bookmark"}], "image": {"id": "402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "links": [{"href": "http://172.30.9.28:8774/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "links": [{"href": "http://172.30.9.28:8774/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "rel": "bookmark"}]}, "id": "f847f5f0-7cef-47cc-bc4a-78273292e033", "user_id": "fb99eb42722e4e6e958115280f3435be", "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-07-19T05:24:17Z", "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-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst", "created": "2018-07-19T05:24:16Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:24:17,681 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 used request id req-8bede507-9493-4d9e-98d5-e55e02906425 2018-07-19 05:24:17,682 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst] is - BUILD 2018-07-19 05:24:17,682 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-19 05:24:20,685 - create_instance - DEBUG - VM status query timeout in 896.640430927 2018-07-19 05:24:20,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:21,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24: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-3ea8d252-1f02-41ab-9ac0-362ff7cc7e64 x-compute-request-id: req-3ea8d252-1f02-41ab-9ac0-362ff7cc7e64 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "bookmark"}], "image": {"id": "402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "links": [{"href": "http://172.30.9.28:8774/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000023", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "links": [{"href": "http://172.30.9.28:8774/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "rel": "bookmark"}]}, "id": "f847f5f0-7cef-47cc-bc4a-78273292e033", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:24:19Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst", "created": "2018-07-19T05:24:16Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:24:21,602 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 used request id req-3ea8d252-1f02-41ab-9ac0-362ff7cc7e64 2018-07-19 05:24:21,602 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst] is - BUILD 2018-07-19 05:24:21,602 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-19 05:24:24,606 - create_instance - DEBUG - VM status query timeout in 892.720131874 2018-07-19 05:24:24,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:25,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24: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-42196bbd-7403-459a-a835-17ceb68d3700 x-compute-request-id: req-42196bbd-7403-459a-a835-17ceb68d3700 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:73:83", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "bookmark"}], "image": {"id": "402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "links": [{"href": "http://172.30.9.28:8774/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000023", "OS-SRV-USG:launched_at": "2018-07-19T05:24:22.000000", "flavor": {"id": "fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "links": [{"href": "http://172.30.9.28:8774/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "rel": "bookmark"}]}, "id": "f847f5f0-7cef-47cc-bc4a-78273292e033", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:24:22Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst", "created": "2018-07-19T05:24:16Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:24:25,251 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 used request id req-42196bbd-7403-459a-a835-17ceb68d3700 2018-07-19 05:24:25,252 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst] is - ACTIVE 2018-07-19 05:24:25,252 - create_instance - INFO - VM is - ACTIVE 2018-07-19 05:24:25,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:25,878 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24: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-d69b9f6d-5743-435f-9e29-e50506ad0bda x-compute-request-id: req-d69b9f6d-5743-435f-9e29-e50506ad0bda Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:73:83", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "bookmark"}], "image": {"id": "402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "links": [{"href": "http://172.30.9.28:8774/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000023", "OS-SRV-USG:launched_at": "2018-07-19T05:24:22.000000", "flavor": {"id": "fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "links": [{"href": "http://172.30.9.28:8774/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "rel": "bookmark"}]}, "id": "f847f5f0-7cef-47cc-bc4a-78273292e033", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:24:22Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst", "created": "2018-07-19T05:24:16Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:24:25,878 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 used request id req-d69b9f6d-5743-435f-9e29-e50506ad0bda 2018-07-19 05:24:25,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:25,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-49b0de70-0e6a-477b-ae5a-fa07f6bb1d43 Date: Thu, 19 Jul 2018 05:24:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6c36a15d-8634-40d1-8f9f-04f3e5124cf8"],"description":"","tags":[],"updated_at":"2018-07-19T05:24:04Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:24:25,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net used request id req-49b0de70-0e6a-477b-ae5a-fa07f6bb1d43 2018-07-19 05:24:25,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:26,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e78ed6b-1e35-4927-bb30-649a9b08d646 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:24:26,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-7e78ed6b-1e35-4927-bb30-649a9b08d646 2018-07-19 05:24:26,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:26,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-4880a265-10f4-410f-b96f-41fbfc1282c0 Date: Thu, 19 Jul 2018 05:24:26 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:24:04Z","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":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet","enable_dhcp":true,"segment_id":null,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","ip_version":4}]} 2018-07-19 05:24:26,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-4880a265-10f4-410f-b96f-41fbfc1282c0 2018-07-19 05:24:26,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:26,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3995 X-Openstack-Request-Id: req-b9ebd4e7-0db5-488d-b9f5-03bdf4708cc5 Date: Thu, 19 Jul 2018 05:24:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:22Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.13"}],"id":"111eaf05-4684-4be1-9af3-a057ebc351bc","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1d:73:83","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-port","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:11Z","binding:vnic_type":"normal","device_id":"f847f5f0-7cef-47cc-bc4a-78273292e033","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.4"}],"id":"264f3a1f-92b5-4ca8-b0c0-ed7dfeb39703","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:6b:6b","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.2"}],"id":"4fc7376b-4f92-4547-8b5f-919fcdaad10f","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:62:fc","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.3"}],"id":"e14bce85-14aa-4980-8ec6-098e4fd483d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1e:9d:f6","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"}]} 2018-07-19 05:24:26,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-b9ebd4e7-0db5-488d-b9f5-03bdf4708cc5 2018-07-19 05:24:26,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:24:26,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:24:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["ZeVYJqkbS5CbokROhs69yw"], "issued_at": "2018-07-19T05:24:26.000000Z"}} 2018-07-19 05:24:26,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:26,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cd75601-2a34-4358-ae0d-1ed629f57cc7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:24:26,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7cd75601-2a34-4358-ae0d-1ed629f57cc7 2018-07-19 05:24:26,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:27,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24: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-c56476ec-71f0-40ab-b706-4ddf2be68dde x-compute-request-id: req-c56476ec-71f0-40ab-b706-4ddf2be68dde Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:73:83", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "bookmark"}], "image": {"id": "402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "links": [{"href": "http://172.30.9.28:8774/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000023", "OS-SRV-USG:launched_at": "2018-07-19T05:24:22.000000", "flavor": {"id": "fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "links": [{"href": "http://172.30.9.28:8774/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "rel": "bookmark"}]}, "id": "f847f5f0-7cef-47cc-bc4a-78273292e033", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:24:22Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst", "created": "2018-07-19T05:24:16Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:24:27,569 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 used request id req-c56476ec-71f0-40ab-b706-4ddf2be68dde 2018-07-19 05:24:27,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:27,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-fae5097b-3ba2-4a46-be67-dab73460842c Date: Thu, 19 Jul 2018 05:24:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6c36a15d-8634-40d1-8f9f-04f3e5124cf8"],"description":"","tags":[],"updated_at":"2018-07-19T05:24:04Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:24:27,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net used request id req-fae5097b-3ba2-4a46-be67-dab73460842c 2018-07-19 05:24:27,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:27,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef47f5d4-f905-4a65-81f7-6174baf3c650 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:24:27,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-ef47f5d4-f905-4a65-81f7-6174baf3c650 2018-07-19 05:24:27,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:27,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-5947f68c-59d3-46ca-93b2-5aca85752f11 Date: Thu, 19 Jul 2018 05:24:27 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:24:04Z","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":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet","enable_dhcp":true,"segment_id":null,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","ip_version":4}]} 2018-07-19 05:24:27,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-5947f68c-59d3-46ca-93b2-5aca85752f11 2018-07-19 05:24:27,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:27,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3995 X-Openstack-Request-Id: req-0bbd044b-6988-4549-84ff-00f96749c341 Date: Thu, 19 Jul 2018 05:24:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:22Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.13"}],"id":"111eaf05-4684-4be1-9af3-a057ebc351bc","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1d:73:83","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-port","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:11Z","binding:vnic_type":"normal","device_id":"f847f5f0-7cef-47cc-bc4a-78273292e033","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.4"}],"id":"264f3a1f-92b5-4ca8-b0c0-ed7dfeb39703","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:6b:6b","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.2"}],"id":"4fc7376b-4f92-4547-8b5f-919fcdaad10f","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:62:fc","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.3"}],"id":"e14bce85-14aa-4980-8ec6-098e4fd483d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1e:9d:f6","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"}]} 2018-07-19 05:24:27,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-0bbd044b-6988-4549-84ff-00f96749c341 2018-07-19 05:24:27,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" -d '{"volumeAttachment": {"volumeId": "87bdeecf-53e3-4a10-bae8-a32a211919ce"}}' 2018-07-19 05:24:29,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24: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-798493de-b448-4bdb-89fd-2dfa1dd0426a x-compute-request-id: req-798493de-b448-4bdb-89fd-2dfa1dd0426a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "f847f5f0-7cef-47cc-bc4a-78273292e033", "id": "87bdeecf-53e3-4a10-bae8-a32a211919ce", "volumeId": "87bdeecf-53e3-4a10-bae8-a32a211919ce"}} 2018-07-19 05:24:29,300 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033/os-volume_attachments used request id req-798493de-b448-4bdb-89fd-2dfa1dd0426a 2018-07-19 05:24:29,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:30,203 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd121ebf-093b-4038-a44a-9d15d094eb06 x-compute-request-id: req-bd121ebf-093b-4038-a44a-9d15d094eb06 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:73:83", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "bookmark"}], "image": {"id": "402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "links": [{"href": "http://172.30.9.28:8774/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000023", "OS-SRV-USG:launched_at": "2018-07-19T05:24:22.000000", "flavor": {"id": "fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "links": [{"href": "http://172.30.9.28:8774/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "rel": "bookmark"}]}, "id": "f847f5f0-7cef-47cc-bc4a-78273292e033", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:24:22Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst", "created": "2018-07-19T05:24:16Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [{"id": "87bdeecf-53e3-4a10-bae8-a32a211919ce"}], "metadata": {}}} 2018-07-19 05:24:30,203 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 used request id req-bd121ebf-093b-4038-a44a-9d15d094eb06 2018-07-19 05:24:30,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:30,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-c0699f99-2878-4d0b-8536-c321e8615968 Date: Thu, 19 Jul 2018 05:24:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6c36a15d-8634-40d1-8f9f-04f3e5124cf8"],"description":"","tags":[],"updated_at":"2018-07-19T05:24:04Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:24:30,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net used request id req-c0699f99-2878-4d0b-8536-c321e8615968 2018-07-19 05:24:30,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:24:30,304 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:24:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7e07cd5-f6d8-4eb2-90a9-aacf1a3473b8 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:24:30,304 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-a7e07cd5-f6d8-4eb2-90a9-aacf1a3473b8 2018-07-19 05:24:30,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:30,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8f6dabf-3d99-4199-8ea5-4979fc604eb4 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:24:30,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-a8f6dabf-3d99-4199-8ea5-4979fc604eb4 2018-07-19 05:24:30,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:30,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-ab7084a1-d29c-4ffd-a19e-cc82329bd4a1 Date: Thu, 19 Jul 2018 05:24:30 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:24:04Z","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":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet","enable_dhcp":true,"segment_id":null,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","ip_version":4}]} 2018-07-19 05:24:30,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-ab7084a1-d29c-4ffd-a19e-cc82329bd4a1 2018-07-19 05:24:30,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:30,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3995 X-Openstack-Request-Id: req-1684ea45-8a93-4cd1-9158-b661e74aa33f Date: Thu, 19 Jul 2018 05:24:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:22Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.13"}],"id":"111eaf05-4684-4be1-9af3-a057ebc351bc","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1d:73:83","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-port","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:11Z","binding:vnic_type":"normal","device_id":"f847f5f0-7cef-47cc-bc4a-78273292e033","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.4"}],"id":"264f3a1f-92b5-4ca8-b0c0-ed7dfeb39703","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:6b:6b","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.2"}],"id":"4fc7376b-4f92-4547-8b5f-919fcdaad10f","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:62:fc","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.3"}],"id":"e14bce85-14aa-4980-8ec6-098e4fd483d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1e:9d:f6","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"}]} 2018-07-19 05:24:30,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-1684ea45-8a93-4cd1-9158-b661e74aa33f 2018-07-19 05:24:30,720 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:30,974 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:30 GMT Server: Apache x-compute-request-id: req-7c1c98ba-4117-4eb0-abba-b54252f1eadb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7c1c98ba-4117-4eb0-abba-b54252f1eadb Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:24:29.000000", "replication_status": null, "snapshot_id": null, "id": "87bdeecf-53e3-4a10-bae8-a32a211919ce", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "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-76627717-d650-4754-9a0d-905cc93b0e8a", "bootable": "false", "created_at": "2018-07-19T05:24:06.000000", "volume_type": null}} 2018-07-19 05:24:30,974 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce used request id req-7c1c98ba-4117-4eb0-abba-b54252f1eadb 2018-07-19 05:24:33,981 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7c1c98ba-4117-4eb0-abba-b54252f1eadb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:34,249 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:33 GMT Server: Apache x-compute-request-id: req-fd43e73d-3290-4111-ab57-2781e0ba6ecb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fd43e73d-3290-4111-ab57-2781e0ba6ecb Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "f847f5f0-7cef-47cc-bc4a-78273292e033", "attachment_id": "2b021654-56fa-4e72-abe7-f5c3feb24b59", "attached_at": "2018-07-19T05:24:31.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "87bdeecf-53e3-4a10-bae8-a32a211919ce", "device": "/dev/vdb", "id": "87bdeecf-53e3-4a10-bae8-a32a211919ce"}], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:24:31.000000", "replication_status": null, "snapshot_id": null, "id": "87bdeecf-53e3-4a10-bae8-a32a211919ce", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "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-76627717-d650-4754-9a0d-905cc93b0e8a", "bootable": "false", "created_at": "2018-07-19T05:24:06.000000", "volume_type": null}} 2018-07-19 05:24:34,250 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce used request id req-fd43e73d-3290-4111-ab57-2781e0ba6ecb 2018-07-19 05:24:34,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:34,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cba27e3-ce51-4c6e-9ad5-ca62c9a737fd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:24:34,344 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3cba27e3-ce51-4c6e-9ad5-ca62c9a737fd 2018-07-19 05:24:34,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:35,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d769c955-23ff-4ac1-822f-109323655a5d x-compute-request-id: req-d769c955-23ff-4ac1-822f-109323655a5d Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:73:83", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "bookmark"}], "image": {"id": "402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "links": [{"href": "http://172.30.9.28:8774/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000023", "OS-SRV-USG:launched_at": "2018-07-19T05:24:22.000000", "flavor": {"id": "fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "links": [{"href": "http://172.30.9.28:8774/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "rel": "bookmark"}]}, "id": "f847f5f0-7cef-47cc-bc4a-78273292e033", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:24:22Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst", "created": "2018-07-19T05:24:16Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [{"id": "87bdeecf-53e3-4a10-bae8-a32a211919ce"}], "metadata": {}}} 2018-07-19 05:24:35,256 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 used request id req-d769c955-23ff-4ac1-822f-109323655a5d 2018-07-19 05:24:35,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:35,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-9e37f915-b47b-479b-9539-d3697dcad460 Date: Thu, 19 Jul 2018 05:24:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6c36a15d-8634-40d1-8f9f-04f3e5124cf8"],"description":"","tags":[],"updated_at":"2018-07-19T05:24:04Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:24:35,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net used request id req-9e37f915-b47b-479b-9539-d3697dcad460 2018-07-19 05:24:35,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:35,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ea7b727-3f9d-44ac-a73f-61e8eb57dcff Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:24:35,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-6ea7b727-3f9d-44ac-a73f-61e8eb57dcff 2018-07-19 05:24:35,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:35,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-afba5b89-5fdb-4795-a45d-dd3f8ac3dbbb Date: Thu, 19 Jul 2018 05:24:35 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:24:04Z","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":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet","enable_dhcp":true,"segment_id":null,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","ip_version":4}]} 2018-07-19 05:24:35,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-afba5b89-5fdb-4795-a45d-dd3f8ac3dbbb 2018-07-19 05:24:35,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:35,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3995 X-Openstack-Request-Id: req-89c374a2-691b-46ab-a124-8f8056d75455 Date: Thu, 19 Jul 2018 05:24:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:22Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.13"}],"id":"111eaf05-4684-4be1-9af3-a057ebc351bc","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1d:73:83","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-port","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:11Z","binding:vnic_type":"normal","device_id":"f847f5f0-7cef-47cc-bc4a-78273292e033","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.4"}],"id":"264f3a1f-92b5-4ca8-b0c0-ed7dfeb39703","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:6b:6b","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.2"}],"id":"4fc7376b-4f92-4547-8b5f-919fcdaad10f","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:62:fc","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.3"}],"id":"e14bce85-14aa-4980-8ec6-098e4fd483d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1e:9d:f6","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"}]} 2018-07-19 05:24:35,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-89c374a2-691b-46ab-a124-8f8056d75455 2018-07-19 05:24:35,755 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:36,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24: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-5fdd738e-68a3-4779-a57a-de10ff4f2bc6 x-compute-request-id: req-5fdd738e-68a3-4779-a57a-de10ff4f2bc6 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:73:83", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "bookmark"}], "image": {"id": "402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "links": [{"href": "http://172.30.9.28:8774/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000023", "OS-SRV-USG:launched_at": "2018-07-19T05:24:22.000000", "flavor": {"id": "fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "links": [{"href": "http://172.30.9.28:8774/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "rel": "bookmark"}]}, "id": "f847f5f0-7cef-47cc-bc4a-78273292e033", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:24:22Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst", "created": "2018-07-19T05:24:16Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [{"id": "87bdeecf-53e3-4a10-bae8-a32a211919ce"}], "metadata": {}}} 2018-07-19 05:24:36,789 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 used request id req-5fdd738e-68a3-4779-a57a-de10ff4f2bc6 2018-07-19 05:24:36,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:37,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-022dcbb4-e8e8-4495-8e2b-e5567f6366e6 Date: Thu, 19 Jul 2018 05:24:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6c36a15d-8634-40d1-8f9f-04f3e5124cf8"],"description":"","tags":[],"updated_at":"2018-07-19T05:24:04Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:24:37,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net used request id req-022dcbb4-e8e8-4495-8e2b-e5567f6366e6 2018-07-19 05:24:37,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:37,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81d19a41-a69b-4864-8489-94ce373c5a00 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:24:37,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-81d19a41-a69b-4864-8489-94ce373c5a00 2018-07-19 05:24:37,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:37,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-8033949f-d14d-4507-bccf-68a9a24bd3bd Date: Thu, 19 Jul 2018 05:24:37 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:24:04Z","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":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet","enable_dhcp":true,"segment_id":null,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","ip_version":4}]} 2018-07-19 05:24:37,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-8033949f-d14d-4507-bccf-68a9a24bd3bd 2018-07-19 05:24:37,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:37,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3995 X-Openstack-Request-Id: req-9f0c2489-2287-4294-9db2-ed0715078fa0 Date: Thu, 19 Jul 2018 05:24:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:22Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.13"}],"id":"111eaf05-4684-4be1-9af3-a057ebc351bc","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1d:73:83","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-port","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:11Z","binding:vnic_type":"normal","device_id":"f847f5f0-7cef-47cc-bc4a-78273292e033","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.4"}],"id":"264f3a1f-92b5-4ca8-b0c0-ed7dfeb39703","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:6b:6b","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.2"}],"id":"4fc7376b-4f92-4547-8b5f-919fcdaad10f","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:62:fc","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.3"}],"id":"e14bce85-14aa-4980-8ec6-098e4fd483d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1e:9d:f6","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"}]} 2018-07-19 05:24:37,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-9f0c2489-2287-4294-9db2-ed0715078fa0 2018-07-19 05:24:37,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:38,522 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24: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-ac76b997-8b87-45eb-bcc5-7cbfceb86657 x-compute-request-id: req-ac76b997-8b87-45eb-bcc5-7cbfceb86657 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:73:83", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "bookmark"}], "image": {"id": "402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "links": [{"href": "http://172.30.9.28:8774/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000023", "OS-SRV-USG:launched_at": "2018-07-19T05:24:22.000000", "flavor": {"id": "fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "links": [{"href": "http://172.30.9.28:8774/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "rel": "bookmark"}]}, "id": "f847f5f0-7cef-47cc-bc4a-78273292e033", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:24:22Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst", "created": "2018-07-19T05:24:16Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [{"id": "87bdeecf-53e3-4a10-bae8-a32a211919ce"}], "metadata": {}}} 2018-07-19 05:24:38,522 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 used request id req-ac76b997-8b87-45eb-bcc5-7cbfceb86657 2018-07-19 05:24:38,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:38,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-ba582499-21c3-4008-8cfd-ede6c14bcac3 Date: Thu, 19 Jul 2018 05:24:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6c36a15d-8634-40d1-8f9f-04f3e5124cf8"],"description":"","tags":[],"updated_at":"2018-07-19T05:24:04Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:24:38,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net used request id req-ba582499-21c3-4008-8cfd-ede6c14bcac3 2018-07-19 05:24:38,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:38,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd5210d1-bc21-4bda-bb62-112b1338b641 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:24:38,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-dd5210d1-bc21-4bda-bb62-112b1338b641 2018-07-19 05:24:38,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:38,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-d05a16d0-0db6-4a2d-b265-deea2b7a18d9 Date: Thu, 19 Jul 2018 05:24:38 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:24:04Z","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":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet","enable_dhcp":true,"segment_id":null,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","ip_version":4}]} 2018-07-19 05:24:38,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-d05a16d0-0db6-4a2d-b265-deea2b7a18d9 2018-07-19 05:24:38,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:38,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3995 X-Openstack-Request-Id: req-a90ad331-3632-4999-8708-f3d2c8047e9c Date: Thu, 19 Jul 2018 05:24:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:22Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.13"}],"id":"111eaf05-4684-4be1-9af3-a057ebc351bc","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1d:73:83","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-port","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:11Z","binding:vnic_type":"normal","device_id":"f847f5f0-7cef-47cc-bc4a-78273292e033","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.4"}],"id":"264f3a1f-92b5-4ca8-b0c0-ed7dfeb39703","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:6b:6b","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.2"}],"id":"4fc7376b-4f92-4547-8b5f-919fcdaad10f","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:62:fc","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.3"}],"id":"e14bce85-14aa-4980-8ec6-098e4fd483d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1e:9d:f6","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"}]} 2018-07-19 05:24:38,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-a90ad331-3632-4999-8708-f3d2c8047e9c 2018-07-19 05:24:38,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033/os-volume_attachments/87bdeecf-53e3-4a10-bae8-a32a211919ce -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:40,311 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:24:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-48627541-a2cb-4a60-81cb-8ace57908a20 x-compute-request-id: req-48627541-a2cb-4a60-81cb-8ace57908a20 Content-Length: 0 Content-Type: application/json 2018-07-19 05:24:40,311 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033/os-volume_attachments/87bdeecf-53e3-4a10-bae8-a32a211919ce used request id req-48627541-a2cb-4a60-81cb-8ace57908a20 2018-07-19 05:24:40,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:41,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24: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-9e90e04c-e531-4308-bdf0-adf8066d51f4 x-compute-request-id: req-9e90e04c-e531-4308-bdf0-adf8066d51f4 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:73:83", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "bookmark"}], "image": {"id": "402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "links": [{"href": "http://172.30.9.28:8774/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000023", "OS-SRV-USG:launched_at": "2018-07-19T05:24:22.000000", "flavor": {"id": "fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "links": [{"href": "http://172.30.9.28:8774/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "rel": "bookmark"}]}, "id": "f847f5f0-7cef-47cc-bc4a-78273292e033", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:24:22Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst", "created": "2018-07-19T05:24:16Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [{"id": "87bdeecf-53e3-4a10-bae8-a32a211919ce"}], "metadata": {}}} 2018-07-19 05:24:41,250 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 used request id req-9e90e04c-e531-4308-bdf0-adf8066d51f4 2018-07-19 05:24:41,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:41,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-7fd2bdd8-54b9-4ecd-96de-781f44b9176d Date: Thu, 19 Jul 2018 05:24:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6c36a15d-8634-40d1-8f9f-04f3e5124cf8"],"description":"","tags":[],"updated_at":"2018-07-19T05:24:04Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:24:41,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net used request id req-7fd2bdd8-54b9-4ecd-96de-781f44b9176d 2018-07-19 05:24:41,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:41,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac066d61-70d6-41df-a6b8-4740b4be331b Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:24:41,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-ac066d61-70d6-41df-a6b8-4740b4be331b 2018-07-19 05:24:41,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:41,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-b71c6f2a-5fc1-4491-b9fa-2e85719da0d8 Date: Thu, 19 Jul 2018 05:24:41 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:24:04Z","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":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet","enable_dhcp":true,"segment_id":null,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","ip_version":4}]} 2018-07-19 05:24:41,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-b71c6f2a-5fc1-4491-b9fa-2e85719da0d8 2018-07-19 05:24:41,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:41,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3995 X-Openstack-Request-Id: req-c4f6f67c-be22-4a87-9550-321d848634aa Date: Thu, 19 Jul 2018 05:24:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:22Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.13"}],"id":"111eaf05-4684-4be1-9af3-a057ebc351bc","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1d:73:83","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-port","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:11Z","binding:vnic_type":"normal","device_id":"f847f5f0-7cef-47cc-bc4a-78273292e033","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.4"}],"id":"264f3a1f-92b5-4ca8-b0c0-ed7dfeb39703","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:6b:6b","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.2"}],"id":"4fc7376b-4f92-4547-8b5f-919fcdaad10f","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:62:fc","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.3"}],"id":"e14bce85-14aa-4980-8ec6-098e4fd483d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1e:9d:f6","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"}]} 2018-07-19 05:24:41,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-c4f6f67c-be22-4a87-9550-321d848634aa 2018-07-19 05:24:44,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:45,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24: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-ec7bb296-96d4-49f0-aed4-efbbc1938e2d x-compute-request-id: req-ec7bb296-96d4-49f0-aed4-efbbc1938e2d Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:73:83", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "bookmark"}], "image": {"id": "402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "links": [{"href": "http://172.30.9.28:8774/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000023", "OS-SRV-USG:launched_at": "2018-07-19T05:24:22.000000", "flavor": {"id": "fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "links": [{"href": "http://172.30.9.28:8774/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "rel": "bookmark"}]}, "id": "f847f5f0-7cef-47cc-bc4a-78273292e033", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:24:22Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst", "created": "2018-07-19T05:24:16Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:24:45,670 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 used request id req-ec7bb296-96d4-49f0-aed4-efbbc1938e2d 2018-07-19 05:24:45,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:46,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-f9ac2186-8468-4834-bbaf-c277f400bf89 Date: Thu, 19 Jul 2018 05:24:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6c36a15d-8634-40d1-8f9f-04f3e5124cf8"],"description":"","tags":[],"updated_at":"2018-07-19T05:24:04Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:24:46,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net used request id req-f9ac2186-8468-4834-bbaf-c277f400bf89 2018-07-19 05:24:46,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:46,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ee4d486-26c4-4d55-81c9-48a3879f7001 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:24:46,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-1ee4d486-26c4-4d55-81c9-48a3879f7001 2018-07-19 05:24:46,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:46,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-d56f5ad4-3d63-4d58-9163-0471c9612cb2 Date: Thu, 19 Jul 2018 05:24:46 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:24:04Z","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":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet","enable_dhcp":true,"segment_id":null,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","ip_version":4}]} 2018-07-19 05:24:46,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-d56f5ad4-3d63-4d58-9163-0471c9612cb2 2018-07-19 05:24:46,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:46,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3995 X-Openstack-Request-Id: req-757a5ee0-dad3-4327-90ea-14c23f639c0c Date: Thu, 19 Jul 2018 05:24:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:22Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.13"}],"id":"111eaf05-4684-4be1-9af3-a057ebc351bc","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1d:73:83","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-port","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:11Z","binding:vnic_type":"normal","device_id":"f847f5f0-7cef-47cc-bc4a-78273292e033","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.4"}],"id":"264f3a1f-92b5-4ca8-b0c0-ed7dfeb39703","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:6b:6b","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.2"}],"id":"4fc7376b-4f92-4547-8b5f-919fcdaad10f","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:62:fc","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.3"}],"id":"e14bce85-14aa-4980-8ec6-098e4fd483d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1e:9d:f6","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"}]} 2018-07-19 05:24:46,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-757a5ee0-dad3-4327-90ea-14c23f639c0c 2018-07-19 05:24:46,672 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7c1c98ba-4117-4eb0-abba-b54252f1eadb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:47,650 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:46 GMT Server: Apache x-compute-request-id: req-2cb5acf3-b0a8-4226-9276-26a1f9f7efce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2cb5acf3-b0a8-4226-9276-26a1f9f7efce Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:24:42.000000", "replication_status": null, "snapshot_id": null, "id": "87bdeecf-53e3-4a10-bae8-a32a211919ce", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "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-76627717-d650-4754-9a0d-905cc93b0e8a", "bootable": "false", "created_at": "2018-07-19T05:24:06.000000", "volume_type": null}} 2018-07-19 05:24:47,651 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce used request id req-2cb5acf3-b0a8-4226-9276-26a1f9f7efce 2018-07-19 05:24:47,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:48,219 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59805233-e35b-4cf4-8047-51462bf91a13 x-compute-request-id: req-59805233-e35b-4cf4-8047-51462bf91a13 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:73:83", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "bookmark"}], "image": {"id": "402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "links": [{"href": "http://172.30.9.28:8774/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000023", "OS-SRV-USG:launched_at": "2018-07-19T05:24:22.000000", "flavor": {"id": "fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "links": [{"href": "http://172.30.9.28:8774/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "rel": "bookmark"}]}, "id": "f847f5f0-7cef-47cc-bc4a-78273292e033", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:24:22Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst", "created": "2018-07-19T05:24:16Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:24:48,219 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 used request id req-59805233-e35b-4cf4-8047-51462bf91a13 2018-07-19 05:24:48,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:48,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-85ddb5b4-b049-4a64-ae06-f4988c41e05d Date: Thu, 19 Jul 2018 05:24:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6c36a15d-8634-40d1-8f9f-04f3e5124cf8"],"description":"","tags":[],"updated_at":"2018-07-19T05:24:04Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:24:48,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net used request id req-85ddb5b4-b049-4a64-ae06-f4988c41e05d 2018-07-19 05:24:48,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:48,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28322833-581b-4d6c-be7a-ebf76a261e55 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:24:48,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-28322833-581b-4d6c-be7a-ebf76a261e55 2018-07-19 05:24:48,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:48,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-d3ac9533-f458-476b-a679-724019696262 Date: Thu, 19 Jul 2018 05:24:48 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:24:04Z","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":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet","enable_dhcp":true,"segment_id":null,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","ip_version":4}]} 2018-07-19 05:24:48,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-d3ac9533-f458-476b-a679-724019696262 2018-07-19 05:24:48,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:48,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3995 X-Openstack-Request-Id: req-9405e8a6-c1ca-4e23-8554-3715d22646b1 Date: Thu, 19 Jul 2018 05:24:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:22Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.13"}],"id":"111eaf05-4684-4be1-9af3-a057ebc351bc","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1d:73:83","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-port","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:11Z","binding:vnic_type":"normal","device_id":"f847f5f0-7cef-47cc-bc4a-78273292e033","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.4"}],"id":"264f3a1f-92b5-4ca8-b0c0-ed7dfeb39703","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:6b:6b","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.2"}],"id":"4fc7376b-4f92-4547-8b5f-919fcdaad10f","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:62:fc","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.3"}],"id":"e14bce85-14aa-4980-8ec6-098e4fd483d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1e:9d:f6","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"}]} 2018-07-19 05:24:48,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-9405e8a6-c1ca-4e23-8554-3715d22646b1 2018-07-19 05:24:48,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:49,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24: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-581d43c9-c7ec-4975-b0a1-e604bba302a6 x-compute-request-id: req-581d43c9-c7ec-4975-b0a1-e604bba302a6 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:73:83", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "bookmark"}], "image": {"id": "402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "links": [{"href": "http://172.30.9.28:8774/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000023", "OS-SRV-USG:launched_at": "2018-07-19T05:24:22.000000", "flavor": {"id": "fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "links": [{"href": "http://172.30.9.28:8774/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "rel": "bookmark"}]}, "id": "f847f5f0-7cef-47cc-bc4a-78273292e033", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:24:22Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst", "created": "2018-07-19T05:24:16Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:24:49,170 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 used request id req-581d43c9-c7ec-4975-b0a1-e604bba302a6 2018-07-19 05:24:49,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:49,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-9a055423-3d40-434f-87aa-54aac05ef8a5 Date: Thu, 19 Jul 2018 05:24:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["6c36a15d-8634-40d1-8f9f-04f3e5124cf8"],"description":"","tags":[],"updated_at":"2018-07-19T05:24:04Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:24:49,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net used request id req-9a055423-3d40-434f-87aa-54aac05ef8a5 2018-07-19 05:24:49,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:49,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11a9b3cf-481f-453a-ac7e-3a9ebfe47b87 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:24:49,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-11a9b3cf-481f-453a-ac7e-3a9ebfe47b87 2018-07-19 05:24:49,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:49,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-ade64042-7d75-4da5-b0a1-e7f554d0fc77 Date: Thu, 19 Jul 2018 05:24:49 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:24:04Z","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":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet","enable_dhcp":true,"segment_id":null,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","ip_version":4}]} 2018-07-19 05:24:49,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-ade64042-7d75-4da5-b0a1-e7f554d0fc77 2018-07-19 05:24:49,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f65beb397c66969addbcf1b617a183168426f94" 2018-07-19 05:24:49,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3995 X-Openstack-Request-Id: req-74067a45-1733-4fb5-87de-2c97a12758e8 Date: Thu, 19 Jul 2018 05:24:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:22Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.13"}],"id":"111eaf05-4684-4be1-9af3-a057ebc351bc","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1d:73:83","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-port","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:11Z","binding:vnic_type":"normal","device_id":"f847f5f0-7cef-47cc-bc4a-78273292e033","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.4"}],"id":"264f3a1f-92b5-4ca8-b0c0-ed7dfeb39703","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:6b:6b","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.2"}],"id":"4fc7376b-4f92-4547-8b5f-919fcdaad10f","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:62:fc","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:24:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c36a15d-8634-40d1-8f9f-04f3e5124cf8","ip_address":"10.55.0.3"}],"id":"e14bce85-14aa-4980-8ec6-098e4fd483d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1e:9d:f6","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fdae4183-3cc1-4d3d-840d-92943c7c77ab","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:24:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fdae4183-3cc1-4d3d-840d-92943c7c77ab","ip_allocation":"immediate"}]} 2018-07-19 05:24:49,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-74067a45-1733-4fb5-87de-2c97a12758e8 2018-07-19 05:24:49,675 - create_instance - INFO - Deleting Port with ID - 111eaf05-4684-4be1-9af3-a057ebc351bc 2018-07-19 05:24:49,675 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-port 2018-07-19 05:24:49,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/111eaf05-4684-4be1-9af3-a057ebc351bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:50,391 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-11cbd5f8-a679-4be8-ae9a-1e279599b914 Date: Thu, 19 Jul 2018 05:24:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:24:50,391 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/111eaf05-4684-4be1-9af3-a057ebc351bc used request id req-11cbd5f8-a679-4be8-ae9a-1e279599b914 2018-07-19 05:24:50,391 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst 2018-07-19 05:24:50,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:50,555 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:24:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-99ffc02e-493e-48ec-bc1e-823949a12c19 x-compute-request-id: req-99ffc02e-493e-48ec-bc1e-823949a12c19 Content-Type: application/json 2018-07-19 05:24:50,555 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 used request id req-99ffc02e-493e-48ec-bc1e-823949a12c19 2018-07-19 05:24:50,556 - create_instance - INFO - Checking deletion status 2018-07-19 05:24:50,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:50,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24: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-74d4fabd-3fa1-41ec-9360-e3e64781cb11 x-compute-request-id: req-74d4fabd-3fa1-41ec-9360-e3e64781cb11 Content-Encoding: gzip Content-Length: 804 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:73:83", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f847f5f0-7cef-47cc-bc4a-78273292e033", "rel": "bookmark"}], "image": {"id": "402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "links": [{"href": "http://172.30.9.28:8774/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000023", "OS-SRV-USG:launched_at": "2018-07-19T05:24:22.000000", "flavor": {"id": "fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "links": [{"href": "http://172.30.9.28:8774/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40", "rel": "bookmark"}]}, "id": "f847f5f0-7cef-47cc-bc4a-78273292e033", "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:24:50Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst", "created": "2018-07-19T05:24:16Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:24:50,861 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 used request id req-74d4fabd-3fa1-41ec-9360-e3e64781cb11 2018-07-19 05:24:50,861 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst] is - ACTIVE 2018-07-19 05:24:50,862 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-19 05:24:53,863 - create_instance - DEBUG - VM status query timeout in 296.693042994 2018-07-19 05:24:53,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f134600f0059a6fce890d0404c5a1161d64f80" 2018-07-19 05:24:53,911 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:24:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c76ad12f-f512-466e-b4e9-bae32682611c x-compute-request-id: req-c76ad12f-f512-466e-b4e9-bae32682611c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance f847f5f0-7cef-47cc-bc4a-78273292e033 could not be found.", "code": 404}} 2018-07-19 05:24:53,911 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f847f5f0-7cef-47cc-bc4a-78273292e033 used request id req-c76ad12f-f512-466e-b4e9-bae32682611c 2018-07-19 05:24:53,911 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance f847f5f0-7cef-47cc-bc4a-78273292e033 could not be found. (HTTP 404) (Request-ID: req-c76ad12f-f512-466e-b4e9-bae32682611c) 2018-07-19 05:24:53,912 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-vm_inst 2018-07-19 05:24:53,916 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-16c6cf92-74bd-4587-b93d-ed5ae9ee7cd1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36ce079c949f3f0f642efdacb966f57aa21ff9c9" 2018-07-19 05:24:54,141 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:53 GMT Server: Apache x-compute-request-id: req-1e667b76-0279-4630-9046-b7cc8ec77b83 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1e667b76-0279-4630-9046-b7cc8ec77b83 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:24:42.000000", "replication_status": null, "snapshot_id": null, "id": "87bdeecf-53e3-4a10-bae8-a32a211919ce", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "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-76627717-d650-4754-9a0d-905cc93b0e8a", "bootable": "false", "created_at": "2018-07-19T05:24:06.000000", "volume_type": null}} 2018-07-19 05:24:54,142 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce used request id req-1e667b76-0279-4630-9046-b7cc8ec77b83 2018-07-19 05:24:54,142 - create_volume - DEBUG - Instance status is - available 2018-07-19 05:24:54,142 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a 2018-07-19 05:24:54,142 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a 2018-07-19 05:24:54,145 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-16c6cf92-74bd-4587-b93d-ed5ae9ee7cd1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36ce079c949f3f0f642efdacb966f57aa21ff9c9" 2018-07-19 05:24:54,231 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:24:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e0ce361f-1e4d-41a7-90e4-17e0191d141d 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-07-19 05:24:54,231 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce used request id req-e0ce361f-1e4d-41a7-90e4-17e0191d141d 2018-07-19 05:24:54,234 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-16c6cf92-74bd-4587-b93d-ed5ae9ee7cd1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36ce079c949f3f0f642efdacb966f57aa21ff9c9" 2018-07-19 05:24:54,460 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:24:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b4e996c5-6a38-4053-b777-7a1460ee6c9c x-openstack-request-id: req-b4e996c5-6a38-4053-b777-7a1460ee6c9c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 87bdeecf-53e3-4a10-bae8-a32a211919ce could not be found.", "code": 404}} 2018-07-19 05:24:54,460 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/87bdeecf-53e3-4a10-bae8-a32a211919ce used request id req-b4e996c5-6a38-4053-b777-7a1460ee6c9c 2018-07-19 05:24:54,460 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 87bdeecf-53e3-4a10-bae8-a32a211919ce could not be found. (HTTP 404) (Request-ID: req-b4e996c5-6a38-4053-b777-7a1460ee6c9c) 2018-07-19 05:24:54,461 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a 2018-07-19 05:24:54,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136513168f7dc9ea7f49471d98cbe0a3e8d921d" 2018-07-19 05:24:54,510 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:24:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d8e4f555-831d-4540-9dc6-fd8587ade3af x-compute-request-id: req-d8e4f555-831d-4540-9dc6-fd8587ade3af Content-Length: 0 Content-Type: application/json 2018-07-19 05:24:54,510 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/fd6225c5-7ad7-4479-82c0-3fed2fe7eb40 used request id req-d8e4f555-831d-4540-9dc6-fd8587ade3af 2018-07-19 05:24:54,511 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet 2018-07-19 05:24:54,511 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-subnet 2018-07-19 05:24:54,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/6c36a15d-8634-40d1-8f9f-04f3e5124cf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6eb75aeb71b2ae522c3245d94bc995db75db61a" 2018-07-19 05:24:56,437 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6a7b78ca-523f-4251-b8a1-566345eabfd3 Date: Thu, 19 Jul 2018 05:24:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:24:56,438 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6c36a15d-8634-40d1-8f9f-04f3e5124cf8 used request id req-6a7b78ca-523f-4251-b8a1-566345eabfd3 2018-07-19 05:24:56,438 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-net 2018-07-19 05:24:56,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/fdae4183-3cc1-4d3d-840d-92943c7c77ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6eb75aeb71b2ae522c3245d94bc995db75db61a" 2018-07-19 05:24:58,042 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b4616e4f-b3e2-49f2-90b3-c5189d9da6f0 Date: Thu, 19 Jul 2018 05:24:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:24:58,043 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/fdae4183-3cc1-4d3d-840d-92943c7c77ab used request id req-b4616e4f-b3e2-49f2-90b3-c5189d9da6f0 2018-07-19 05:24:58,043 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-76627717-d650-4754-9a0d-905cc93b0e8a-image 2018-07-19 05:24:58,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec1646b1075bbffc2490e815feadf44e95b892a4" 2018-07-19 05:24:59,320 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-504b346b-5723-4cfd-8f22-3bfbdb83c907 Date: Thu, 19 Jul 2018 05:24:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:24:59,320 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/402e1d4e-e41f-4cbb-8b8b-b50c6538830a used request id req-504b346b-5723-4cfd-8f22-3bfbdb83c907 2018-07-19 05:24:59,322 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:24:59,325 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-19 05:24:59,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:24:59,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:24:59,738 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:24:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["QnyKQMGoTNCXcPYTcyBiPQ"], "issued_at": "2018-07-19T05:24:59.000000Z"}} 2018-07-19 05:24:59,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf072db5c2f7cda9fc60da05c8b793a4a6467b9b" 2018-07-19 05:24:59,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb3cd8cb-f62f-42c3-b6a4-4bea129fe727 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:24:59,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bb3cd8cb-f62f-42c3-b6a4-4bea129fe727 2018-07-19 05:24:59,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf072db5c2f7cda9fc60da05c8b793a4a6467b9b" 2018-07-19 05:25:00,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-3dea3f57-7656-4ef3-a29f-bc43eb45b58a Date: Thu, 19 Jul 2018 05:25:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-image"} 2018-07-19 05:25:00,027 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-image used request id req-3dea3f57-7656-4ef3-a29f-bc43eb45b58a 2018-07-19 05:25:00,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf072db5c2f7cda9fc60da05c8b793a4a6467b9b" 2018-07-19 05:25:00,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-660f80fe-e0e5-48f6-97c1-05c6d0b7a44a Date: Thu, 19 Jul 2018 05:25: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-07-19 05:25:00,222 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-660f80fe-e0e5-48f6-97c1-05c6d0b7a44a 2018-07-19 05:25:00,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cf072db5c2f7cda9fc60da05c8b793a4a6467b9b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-image"}' 2018-07-19 05:25:00,503 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8a3c031b-c4e5-4d79-ac41-532d8768bdf9 Date: Thu, 19 Jul 2018 05:25:00 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:25:00Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-19T05:25:00Z", "visibility": "shared", "locations": [], "self": "/v2/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "min_disk": 0, "protected": false, "id": "52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "file": "/v2/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7/file", "checksum": null, "owner": "c9003101a9994c308fccde61f611d998", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-19 05:25:00,503 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-8a3c031b-c4e5-4d79-ac41-532d8768bdf9 2018-07-19 05:25:00,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf072db5c2f7cda9fc60da05c8b793a4a6467b9b" -d '' 2018-07-19 05:25:01,449 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-47404a7e-a694-4801-aa02-f8b2d970b88a Date: Thu, 19 Jul 2018 05:25:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:25:01,449 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7/file used request id req-47404a7e-a694-4801-aa02-f8b2d970b88a 2018-07-19 05:25:01,450 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-19 05:25:01,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf072db5c2f7cda9fc60da05c8b793a4a6467b9b" 2018-07-19 05:25:01,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-154cdc5a-086b-4b87-be2a-a25a8becf44a Date: Thu, 19 Jul 2018 05:25:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:25:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-19T05:25:01Z", "visibility": "shared", "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7/snap", "metadata": {}}], "self": "/v2/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "min_disk": 0, "protected": false, "id": "52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "file": "/v2/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9003101a9994c308fccde61f611d998", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-19 05:25:01,638 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7 used request id req-154cdc5a-086b-4b87-be2a-a25a8becf44a 2018-07-19 05:25:01,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf072db5c2f7cda9fc60da05c8b793a4a6467b9b" 2018-07-19 05:25:01,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-9d3866d1-6afa-4f67-acec-350a71d3cc57 Date: Thu, 19 Jul 2018 05:25:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-19 05:25:01,843 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-9d3866d1-6afa-4f67-acec-350a71d3cc57 2018-07-19 05:25:01,846 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-image 2018-07-19 05:25:01,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf072db5c2f7cda9fc60da05c8b793a4a6467b9b" 2018-07-19 05:25:02,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-363f7ee8-4469-4efe-b162-f323389f7cc2 Date: Thu, 19 Jul 2018 05:25:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:25:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-19T05:25:01Z", "visibility": "shared", "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7/snap", "metadata": {}}], "self": "/v2/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "min_disk": 0, "protected": false, "id": "52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "file": "/v2/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9003101a9994c308fccde61f611d998", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-19 05:25:02,066 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7 used request id req-363f7ee8-4469-4efe-b162-f323389f7cc2 2018-07-19 05:25:02,067 - create_image - DEBUG - Instance status is - active 2018-07-19 05:25:02,067 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-image 2018-07-19 05:25:02,067 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-image 2018-07-19 05:25:02,067 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:25:02,068 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:25:02,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:25:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["X_rLRewyT6OuK2A8wuUZWw"], "issued_at": "2018-07-19T05:25:02.000000Z"}} 2018-07-19 05:25:02,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3602cbc99b54e969757b7cef9b834de82b0593c" 2018-07-19 05:25:02,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f65b190-9316-4432-91f8-5c8025ba6fc2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:25:02,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2f65b190-9316-4432-91f8-5c8025ba6fc2 2018-07-19 05:25:02,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3602cbc99b54e969757b7cef9b834de82b0593c" 2018-07-19 05:25:02,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8584ff41-cf9c-4037-a241-f884b4469a7b Date: Thu, 19 Jul 2018 05:25:02 GMT RESP BODY: {"networks":[]} 2018-07-19 05:25:02,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net used request id req-8584ff41-cf9c-4037-a241-f884b4469a7b 2018-07-19 05:25:02,802 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net 2018-07-19 05:25:02,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3602cbc99b54e969757b7cef9b834de82b0593c" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net", "admin_state_up": true}}' 2018-07-19 05:25:03,204 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 742 X-Openstack-Request-Id: req-67a24aed-f4c6-4250-9f28-77a755e2f4c6 Date: Thu, 19 Jul 2018 05:25:03 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9f88572b-5016-478c-960e-80ef0ee9cda3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:25:03Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:03Z","mtu":1450}} 2018-07-19 05:25:03,204 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-67a24aed-f4c6-4250-9f28-77a755e2f4c6 2018-07-19 05:25:03,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=9f88572b-5016-478c-960e-80ef0ee9cda3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3602cbc99b54e969757b7cef9b834de82b0593c" 2018-07-19 05:25:03,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-ddb9a5ee-83d7-42f1-af00-fb915c12d8a6 Date: Thu, 19 Jul 2018 05:25:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9f88572b-5016-478c-960e-80ef0ee9cda3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:25:03Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:25:03,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=9f88572b-5016-478c-960e-80ef0ee9cda3 used request id req-ddb9a5ee-83d7-42f1-af00-fb915c12d8a6 2018-07-19 05:25:03,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3602cbc99b54e969757b7cef9b834de82b0593c" 2018-07-19 05:25:03,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ed4c9681-5066-4983-9bed-7f12afb163fc Date: Thu, 19 Jul 2018 05:25:03 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:25:03,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 used request id req-ed4c9681-5066-4983-9bed-7f12afb163fc 2018-07-19 05:25:03,687 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-subnet 2018-07-19 05:25:03,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3602cbc99b54e969757b7cef9b834de82b0593c" -d '{"subnets": [{"ip_version": 4, "network_id": "9f88572b-5016-478c-960e-80ef0ee9cda3", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-subnet"}]}' 2018-07-19 05:25:04,336 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-02767ce2-11d7-445a-96de-3491345379e4 Date: Thu, 19 Jul 2018 05:25:04 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25:03Z","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":"86210ae2-0324-432f-a8d3-d6d110dadddc","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-subnet","enable_dhcp":true,"segment_id":null,"network_id":"9f88572b-5016-478c-960e-80ef0ee9cda3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:03Z","ip_version":4}]} 2018-07-19 05:25:04,336 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-02767ce2-11d7-445a-96de-3491345379e4 2018-07-19 05:25:04,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=9f88572b-5016-478c-960e-80ef0ee9cda3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3602cbc99b54e969757b7cef9b834de82b0593c" 2018-07-19 05:25:04,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-ce5d792c-d52c-4602-a060-bf09a1052568 Date: Thu, 19 Jul 2018 05:25:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f88572b-5016-478c-960e-80ef0ee9cda3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["86210ae2-0324-432f-a8d3-d6d110dadddc"],"description":"","tags":[],"updated_at":"2018-07-19T05:25:03Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:25:04,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=9f88572b-5016-478c-960e-80ef0ee9cda3 used request id req-ce5d792c-d52c-4602-a060-bf09a1052568 2018-07-19 05:25:04,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3602cbc99b54e969757b7cef9b834de82b0593c" 2018-07-19 05:25:04,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-8597da44-5cba-44fe-9851-1ac622f712f6 Date: Thu, 19 Jul 2018 05:25:04 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25:03Z","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":"86210ae2-0324-432f-a8d3-d6d110dadddc","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-subnet","enable_dhcp":true,"segment_id":null,"network_id":"9f88572b-5016-478c-960e-80ef0ee9cda3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:03Z","ip_version":4}]} 2018-07-19 05:25:04,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 used request id req-8597da44-5cba-44fe-9851-1ac622f712f6 2018-07-19 05:25:04,856 - OpenStackNetwork - DEBUG - Network [9f88572b-5016-478c-960e-80ef0ee9cda3] created successfully 2018-07-19 05:25:04,857 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:25:04,857 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:25:05,273 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:25:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["BxJItuNQTYO1rWwU_0FXow"], "issued_at": "2018-07-19T05:25:05.000000Z"}} 2018-07-19 05:25:05,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1503bca7286254f246a3fea002488c51e3123b81" 2018-07-19 05:25:05,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d32dd43-183c-4ec7-a871-8c2dd68f2244 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:25:05,372 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8d32dd43-183c-4ec7-a871-8c2dd68f2244 2018-07-19 05:25:05,373 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:25:05,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1503bca7286254f246a3fea002488c51e3123b81" 2018-07-19 05:25:05,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25: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-23ae066b-199d-43f3-b595-3be0568c1ba6 x-compute-request-id: req-23ae066b-199d-43f3-b595-3be0568c1ba6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-07-19 05:25:05,599 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-23ae066b-199d-43f3-b595-3be0568c1ba6 2018-07-19 05:25:05,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1503bca7286254f246a3fea002488c51e3123b81" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-07-19 05:25:05,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25: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-82eb797b-123f-4e3a-85e1-70f3871c2d7f x-compute-request-id: req-82eb797b-123f-4e3a-85e1-70f3871c2d7f Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-flavor", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7aeeb84e-062d-4341-ac91-dd487f60d008", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7aeeb84e-062d-4341-ac91-dd487f60d008", "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": "7aeeb84e-062d-4341-ac91-dd487f60d008"}} 2018-07-19 05:25:05,670 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-82eb797b-123f-4e3a-85e1-70f3871c2d7f 2018-07-19 05:25:05,670 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:25:05,671 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:25:06,089 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:25:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["qa6TwR7DTE-uXCxaIGQdsg"], "issued_at": "2018-07-19T05:25:06.000000Z"}} 2018-07-19 05:25:06,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a08a93ea8968c6b0fe241297dc95b73701fb067" 2018-07-19 05:25:06,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e07e08a5-9dd6-45a8-87f2-a8bceca7b27b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:25:06,225 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e07e08a5-9dd6-45a8-87f2-a8bceca7b27b 2018-07-19 05:25:06,231 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a08a93ea8968c6b0fe241297dc95b73701fb067" 2018-07-19 05:25:06,474 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:06 GMT Server: Apache x-compute-request-id: req-da7ca3fe-703b-4ecb-bf92-76c3e4c7087e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-da7ca3fe-703b-4ecb-bf92-76c3e4c7087e Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-19 05:25:06,474 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/detail used request id req-da7ca3fe-703b-4ecb-bf92-76c3e4c7087e 2018-07-19 05:25:06,477 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-da7ca3fe-703b-4ecb-bf92-76c3e4c7087e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a08a93ea8968c6b0fe241297dc95b73701fb067" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4", "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-07-19 05:25:06,927 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:25:06 GMT Server: Apache x-compute-request-id: req-a045624e-d442-4bc6-a3f9-80dc5f2e45ba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a045624e-d442-4bc6-a3f9-80dc5f2e45ba Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "fb99eb42722e4e6e958115280f3435be", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-19T05:25:06.000000", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "867cadfc-76e1-4265-af24-d851d8e27249", "size": 1}} 2018-07-19 05:25:06,927 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes used request id req-a045624e-d442-4bc6-a3f9-80dc5f2e45ba 2018-07-19 05:25:06,930 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da7ca3fe-703b-4ecb-bf92-76c3e4c7087e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a08a93ea8968c6b0fe241297dc95b73701fb067" 2018-07-19 05:25:07,918 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:06 GMT Server: Apache x-compute-request-id: req-74b80076-9283-492e-91cb-fa97809c2b6a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-74b80076-9283-492e-91cb-fa97809c2b6a Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:25:07.000000", "replication_status": null, "snapshot_id": null, "id": "867cadfc-76e1-4265-af24-d851d8e27249", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "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-80898218-751d-4870-a8cf-98932f5d34b4", "bootable": "false", "created_at": "2018-07-19T05:25:06.000000", "volume_type": null}} 2018-07-19 05:25:07,918 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249 used request id req-74b80076-9283-492e-91cb-fa97809c2b6a 2018-07-19 05:25:07,918 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4 2018-07-19 05:25:07,921 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da7ca3fe-703b-4ecb-bf92-76c3e4c7087e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a08a93ea8968c6b0fe241297dc95b73701fb067" 2018-07-19 05:25:08,900 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:07 GMT Server: Apache x-compute-request-id: req-bc1f8bdc-03d6-45c9-bc2e-e7df39cf4c07 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bc1f8bdc-03d6-45c9-bc2e-e7df39cf4c07 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:25:07.000000", "replication_status": null, "snapshot_id": null, "id": "867cadfc-76e1-4265-af24-d851d8e27249", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "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-80898218-751d-4870-a8cf-98932f5d34b4", "bootable": "false", "created_at": "2018-07-19T05:25:06.000000", "volume_type": null}} 2018-07-19 05:25:08,900 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249 used request id req-bc1f8bdc-03d6-45c9-bc2e-e7df39cf4c07 2018-07-19 05:25:08,900 - create_volume - DEBUG - Instance status is - available 2018-07-19 05:25:08,900 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4 2018-07-19 05:25:08,900 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4 2018-07-19 05:25:08,901 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:25:08,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:25:09,316 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:25:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["m79FJT2PSfOpyZji3VUflw"], "issued_at": "2018-07-19T05:25:09.000000Z"}} 2018-07-19 05:25:09,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:09,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dbc399e-bed7-4273-9b0a-70ae41ee388f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:25:09,412 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5dbc399e-bed7-4273-9b0a-70ae41ee388f 2018-07-19 05:25:09,413 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:25:09,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:09,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4514f48-c35f-48fe-ace1-e8001b419e72 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:25:09,514 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d4514f48-c35f-48fe-ace1-e8001b419e72 2018-07-19 05:25:09,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:09,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-9da349ed-b970-4ede-9218-a546bba56d28 Date: Thu, 19 Jul 2018 05:25:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f88572b-5016-478c-960e-80ef0ee9cda3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["86210ae2-0324-432f-a8d3-d6d110dadddc"],"description":"","tags":[],"updated_at":"2018-07-19T05:25:03Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:25:09,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net used request id req-9da349ed-b970-4ede-9218-a546bba56d28 2018-07-19 05:25:09,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:25:09,809 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:25:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41f3f566-2e4b-44e2-9b31-148dfaf6131e Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:25:09,809 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-41f3f566-2e4b-44e2-9b31-148dfaf6131e 2018-07-19 05:25:09,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:09,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e160b047-3d90-4b57-b2f6-9284866f44c7 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:25:09,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-e160b047-3d90-4b57-b2f6-9284866f44c7 2018-07-19 05:25:09,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:10,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-efc4f9a3-768f-42fc-b3e4-5ff466c44896 Date: Thu, 19 Jul 2018 05:25:10 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25:03Z","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":"86210ae2-0324-432f-a8d3-d6d110dadddc","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-subnet","enable_dhcp":true,"segment_id":null,"network_id":"9f88572b-5016-478c-960e-80ef0ee9cda3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:03Z","ip_version":4}]} 2018-07-19 05:25:10,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 used request id req-efc4f9a3-768f-42fc-b3e4-5ff466c44896 2018-07-19 05:25:10,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3&name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:10,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-226d6782-b814-49ac-be56-78083935eb86 Date: Thu, 19 Jul 2018 05:25:10 GMT RESP BODY: {"ports":[]} 2018-07-19 05:25:10,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3&name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-port&admin_state_up=True used request id req-226d6782-b814-49ac-be56-78083935eb86 2018-07-19 05:25:10,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:10,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25: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-2e21b561-a719-42c8-ae18-c22d35bb8f85 x-compute-request-id: req-2e21b561-a719-42c8-ae18-c22d35bb8f85 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-19 05:25:10,641 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-vm_inst used request id req-2e21b561-a719-42c8-ae18-c22d35bb8f85 2018-07-19 05:25:10,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:10,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-9eb29de7-c6e5-42ec-b9fc-352e7a47b4f5 Date: Thu, 19 Jul 2018 05:25:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f88572b-5016-478c-960e-80ef0ee9cda3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["86210ae2-0324-432f-a8d3-d6d110dadddc"],"description":"","tags":[],"updated_at":"2018-07-19T05:25:03Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:25:10,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net used request id req-9eb29de7-c6e5-42ec-b9fc-352e7a47b4f5 2018-07-19 05:25:10,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:11,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21ec116b-6722-46b3-a4ea-1d03f7d54a80 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:25:11,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-21ec116b-6722-46b3-a4ea-1d03f7d54a80 2018-07-19 05:25:11,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:11,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-11afb0fd-6139-4c45-a07b-b27c811ee45f Date: Thu, 19 Jul 2018 05:25:11 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25:03Z","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":"86210ae2-0324-432f-a8d3-d6d110dadddc","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-subnet","enable_dhcp":true,"segment_id":null,"network_id":"9f88572b-5016-478c-960e-80ef0ee9cda3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:03Z","ip_version":4}]} 2018-07-19 05:25:11,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 used request id req-11afb0fd-6139-4c45-a07b-b27c811ee45f 2018-07-19 05:25:11,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3&name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:11,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b285286d-1855-45e3-96b8-6037ed68cea0 Date: Thu, 19 Jul 2018 05:25:11 GMT RESP BODY: {"ports":[]} 2018-07-19 05:25:11,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3&name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-port&admin_state_up=True used request id req-b285286d-1855-45e3-96b8-6037ed68cea0 2018-07-19 05:25:11,544 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:25:11,545 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:25:11,949 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:25:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["K0Igx-iQRFq3B7uXb3JR4w"], "issued_at": "2018-07-19T05:25:11.000000Z"}} 2018-07-19 05:25:11,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8a738192e6a1558d3394a808971be885ffb7b4a" 2018-07-19 05:25:12,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f55946dc-dd91-4043-a492-c688c21aac8c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:25:12,156 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f55946dc-dd91-4043-a492-c688c21aac8c 2018-07-19 05:25:12,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:12,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-411554bc-b9bd-4aec-9eb5-6fa938540492 Date: Thu, 19 Jul 2018 05:25:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f88572b-5016-478c-960e-80ef0ee9cda3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["86210ae2-0324-432f-a8d3-d6d110dadddc"],"description":"","tags":[],"updated_at":"2018-07-19T05:25:03Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:25:12,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net used request id req-411554bc-b9bd-4aec-9eb5-6fa938540492 2018-07-19 05:25:12,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:12,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-b7499891-1212-4074-be16-87dac95d60d8 Date: Thu, 19 Jul 2018 05:25:12 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25:03Z","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":"86210ae2-0324-432f-a8d3-d6d110dadddc","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-subnet","enable_dhcp":true,"segment_id":null,"network_id":"9f88572b-5016-478c-960e-80ef0ee9cda3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:03Z","ip_version":4}]} 2018-07-19 05:25:12,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 used request id req-b7499891-1212-4074-be16-87dac95d60d8 2018-07-19 05:25:12,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:13,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-3b59f44f-576e-4cbc-b1ba-3cac60e519b6 Date: Thu, 19 Jul 2018 05:25:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f88572b-5016-478c-960e-80ef0ee9cda3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["86210ae2-0324-432f-a8d3-d6d110dadddc"],"description":"","tags":[],"updated_at":"2018-07-19T05:25:03Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:25:13,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net used request id req-3b59f44f-576e-4cbc-b1ba-3cac60e519b6 2018-07-19 05:25:13,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:25:13,128 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:25:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b69b3688-1c02-4419-9f63-16985b4a6443 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:25:13,128 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-b69b3688-1c02-4419-9f63-16985b4a6443 2018-07-19 05:25:13,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8a738192e6a1558d3394a808971be885ffb7b4a" 2018-07-19 05:25:13,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-989e1584-7a65-4d20-81d7-3fd595a29b7b Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:25:13,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-989e1584-7a65-4d20-81d7-3fd595a29b7b 2018-07-19 05:25:13,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:13,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-9489d744-c9f9-4167-8d69-8b85f8231553 Date: Thu, 19 Jul 2018 05:25:13 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25:03Z","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":"86210ae2-0324-432f-a8d3-d6d110dadddc","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-subnet","enable_dhcp":true,"segment_id":null,"network_id":"9f88572b-5016-478c-960e-80ef0ee9cda3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:03Z","ip_version":4}]} 2018-07-19 05:25:13,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 used request id req-9489d744-c9f9-4167-8d69-8b85f8231553 2018-07-19 05:25:13,485 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net 2018-07-19 05:25:13,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" -d '{"port": {"network_id": "9f88572b-5016-478c-960e-80ef0ee9cda3", "name": "NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-port", "admin_state_up": true}}' 2018-07-19 05:25:14,600 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 908 X-Openstack-Request-Id: req-f761a1ab-9740-4b28-8df8-274bf90327de Date: Thu, 19 Jul 2018 05:25:14 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:14Z","device_owner":"","revision_number":2,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"86210ae2-0324-432f-a8d3-d6d110dadddc","ip_address":"10.55.0.10"}],"id":"005ed20b-8aee-424c-9324-3532f865346c","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cf:14:99","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-port","project_id":"c9003101a9994c308fccde61f611d998","qos_policy_id":null,"admin_state_up":true,"network_id":"9f88572b-5016-478c-960e-80ef0ee9cda3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:13Z","binding:vnic_type":"normal","ip_allocation":"immediate"}} 2018-07-19 05:25:14,600 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-f761a1ab-9740-4b28-8df8-274bf90327de 2018-07-19 05:25:14,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:14,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-9fa068fb-aeb4-40e3-abdc-a43bd0b9f16e Date: Thu, 19 Jul 2018 05:25:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f88572b-5016-478c-960e-80ef0ee9cda3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["86210ae2-0324-432f-a8d3-d6d110dadddc"],"description":"","tags":[],"updated_at":"2018-07-19T05:25:03Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:25:14,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net used request id req-9fa068fb-aeb4-40e3-abdc-a43bd0b9f16e 2018-07-19 05:25:14,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:14,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82937369-d939-476e-a3e7-914fba20a5e8 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:25:14,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-82937369-d939-476e-a3e7-914fba20a5e8 2018-07-19 05:25:14,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:15,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-f49f54ff-31f4-467a-a595-8793ba0cae20 Date: Thu, 19 Jul 2018 05:25:15 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25:03Z","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":"86210ae2-0324-432f-a8d3-d6d110dadddc","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-subnet","enable_dhcp":true,"segment_id":null,"network_id":"9f88572b-5016-478c-960e-80ef0ee9cda3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:03Z","ip_version":4}]} 2018-07-19 05:25:15,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 used request id req-f49f54ff-31f4-467a-a595-8793ba0cae20 2018-07-19 05:25:15,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3&name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:15,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 911 X-Openstack-Request-Id: req-59e1e9f7-47c5-413e-8105-f70a98aea1d4 Date: Thu, 19 Jul 2018 05:25:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:14Z","device_owner":"","revision_number":2,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"86210ae2-0324-432f-a8d3-d6d110dadddc","ip_address":"10.55.0.10"}],"id":"005ed20b-8aee-424c-9324-3532f865346c","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cf:14:99","project_id":"c9003101a9994c308fccde61f611d998","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-port","admin_state_up":true,"network_id":"9f88572b-5016-478c-960e-80ef0ee9cda3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:13Z","binding:vnic_type":"normal","device_id":"","ip_allocation":"immediate"}]} 2018-07-19 05:25:15,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3&name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-port&admin_state_up=True used request id req-59e1e9f7-47c5-413e-8105-f70a98aea1d4 2018-07-19 05:25:15,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:15,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eb41dc5-ad5f-4040-9253-f5569420a93b Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:25:15,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-0eb41dc5-ad5f-4040-9253-f5569420a93b 2018-07-19 05:25:15,387 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-vm_inst 2018-07-19 05:25:15,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:15,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25: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-5a775a21-3fc9-48c9-adb3-bdd9f4b2a1a8 x-compute-request-id: req-5a775a21-3fc9-48c9-adb3-bdd9f4b2a1a8 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7aeeb84e-062d-4341-ac91-dd487f60d008", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7aeeb84e-062d-4341-ac91-dd487f60d008", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7aeeb84e-062d-4341-ac91-dd487f60d008", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-flavor"}]} 2018-07-19 05:25:15,415 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-5a775a21-3fc9-48c9-adb3-bdd9f4b2a1a8 2018-07-19 05:25:15,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/7aeeb84e-062d-4341-ac91-dd487f60d008 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:15,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25: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-1b2aa2a7-95b9-467a-8b7a-74a601f5b0d6 x-compute-request-id: req-1b2aa2a7-95b9-467a-8b7a-74a601f5b0d6 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-flavor", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7aeeb84e-062d-4341-ac91-dd487f60d008", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7aeeb84e-062d-4341-ac91-dd487f60d008", "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": "7aeeb84e-062d-4341-ac91-dd487f60d008"}} 2018-07-19 05:25:15,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/7aeeb84e-062d-4341-ac91-dd487f60d008 used request id req-1b2aa2a7-95b9-467a-8b7a-74a601f5b0d6 2018-07-19 05:25:15,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:15,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-cc691738-cc9a-4344-ab76-26088e048968 Date: Thu, 19 Jul 2018 05:25:15 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:25:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-19T05:25:01Z", "visibility": "shared", "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7/snap", "metadata": {}}], "self": "/v2/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "min_disk": 0, "protected": false, "id": "52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "file": "/v2/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9003101a9994c308fccde61f611d998", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-image"} 2018-07-19 05:25:15,666 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-image used request id req-cc691738-cc9a-4344-ab76-26088e048968 2018-07-19 05:25:15,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:15,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-7780cddc-5269-4bf1-82fe-2e76d7e84367 Date: Thu, 19 Jul 2018 05:25:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-19 05:25:15,859 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-7780cddc-5269-4bf1-82fe-2e76d7e84367 2018-07-19 05:25:15,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-vm_inst", "imageRef": "52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "flavorRef": "7aeeb84e-062d-4341-ac91-dd487f60d008", "max_count": 1, "min_count": 1, "networks": [{"port": "005ed20b-8aee-424c-9324-3532f865346c"}]}}' 2018-07-19 05:25:18,419 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:25: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-e0c39422-7f29-4cbf-acce-81d0bd302d83 x-compute-request-id: req-e0c39422-7f29-4cbf-acce-81d0bd302d83 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1025458a-aa65-4a3e-b934-7a7796a12726", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1025458a-aa65-4a3e-b934-7a7796a12726", "rel": "bookmark"}], "adminPass": "JQJrjh5s3YpZ"}} 2018-07-19 05:25:18,419 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-e0c39422-7f29-4cbf-acce-81d0bd302d83 2018-07-19 05:25:18,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:18,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 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-99e997e5-a533-4adb-89ef-b4bab139e789 x-compute-request-id: req-99e997e5-a533-4adb-89ef-b4bab139e789 Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1025458a-aa65-4a3e-b934-7a7796a12726", "rel": "bookmark"}], "image": {"id": "52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "links": [{"href": "http://172.30.9.28:8774/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7aeeb84e-062d-4341-ac91-dd487f60d008", "links": [{"href": "http://172.30.9.28:8774/flavors/7aeeb84e-062d-4341-ac91-dd487f60d008", "rel": "bookmark"}]}, "id": "1025458a-aa65-4a3e-b934-7a7796a12726", "user_id": "fb99eb42722e4e6e958115280f3435be", "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-07-19T05:25:18Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-vm_inst", "created": "2018-07-19T05:25:18Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:25:18,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 used request id req-99e997e5-a533-4adb-89ef-b4bab139e789 2018-07-19 05:25:18,909 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-vm_inst 2018-07-19 05:25:18,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:19,431 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 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-2d0f26c5-2fe6-4f95-a2eb-d11437296f08 x-compute-request-id: req-2d0f26c5-2fe6-4f95-a2eb-d11437296f08 Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1025458a-aa65-4a3e-b934-7a7796a12726", "rel": "bookmark"}], "image": {"id": "52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "links": [{"href": "http://172.30.9.28:8774/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7aeeb84e-062d-4341-ac91-dd487f60d008", "links": [{"href": "http://172.30.9.28:8774/flavors/7aeeb84e-062d-4341-ac91-dd487f60d008", "rel": "bookmark"}]}, "id": "1025458a-aa65-4a3e-b934-7a7796a12726", "user_id": "fb99eb42722e4e6e958115280f3435be", "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-07-19T05:25:18Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-vm_inst", "created": "2018-07-19T05:25:18Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:25:19,431 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 used request id req-2d0f26c5-2fe6-4f95-a2eb-d11437296f08 2018-07-19 05:25:19,432 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-vm_inst] is - BUILD 2018-07-19 05:25:19,432 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-19 05:25:22,434 - create_instance - DEBUG - VM status query timeout in 896.474879026 2018-07-19 05:25:22,437 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:23,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 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-a7f1bd07-5117-47a1-b0a4-a0703bae84f8 x-compute-request-id: req-a7f1bd07-5117-47a1-b0a4-a0703bae84f8 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1025458a-aa65-4a3e-b934-7a7796a12726", "rel": "bookmark"}], "image": {"id": "52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "links": [{"href": "http://172.30.9.28:8774/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000026", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7aeeb84e-062d-4341-ac91-dd487f60d008", "links": [{"href": "http://172.30.9.28:8774/flavors/7aeeb84e-062d-4341-ac91-dd487f60d008", "rel": "bookmark"}]}, "id": "1025458a-aa65-4a3e-b934-7a7796a12726", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:25:21Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-80898218-751d-4870-a8cf-98932f5d34b4-vm_inst", "created": "2018-07-19T05:25:18Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:25:23,183 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 used request id req-a7f1bd07-5117-47a1-b0a4-a0703bae84f8 2018-07-19 05:25:23,184 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-vm_inst] is - BUILD 2018-07-19 05:25:23,184 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-19 05:25:26,187 - create_instance - DEBUG - VM status query timeout in 892.721724987 2018-07-19 05:25:26,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:27,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25: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-c3c09cbc-1e3f-450d-9814-7701f6af823d x-compute-request-id: req-c3c09cbc-1e3f-450d-9814-7701f6af823d Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:14:99", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1025458a-aa65-4a3e-b934-7a7796a12726", "rel": "bookmark"}], "image": {"id": "52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "links": [{"href": "http://172.30.9.28:8774/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000026", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7aeeb84e-062d-4341-ac91-dd487f60d008", "links": [{"href": "http://172.30.9.28:8774/flavors/7aeeb84e-062d-4341-ac91-dd487f60d008", "rel": "bookmark"}]}, "id": "1025458a-aa65-4a3e-b934-7a7796a12726", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:25:21Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-80898218-751d-4870-a8cf-98932f5d34b4-vm_inst", "created": "2018-07-19T05:25:18Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:25:27,125 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 used request id req-c3c09cbc-1e3f-450d-9814-7701f6af823d 2018-07-19 05:25:27,126 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-vm_inst] is - BUILD 2018-07-19 05:25:27,126 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-19 05:25:30,129 - create_instance - DEBUG - VM status query timeout in 888.779833078 2018-07-19 05:25:30,132 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:30,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25: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-5198d8c4-b5ac-4f4c-a29f-57293a543052 x-compute-request-id: req-5198d8c4-b5ac-4f4c-a29f-57293a543052 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:14:99", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1025458a-aa65-4a3e-b934-7a7796a12726", "rel": "bookmark"}], "image": {"id": "52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "links": [{"href": "http://172.30.9.28:8774/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000026", "OS-SRV-USG:launched_at": "2018-07-19T05:25:27.000000", "flavor": {"id": "7aeeb84e-062d-4341-ac91-dd487f60d008", "links": [{"href": "http://172.30.9.28:8774/flavors/7aeeb84e-062d-4341-ac91-dd487f60d008", "rel": "bookmark"}]}, "id": "1025458a-aa65-4a3e-b934-7a7796a12726", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:25:27Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-80898218-751d-4870-a8cf-98932f5d34b4-vm_inst", "created": "2018-07-19T05:25:18Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:25:30,809 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 used request id req-5198d8c4-b5ac-4f4c-a29f-57293a543052 2018-07-19 05:25:30,810 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-vm_inst] is - ACTIVE 2018-07-19 05:25:30,810 - create_instance - INFO - VM is - ACTIVE 2018-07-19 05:25:30,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:31,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25: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-82e0f715-8a92-43b6-83f9-7171e0cae960 x-compute-request-id: req-82e0f715-8a92-43b6-83f9-7171e0cae960 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:14:99", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1025458a-aa65-4a3e-b934-7a7796a12726", "rel": "bookmark"}], "image": {"id": "52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "links": [{"href": "http://172.30.9.28:8774/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000026", "OS-SRV-USG:launched_at": "2018-07-19T05:25:27.000000", "flavor": {"id": "7aeeb84e-062d-4341-ac91-dd487f60d008", "links": [{"href": "http://172.30.9.28:8774/flavors/7aeeb84e-062d-4341-ac91-dd487f60d008", "rel": "bookmark"}]}, "id": "1025458a-aa65-4a3e-b934-7a7796a12726", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:25:27Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-80898218-751d-4870-a8cf-98932f5d34b4-vm_inst", "created": "2018-07-19T05:25:18Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:25:31,704 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 used request id req-82e0f715-8a92-43b6-83f9-7171e0cae960 2018-07-19 05:25:31,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:31,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-cb825cfc-54e5-4d27-95bd-4876ed4328ef Date: Thu, 19 Jul 2018 05:25:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f88572b-5016-478c-960e-80ef0ee9cda3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["86210ae2-0324-432f-a8d3-d6d110dadddc"],"description":"","tags":[],"updated_at":"2018-07-19T05:25:03Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:25:31,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net used request id req-cb825cfc-54e5-4d27-95bd-4876ed4328ef 2018-07-19 05:25:31,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:31,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e3adbad-f792-4b77-a552-afdcbcc0905e Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:25:31,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-8e3adbad-f792-4b77-a552-afdcbcc0905e 2018-07-19 05:25:31,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:32,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-4cf72ac1-6c08-4f19-bc22-8ea1d2697119 Date: Thu, 19 Jul 2018 05:25:32 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25:03Z","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":"86210ae2-0324-432f-a8d3-d6d110dadddc","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-subnet","enable_dhcp":true,"segment_id":null,"network_id":"9f88572b-5016-478c-960e-80ef0ee9cda3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:03Z","ip_version":4}]} 2018-07-19 05:25:32,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 used request id req-4cf72ac1-6c08-4f19-bc22-8ea1d2697119 2018-07-19 05:25:32,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:32,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3995 X-Openstack-Request-Id: req-93e99d44-523f-4461-a05b-ec473f66dec8 Date: Thu, 19 Jul 2018 05:25:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:26Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"86210ae2-0324-432f-a8d3-d6d110dadddc","ip_address":"10.55.0.10"}],"id":"005ed20b-8aee-424c-9324-3532f865346c","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cf:14:99","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-port","admin_state_up":true,"network_id":"9f88572b-5016-478c-960e-80ef0ee9cda3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:13Z","binding:vnic_type":"normal","device_id":"1025458a-aa65-4a3e-b934-7a7796a12726","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"86210ae2-0324-432f-a8d3-d6d110dadddc","ip_address":"10.55.0.2"}],"id":"20600cb7-57c3-41f7-88c7-3742c8f57553","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:52:80","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f88572b-5016-478c-960e-80ef0ee9cda3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f88572b-5016-478c-960e-80ef0ee9cda3","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"86210ae2-0324-432f-a8d3-d6d110dadddc","ip_address":"10.55.0.3"}],"id":"60a35aaf-97ec-4b1a-8dbc-0cb6ba38cc15","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6e:7a:d3","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f88572b-5016-478c-960e-80ef0ee9cda3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:05Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f88572b-5016-478c-960e-80ef0ee9cda3","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"86210ae2-0324-432f-a8d3-d6d110dadddc","ip_address":"10.55.0.4"}],"id":"a7283ccf-f85d-40d1-b05a-b203334ce35d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:82:1d:1e","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f88572b-5016-478c-960e-80ef0ee9cda3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f88572b-5016-478c-960e-80ef0ee9cda3","ip_allocation":"immediate"}]} 2018-07-19 05:25:32,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 used request id req-93e99d44-523f-4461-a05b-ec473f66dec8 2018-07-19 05:25:32,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:25:32,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:25:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["9X94uxB5S3ydKdlDHL_qFg"], "issued_at": "2018-07-19T05:25:32.000000Z"}} 2018-07-19 05:25:32,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fe0b63d047e5e440904e19a7f99fb3e07a86485" 2018-07-19 05:25:32,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9a070c8-0552-4d37-89a4-496476066470 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:25:32,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a9a070c8-0552-4d37-89a4-496476066470 2018-07-19 05:25:32,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:33,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25: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-79816784-1828-4c8c-8242-66d6490f0e6b x-compute-request-id: req-79816784-1828-4c8c-8242-66d6490f0e6b Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:14:99", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1025458a-aa65-4a3e-b934-7a7796a12726", "rel": "bookmark"}], "image": {"id": "52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "links": [{"href": "http://172.30.9.28:8774/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000026", "OS-SRV-USG:launched_at": "2018-07-19T05:25:27.000000", "flavor": {"id": "7aeeb84e-062d-4341-ac91-dd487f60d008", "links": [{"href": "http://172.30.9.28:8774/flavors/7aeeb84e-062d-4341-ac91-dd487f60d008", "rel": "bookmark"}]}, "id": "1025458a-aa65-4a3e-b934-7a7796a12726", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:25:27Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-80898218-751d-4870-a8cf-98932f5d34b4-vm_inst", "created": "2018-07-19T05:25:18Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:25:33,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 used request id req-79816784-1828-4c8c-8242-66d6490f0e6b 2018-07-19 05:25:33,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:33,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-dae1ce36-627b-4dbd-9aef-650636869683 Date: Thu, 19 Jul 2018 05:25:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f88572b-5016-478c-960e-80ef0ee9cda3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["86210ae2-0324-432f-a8d3-d6d110dadddc"],"description":"","tags":[],"updated_at":"2018-07-19T05:25:03Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:03Z","provider:network_type":"vxlan"}]} 2018-07-19 05:25:33,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net used request id req-dae1ce36-627b-4dbd-9aef-650636869683 2018-07-19 05:25:33,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:33,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d7e1eeb-be67-4ce1-b34e-edfc1d3b5009 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:25:33,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-7d7e1eeb-be67-4ce1-b34e-edfc1d3b5009 2018-07-19 05:25:33,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:33,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-cc4cd275-6c92-4e74-9ff7-b5d3eb47049a Date: Thu, 19 Jul 2018 05:25:33 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25:03Z","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":"86210ae2-0324-432f-a8d3-d6d110dadddc","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-subnet","enable_dhcp":true,"segment_id":null,"network_id":"9f88572b-5016-478c-960e-80ef0ee9cda3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:03Z","ip_version":4}]} 2018-07-19 05:25:33,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 used request id req-cc4cd275-6c92-4e74-9ff7-b5d3eb47049a 2018-07-19 05:25:33,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:33,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3995 X-Openstack-Request-Id: req-a5e80970-0d54-4b29-af57-c52ea03e5120 Date: Thu, 19 Jul 2018 05:25:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:26Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"86210ae2-0324-432f-a8d3-d6d110dadddc","ip_address":"10.55.0.10"}],"id":"005ed20b-8aee-424c-9324-3532f865346c","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cf:14:99","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-port","admin_state_up":true,"network_id":"9f88572b-5016-478c-960e-80ef0ee9cda3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:13Z","binding:vnic_type":"normal","device_id":"1025458a-aa65-4a3e-b934-7a7796a12726","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"86210ae2-0324-432f-a8d3-d6d110dadddc","ip_address":"10.55.0.2"}],"id":"20600cb7-57c3-41f7-88c7-3742c8f57553","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:52:80","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f88572b-5016-478c-960e-80ef0ee9cda3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f88572b-5016-478c-960e-80ef0ee9cda3","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"86210ae2-0324-432f-a8d3-d6d110dadddc","ip_address":"10.55.0.3"}],"id":"60a35aaf-97ec-4b1a-8dbc-0cb6ba38cc15","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6e:7a:d3","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f88572b-5016-478c-960e-80ef0ee9cda3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:05Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f88572b-5016-478c-960e-80ef0ee9cda3","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"86210ae2-0324-432f-a8d3-d6d110dadddc","ip_address":"10.55.0.4"}],"id":"a7283ccf-f85d-40d1-b05a-b203334ce35d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:82:1d:1e","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f88572b-5016-478c-960e-80ef0ee9cda3","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f88572b-5016-478c-960e-80ef0ee9cda3","ip_allocation":"immediate"}]} 2018-07-19 05:25:33,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9f88572b-5016-478c-960e-80ef0ee9cda3 used request id req-a5e80970-0d54-4b29-af57-c52ea03e5120 2018-07-19 05:25:34,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fe0b63d047e5e440904e19a7f99fb3e07a86485" -d '{"volumeAttachment": {"volumeId": "867cadfc-76e1-4265-af24-d851d8e27249"}}' 2018-07-19 05:25:35,401 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25: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-94992ddb-33c9-4f2a-9ba8-4bdf91cee260 x-compute-request-id: req-94992ddb-33c9-4f2a-9ba8-4bdf91cee260 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "1025458a-aa65-4a3e-b934-7a7796a12726", "id": "867cadfc-76e1-4265-af24-d851d8e27249", "volumeId": "867cadfc-76e1-4265-af24-d851d8e27249"}} 2018-07-19 05:25:35,401 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726/os-volume_attachments used request id req-94992ddb-33c9-4f2a-9ba8-4bdf91cee260 2018-07-19 05:25:35,402 - create_instance - INFO - Deleting Port with ID - 005ed20b-8aee-424c-9324-3532f865346c 2018-07-19 05:25:35,402 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-port 2018-07-19 05:25:35,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/005ed20b-8aee-424c-9324-3532f865346c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:35,875 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-31be38ff-6a2b-45b4-8889-3e7899a07e45 Date: Thu, 19 Jul 2018 05:25:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:25:35,876 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/005ed20b-8aee-424c-9324-3532f865346c used request id req-31be38ff-6a2b-45b4-8889-3e7899a07e45 2018-07-19 05:25:35,876 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-vm_inst 2018-07-19 05:25:35,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:36,004 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 19 Jul 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-ff46e3f8-7a1d-4877-8db0-0ac9ee377bf6 x-compute-request-id: req-ff46e3f8-7a1d-4877-8db0-0ac9ee377bf6 Content-Type: application/json 2018-07-19 05:25:36,004 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 used request id req-ff46e3f8-7a1d-4877-8db0-0ac9ee377bf6 2018-07-19 05:25:36,004 - create_instance - INFO - Checking deletion status 2018-07-19 05:25:36,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:36,451 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 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-900b2eee-fd96-46d8-aec4-ee0c8a5e3d43 x-compute-request-id: req-900b2eee-fd96-46d8-aec4-ee0c8a5e3d43 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1025458a-aa65-4a3e-b934-7a7796a12726", "rel": "bookmark"}], "image": {"id": "52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "links": [{"href": "http://172.30.9.28:8774/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000026", "OS-SRV-USG:launched_at": "2018-07-19T05:25:27.000000", "flavor": {"id": "7aeeb84e-062d-4341-ac91-dd487f60d008", "links": [{"href": "http://172.30.9.28:8774/flavors/7aeeb84e-062d-4341-ac91-dd487f60d008", "rel": "bookmark"}]}, "id": "1025458a-aa65-4a3e-b934-7a7796a12726", "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:25:35Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-80898218-751d-4870-a8cf-98932f5d34b4-vm_inst", "created": "2018-07-19T05:25:18Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [{"id": "867cadfc-76e1-4265-af24-d851d8e27249"}], "metadata": {}}} 2018-07-19 05:25:36,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 used request id req-900b2eee-fd96-46d8-aec4-ee0c8a5e3d43 2018-07-19 05:25:36,452 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-vm_inst] is - ACTIVE 2018-07-19 05:25:36,452 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-19 05:25:39,456 - create_instance - DEBUG - VM status query timeout in 296.549057961 2018-07-19 05:25:39,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adce6d1f64b6fdcdac53c7b2c66b07be2005c4a8" 2018-07-19 05:25:39,506 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:25:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-88dd3bf4-11f7-4282-85c6-d596fd8d1ee6 x-compute-request-id: req-88dd3bf4-11f7-4282-85c6-d596fd8d1ee6 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 1025458a-aa65-4a3e-b934-7a7796a12726 could not be found.", "code": 404}} 2018-07-19 05:25:39,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1025458a-aa65-4a3e-b934-7a7796a12726 used request id req-88dd3bf4-11f7-4282-85c6-d596fd8d1ee6 2018-07-19 05:25:39,507 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 1025458a-aa65-4a3e-b934-7a7796a12726 could not be found. (HTTP 404) (Request-ID: req-88dd3bf4-11f7-4282-85c6-d596fd8d1ee6) 2018-07-19 05:25:39,507 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-vm_inst 2018-07-19 05:25:39,511 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da7ca3fe-703b-4ecb-bf92-76c3e4c7087e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a08a93ea8968c6b0fe241297dc95b73701fb067" 2018-07-19 05:25:39,750 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:39 GMT Server: Apache x-compute-request-id: req-badec35a-1ad3-4a2c-be15-288e182d8598 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-badec35a-1ad3-4a2c-be15-288e182d8598 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:25:38.000000", "replication_status": null, "snapshot_id": null, "id": "867cadfc-76e1-4265-af24-d851d8e27249", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "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-80898218-751d-4870-a8cf-98932f5d34b4", "bootable": "false", "created_at": "2018-07-19T05:25:06.000000", "volume_type": null}} 2018-07-19 05:25:39,750 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249 used request id req-badec35a-1ad3-4a2c-be15-288e182d8598 2018-07-19 05:25:39,751 - create_volume - DEBUG - Instance status is - available 2018-07-19 05:25:39,751 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4 2018-07-19 05:25:39,751 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4 2018-07-19 05:25:39,754 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da7ca3fe-703b-4ecb-bf92-76c3e4c7087e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a08a93ea8968c6b0fe241297dc95b73701fb067" 2018-07-19 05:25:40,120 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:25:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b5f85a01-6b41-4a5c-8c0e-7b8c38153afd 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-07-19 05:25:40,120 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249 used request id req-b5f85a01-6b41-4a5c-8c0e-7b8c38153afd 2018-07-19 05:25:40,123 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da7ca3fe-703b-4ecb-bf92-76c3e4c7087e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a08a93ea8968c6b0fe241297dc95b73701fb067" 2018-07-19 05:25:40,385 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:40 GMT Server: Apache x-compute-request-id: req-96292a21-cd82-46dc-a323-25530cb2fe5a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-96292a21-cd82-46dc-a323-25530cb2fe5a Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:25:40.000000", "replication_status": null, "snapshot_id": null, "id": "867cadfc-76e1-4265-af24-d851d8e27249", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4", "bootable": "false", "created_at": "2018-07-19T05:25:06.000000", "volume_type": null}} 2018-07-19 05:25:40,385 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249 used request id req-96292a21-cd82-46dc-a323-25530cb2fe5a 2018-07-19 05:25:40,385 - create_volume - DEBUG - Instance status is - deleting 2018-07-19 05:25:40,385 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-07-19 05:25:43,389 - create_volume - DEBUG - Volume status query timeout in 56.7317769527 2018-07-19 05:25:43,392 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da7ca3fe-703b-4ecb-bf92-76c3e4c7087e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a08a93ea8968c6b0fe241297dc95b73701fb067" 2018-07-19 05:25:44,297 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:25:43 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-68ad1ae8-507c-4363-a71a-44ec217dfb8c x-openstack-request-id: req-68ad1ae8-507c-4363-a71a-44ec217dfb8c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 867cadfc-76e1-4265-af24-d851d8e27249 could not be found.", "code": 404}} 2018-07-19 05:25:44,297 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/867cadfc-76e1-4265-af24-d851d8e27249 used request id req-68ad1ae8-507c-4363-a71a-44ec217dfb8c 2018-07-19 05:25:44,297 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 867cadfc-76e1-4265-af24-d851d8e27249 could not be found. (HTTP 404) (Request-ID: req-68ad1ae8-507c-4363-a71a-44ec217dfb8c) 2018-07-19 05:25:44,298 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4 2018-07-19 05:25:44,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/7aeeb84e-062d-4341-ac91-dd487f60d008 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1503bca7286254f246a3fea002488c51e3123b81" 2018-07-19 05:25:44,332 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:25: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-ef5b8b01-c500-4f8c-81d4-5f74fe621cba x-compute-request-id: req-ef5b8b01-c500-4f8c-81d4-5f74fe621cba Content-Length: 0 Content-Type: application/json 2018-07-19 05:25:44,332 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/7aeeb84e-062d-4341-ac91-dd487f60d008 used request id req-ef5b8b01-c500-4f8c-81d4-5f74fe621cba 2018-07-19 05:25:44,333 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-subnet 2018-07-19 05:25:44,333 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-subnet 2018-07-19 05:25:44,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/86210ae2-0324-432f-a8d3-d6d110dadddc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3602cbc99b54e969757b7cef9b834de82b0593c" 2018-07-19 05:25:46,325 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-239c0cc6-7e21-4e0f-98ff-c06501b50cbe Date: Thu, 19 Jul 2018 05:25:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:25:46,326 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/86210ae2-0324-432f-a8d3-d6d110dadddc used request id req-239c0cc6-7e21-4e0f-98ff-c06501b50cbe 2018-07-19 05:25:46,326 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-net 2018-07-19 05:25:46,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/9f88572b-5016-478c-960e-80ef0ee9cda3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3602cbc99b54e969757b7cef9b834de82b0593c" 2018-07-19 05:25:47,875 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b3fa3d8c-64fe-4ce9-8ffd-04989e01458f Date: Thu, 19 Jul 2018 05:25:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:25:47,875 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/9f88572b-5016-478c-960e-80ef0ee9cda3 used request id req-b3fa3d8c-64fe-4ce9-8ffd-04989e01458f 2018-07-19 05:25:47,876 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-80898218-751d-4870-a8cf-98932f5d34b4-image 2018-07-19 05:25:47,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf072db5c2f7cda9fc60da05c8b793a4a6467b9b" 2018-07-19 05:25:48,329 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7efc1ab5-3d6c-412b-b0fb-7a268d2709b4 Date: Thu, 19 Jul 2018 05:25:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:25:48,329 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/52c6f69f-ec92-4f3a-a017-b4f4e028f2b7 used request id req-7efc1ab5-3d6c-412b-b0fb-7a268d2709b4 2018-07-19 05:25:48,331 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:25:48,334 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-19 05:25:48,334 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:25:48,335 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:25:48,808 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:25:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["yDn1Qve_R7qVb7tFZjo9ZA"], "issued_at": "2018-07-19T05:25:48.000000Z"}} 2018-07-19 05:25:48,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8bc3ed9da87e7e1a21762ea6f42b8d2f5707934" 2018-07-19 05:25:48,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-643a390e-909e-4fa9-9bb4-2d9f211eb43d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:25:48,982 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-643a390e-909e-4fa9-9bb4-2d9f211eb43d 2018-07-19 05:25:48,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8bc3ed9da87e7e1a21762ea6f42b8d2f5707934" 2018-07-19 05:25:49,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-743075c9-3279-4031-b936-b9cd94ba8d30 Date: Thu, 19 Jul 2018 05:25:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-image"} 2018-07-19 05:25:49,201 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-image used request id req-743075c9-3279-4031-b936-b9cd94ba8d30 2018-07-19 05:25:49,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8bc3ed9da87e7e1a21762ea6f42b8d2f5707934" 2018-07-19 05:25:49,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-43a93a90-d414-494d-ab36-6ef52655b602 Date: Thu, 19 Jul 2018 05:25:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-19 05:25:49,489 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-43a93a90-d414-494d-ab36-6ef52655b602 2018-07-19 05:25:49,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f8bc3ed9da87e7e1a21762ea6f42b8d2f5707934" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-image"}' 2018-07-19 05:25:49,775 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-035137ce-7e60-4caa-b710-9d099fa8055b Date: Thu, 19 Jul 2018 05:25:49 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:25:49Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-19T05:25:49Z", "visibility": "shared", "locations": [], "self": "/v2/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872", "min_disk": 0, "protected": false, "id": "dfd9b3d2-7996-4461-9098-d01b1f5ee872", "file": "/v2/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872/file", "checksum": null, "owner": "c9003101a9994c308fccde61f611d998", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-19 05:25:49,776 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-035137ce-7e60-4caa-b710-9d099fa8055b 2018-07-19 05:25:49,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8bc3ed9da87e7e1a21762ea6f42b8d2f5707934" -d '' 2018-07-19 05:25:50,391 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-662a9e3f-30d4-4fee-b6d2-c5502ff54882 Date: Thu, 19 Jul 2018 05:25:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:25:50,392 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872/file used request id req-662a9e3f-30d4-4fee-b6d2-c5502ff54882 2018-07-19 05:25:50,392 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-19 05:25:50,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8bc3ed9da87e7e1a21762ea6f42b8d2f5707934" 2018-07-19 05:25:50,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-561b4182-eabd-433e-ae8a-03336e4073f1 Date: Thu, 19 Jul 2018 05:25:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:25:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-19T05:25:50Z", "visibility": "shared", "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872/snap", "metadata": {}}], "self": "/v2/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872", "min_disk": 0, "protected": false, "id": "dfd9b3d2-7996-4461-9098-d01b1f5ee872", "file": "/v2/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9003101a9994c308fccde61f611d998", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-19 05:25:50,605 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872 used request id req-561b4182-eabd-433e-ae8a-03336e4073f1 2018-07-19 05:25:50,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8bc3ed9da87e7e1a21762ea6f42b8d2f5707934" 2018-07-19 05:25:50,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-8617551f-74a4-4cdc-8bc5-a32ba9da512d Date: Thu, 19 Jul 2018 05:25: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-07-19 05:25:50,805 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-8617551f-74a4-4cdc-8bc5-a32ba9da512d 2018-07-19 05:25:50,808 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-image 2018-07-19 05:25:50,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8bc3ed9da87e7e1a21762ea6f42b8d2f5707934" 2018-07-19 05:25:50,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-e2543964-d263-46dc-b9e9-e08a0870864d Date: Thu, 19 Jul 2018 05:25:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:25:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-19T05:25:50Z", "visibility": "shared", "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872/snap", "metadata": {}}], "self": "/v2/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872", "min_disk": 0, "protected": false, "id": "dfd9b3d2-7996-4461-9098-d01b1f5ee872", "file": "/v2/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9003101a9994c308fccde61f611d998", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-19 05:25:50,827 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872 used request id req-e2543964-d263-46dc-b9e9-e08a0870864d 2018-07-19 05:25:50,828 - create_image - DEBUG - Instance status is - active 2018-07-19 05:25:50,828 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-image 2018-07-19 05:25:50,828 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-image 2018-07-19 05:25:50,828 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:25:50,829 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:25:51,236 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:25:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["IAGglcogTcSOYu_oV8e6lQ"], "issued_at": "2018-07-19T05:25:51.000000Z"}} 2018-07-19 05:25:51,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f5b056c6c72ec529573b0cf3dfd926be8aa6fc" 2018-07-19 05:25:51,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9d18d32-7437-4fe6-bcee-6bc1503f0add Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:25:51,335 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b9d18d32-7437-4fe6-bcee-6bc1503f0add 2018-07-19 05:25:51,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f5b056c6c72ec529573b0cf3dfd926be8aa6fc" 2018-07-19 05:25:51,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-588a2650-ec7b-46e5-83a4-d5188b00ae7d Date: Thu, 19 Jul 2018 05:25:51 GMT RESP BODY: {"networks":[]} 2018-07-19 05:25:51,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net used request id req-588a2650-ec7b-46e5-83a4-d5188b00ae7d 2018-07-19 05:25:51,560 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net 2018-07-19 05:25:51,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f5b056c6c72ec529573b0cf3dfd926be8aa6fc" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net", "admin_state_up": true}}' 2018-07-19 05:25:52,109 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 742 X-Openstack-Request-Id: req-be5f402f-c7d2-4b95-aa15-c404ebeeb951 Date: Thu, 19 Jul 2018 05:25: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":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:25:51Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:51Z","mtu":1450}} 2018-07-19 05:25:52,109 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-be5f402f-c7d2-4b95-aa15-c404ebeeb951 2018-07-19 05:25:52,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f5b056c6c72ec529573b0cf3dfd926be8aa6fc" 2018-07-19 05:25:52,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-86356aa1-917f-4ce0-930a-0a00bc24639f Date: Thu, 19 Jul 2018 05:25:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T05:25:51Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:51Z","provider:network_type":"vxlan"}]} 2018-07-19 05:25:52,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-86356aa1-917f-4ce0-930a-0a00bc24639f 2018-07-19 05:25:52,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f5b056c6c72ec529573b0cf3dfd926be8aa6fc" 2018-07-19 05:25:52,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-02307856-7a19-4e69-8fa4-864be02aeba4 Date: Thu, 19 Jul 2018 05:25:52 GMT RESP BODY: {"subnets":[]} 2018-07-19 05:25:52,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-02307856-7a19-4e69-8fa4-864be02aeba4 2018-07-19 05:25:52,578 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-subnet 2018-07-19 05:25:52,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f5b056c6c72ec529573b0cf3dfd926be8aa6fc" -d '{"subnets": [{"ip_version": 4, "network_id": "45d4bae5-92f4-45d2-9347-7ae4f0fa66a4", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-subnet"}]}' 2018-07-19 05:25:53,356 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-489b8906-b29b-4381-b12c-1125f4bb2a4e Date: Thu, 19 Jul 2018 05:25:53 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25: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":"b6260648-5689-437b-96f2-cda5e029fe57","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-subnet","enable_dhcp":true,"segment_id":null,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:52Z","ip_version":4}]} 2018-07-19 05:25:53,356 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-489b8906-b29b-4381-b12c-1125f4bb2a4e 2018-07-19 05:25:53,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f5b056c6c72ec529573b0cf3dfd926be8aa6fc" 2018-07-19 05:25:53,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-af6c90a0-1052-43a1-9ac8-76179e6134a3 Date: Thu, 19 Jul 2018 05:25:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["b6260648-5689-437b-96f2-cda5e029fe57"],"description":"","tags":[],"updated_at":"2018-07-19T05:25:52Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:51Z","provider:network_type":"vxlan"}]} 2018-07-19 05:25:53,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-af6c90a0-1052-43a1-9ac8-76179e6134a3 2018-07-19 05:25:53,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f5b056c6c72ec529573b0cf3dfd926be8aa6fc" 2018-07-19 05:25:53,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-e2ec3da4-d784-44f8-926c-b04ef7ff857a Date: Thu, 19 Jul 2018 05:25:53 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25: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":"b6260648-5689-437b-96f2-cda5e029fe57","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-subnet","enable_dhcp":true,"segment_id":null,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:52Z","ip_version":4}]} 2018-07-19 05:25:53,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-e2ec3da4-d784-44f8-926c-b04ef7ff857a 2018-07-19 05:25:53,942 - OpenStackNetwork - DEBUG - Network [45d4bae5-92f4-45d2-9347-7ae4f0fa66a4] created successfully 2018-07-19 05:25:53,942 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:25:53,943 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:25:54,433 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:25:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["JPEoGebBTSSpCQjz-koojw"], "issued_at": "2018-07-19T05:25:54.000000Z"}} 2018-07-19 05:25:54,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba4c6814a943ff45c6c829f2b83b89d14a31b752" 2018-07-19 05:25:54,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3d91756-1153-4def-a960-d949c442321c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:25:54,529 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d3d91756-1153-4def-a960-d949c442321c 2018-07-19 05:25:54,530 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:25:54,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba4c6814a943ff45c6c829f2b83b89d14a31b752" 2018-07-19 05:25:54,739 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25: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-963e6991-6acc-4401-b084-64c51d768332 x-compute-request-id: req-963e6991-6acc-4401-b084-64c51d768332 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-07-19 05:25:54,739 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-963e6991-6acc-4401-b084-64c51d768332 2018-07-19 05:25:54,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba4c6814a943ff45c6c829f2b83b89d14a31b752" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-07-19 05:25:54,811 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25: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-df7d0b4c-c879-44fc-8704-77aea18cef25 x-compute-request-id: req-df7d0b4c-c879-44fc-8704-77aea18cef25 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-flavor", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d55010c2-c019-40f8-99b8-0260c7d69836", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d55010c2-c019-40f8-99b8-0260c7d69836", "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": "d55010c2-c019-40f8-99b8-0260c7d69836"}} 2018-07-19 05:25:54,812 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-df7d0b4c-c879-44fc-8704-77aea18cef25 2018-07-19 05:25:54,812 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:25:54,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:25:55,233 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:25:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["rlmAguXHTmytr_moB3WjBg"], "issued_at": "2018-07-19T05:25:55.000000Z"}} 2018-07-19 05:25:55,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91614e2caf14de12ba7efe968cac72689af989f0" 2018-07-19 05:25:55,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-369f3966-3270-47bf-8d7c-da0725e078a9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:25:55,327 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-369f3966-3270-47bf-8d7c-da0725e078a9 2018-07-19 05:25:55,332 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91614e2caf14de12ba7efe968cac72689af989f0" 2018-07-19 05:25:55,562 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:55 GMT Server: Apache x-compute-request-id: req-9b215aed-12a4-48aa-b06d-8fb8d6b1b387 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9b215aed-12a4-48aa-b06d-8fb8d6b1b387 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-19 05:25:55,562 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/detail used request id req-9b215aed-12a4-48aa-b06d-8fb8d6b1b387 2018-07-19 05:25:55,566 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9b215aed-12a4-48aa-b06d-8fb8d6b1b387" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91614e2caf14de12ba7efe968cac72689af989f0" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc", "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-07-19 05:25:56,027 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:25:55 GMT Server: Apache x-compute-request-id: req-cb490fc0-1c94-4e40-af5e-a251a79ec9ff OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cb490fc0-1c94-4e40-af5e-a251a79ec9ff Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "fb99eb42722e4e6e958115280f3435be", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-19T05:25:55.000000", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "bd14234d-0bf7-4122-9523-46cb8ba89fd4", "size": 1}} 2018-07-19 05:25:56,027 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes used request id req-cb490fc0-1c94-4e40-af5e-a251a79ec9ff 2018-07-19 05:25:56,030 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9b215aed-12a4-48aa-b06d-8fb8d6b1b387" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91614e2caf14de12ba7efe968cac72689af989f0" 2018-07-19 05:25:56,299 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:56 GMT Server: Apache x-compute-request-id: req-bf5a2798-79c6-4c27-b224-9a19f5674861 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bf5a2798-79c6-4c27-b224-9a19f5674861 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:25:56.000000", "replication_status": null, "snapshot_id": null, "id": "bd14234d-0bf7-4122-9523-46cb8ba89fd4", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "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-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc", "bootable": "false", "created_at": "2018-07-19T05:25:55.000000", "volume_type": null}} 2018-07-19 05:25:56,299 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4 used request id req-bf5a2798-79c6-4c27-b224-9a19f5674861 2018-07-19 05:25:56,300 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc 2018-07-19 05:25:56,303 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9b215aed-12a4-48aa-b06d-8fb8d6b1b387" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91614e2caf14de12ba7efe968cac72689af989f0" 2018-07-19 05:25:56,577 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:56 GMT Server: Apache x-compute-request-id: req-5b9ee228-84a4-414b-b8f2-77bf0ba03c5a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5b9ee228-84a4-414b-b8f2-77bf0ba03c5a Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:25:56.000000", "replication_status": null, "snapshot_id": null, "id": "bd14234d-0bf7-4122-9523-46cb8ba89fd4", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "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-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc", "bootable": "false", "created_at": "2018-07-19T05:25:55.000000", "volume_type": null}} 2018-07-19 05:25:56,577 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4 used request id req-5b9ee228-84a4-414b-b8f2-77bf0ba03c5a 2018-07-19 05:25:56,578 - create_volume - DEBUG - Instance status is - available 2018-07-19 05:25:56,578 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc 2018-07-19 05:25:56,578 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc 2018-07-19 05:25:56,578 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:25:56,579 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:25:56,981 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:25:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["R6QbD7yIS92M4oblZBNRpA"], "issued_at": "2018-07-19T05:25:56.000000Z"}} 2018-07-19 05:25:56,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:25:57,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0794b596-8d23-4669-9d8b-8884f4df9114 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:25:57,078 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0794b596-8d23-4669-9d8b-8884f4df9114 2018-07-19 05:25:57,079 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:25:57,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:25:57,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e42ef632-1497-49b1-b11b-4407529a9903 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:25:57,179 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e42ef632-1497-49b1-b11b-4407529a9903 2018-07-19 05:25:57,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:25:57,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-47b97fa2-d210-49c3-8f27-7e244c4435c5 Date: Thu, 19 Jul 2018 05:25:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["b6260648-5689-437b-96f2-cda5e029fe57"],"description":"","tags":[],"updated_at":"2018-07-19T05:25:52Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:51Z","provider:network_type":"vxlan"}]} 2018-07-19 05:25:57,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net used request id req-47b97fa2-d210-49c3-8f27-7e244c4435c5 2018-07-19 05:25:57,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:25:57,500 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:25:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-daa58ecc-2307-4727-8c11-b56b8a40c0ee Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:25:57,501 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-daa58ecc-2307-4727-8c11-b56b8a40c0ee 2018-07-19 05:25:57,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:25:57,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eb1a974-72b7-4b47-bb22-804bc0e08afd Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:25:57,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-9eb1a974-72b7-4b47-bb22-804bc0e08afd 2018-07-19 05:25:57,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:25:57,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-5a1abf3f-0794-48d1-96ce-e0d32c0cd8a5 Date: Thu, 19 Jul 2018 05:25:57 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25: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":"b6260648-5689-437b-96f2-cda5e029fe57","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-subnet","enable_dhcp":true,"segment_id":null,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:52Z","ip_version":4}]} 2018-07-19 05:25:57,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-5a1abf3f-0794-48d1-96ce-e0d32c0cd8a5 2018-07-19 05:25:57,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4&name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:25:58,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-aa3ff131-ae93-4643-becd-32c0edadea6d Date: Thu, 19 Jul 2018 05:25:58 GMT RESP BODY: {"ports":[]} 2018-07-19 05:25:58,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4&name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-port&admin_state_up=True used request id req-aa3ff131-ae93-4643-becd-32c0edadea6d 2018-07-19 05:25:58,124 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:25:58,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-62cc6ef8-e5ff-4781-b2ef-6664d95dbf4d x-compute-request-id: req-62cc6ef8-e5ff-4781-b2ef-6664d95dbf4d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-19 05:25:58,407 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst used request id req-62cc6ef8-e5ff-4781-b2ef-6664d95dbf4d 2018-07-19 05:25:58,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:25:58,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-f4774686-878d-4013-9b2c-6f504aecfba1 Date: Thu, 19 Jul 2018 05:25:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["b6260648-5689-437b-96f2-cda5e029fe57"],"description":"","tags":[],"updated_at":"2018-07-19T05:25:52Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:51Z","provider:network_type":"vxlan"}]} 2018-07-19 05:25:58,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net used request id req-f4774686-878d-4013-9b2c-6f504aecfba1 2018-07-19 05:25:58,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:25:58,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a07fe831-1094-40f9-a6f7-dbe130cee37c Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:25:58,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-a07fe831-1094-40f9-a6f7-dbe130cee37c 2018-07-19 05:25:58,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:25:59,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-e7511e66-3356-4f1c-b5da-8521a3f078e5 Date: Thu, 19 Jul 2018 05:25:59 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25: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":"b6260648-5689-437b-96f2-cda5e029fe57","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-subnet","enable_dhcp":true,"segment_id":null,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:52Z","ip_version":4}]} 2018-07-19 05:25:59,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-e7511e66-3356-4f1c-b5da-8521a3f078e5 2018-07-19 05:25:59,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4&name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:25:59,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2c1562af-9278-47c0-9e83-a30b86ab3942 Date: Thu, 19 Jul 2018 05:25:59 GMT RESP BODY: {"ports":[]} 2018-07-19 05:25:59,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4&name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-port&admin_state_up=True used request id req-2c1562af-9278-47c0-9e83-a30b86ab3942 2018-07-19 05:25:59,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:25:59,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:25:59,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:25:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["5jb1NKtvSFWx4ooWgYyqQg"], "issued_at": "2018-07-19T05:25:59.000000Z"}} 2018-07-19 05:25:59,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93a1071e0cc956e0580882449e68b035311c3b89" 2018-07-19 05:25:59,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39402c69-1cab-4b9f-a49e-7968a04025d8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:25:59,747 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-39402c69-1cab-4b9f-a49e-7968a04025d8 2018-07-19 05:25:59,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:25:59,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-3e411bd4-42fa-4b0c-9a24-807bfecbc226 Date: Thu, 19 Jul 2018 05:25:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["b6260648-5689-437b-96f2-cda5e029fe57"],"description":"","tags":[],"updated_at":"2018-07-19T05:25:52Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:51Z","provider:network_type":"vxlan"}]} 2018-07-19 05:25:59,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net used request id req-3e411bd4-42fa-4b0c-9a24-807bfecbc226 2018-07-19 05:25:59,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:00,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-2e4a1fe4-d287-4ef1-aa2a-3a3fe8afee98 Date: Thu, 19 Jul 2018 05:26:00 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25: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":"b6260648-5689-437b-96f2-cda5e029fe57","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-subnet","enable_dhcp":true,"segment_id":null,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:52Z","ip_version":4}]} 2018-07-19 05:26:00,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-2e4a1fe4-d287-4ef1-aa2a-3a3fe8afee98 2018-07-19 05:26:00,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:00,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-66304c28-ff72-45ed-b049-20436567e0d6 Date: Thu, 19 Jul 2018 05:26:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["b6260648-5689-437b-96f2-cda5e029fe57"],"description":"","tags":[],"updated_at":"2018-07-19T05:25:52Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:51Z","provider:network_type":"vxlan"}]} 2018-07-19 05:26:00,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net used request id req-66304c28-ff72-45ed-b049-20436567e0d6 2018-07-19 05:26:00,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:26:00,368 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:26:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7319a293-b2f1-4082-81f9-79ffe3545b46 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:26:00,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-7319a293-b2f1-4082-81f9-79ffe3545b46 2018-07-19 05:26:00,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93a1071e0cc956e0580882449e68b035311c3b89" 2018-07-19 05:26:00,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51915d28-7800-4ce3-a561-232d16c7d52a Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:26:00,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-51915d28-7800-4ce3-a561-232d16c7d52a 2018-07-19 05:26:00,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:00,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-e2fc6181-4417-44a3-96eb-b4c95629e6f2 Date: Thu, 19 Jul 2018 05:26:00 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25: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":"b6260648-5689-437b-96f2-cda5e029fe57","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-subnet","enable_dhcp":true,"segment_id":null,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:52Z","ip_version":4}]} 2018-07-19 05:26:00,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-e2fc6181-4417-44a3-96eb-b4c95629e6f2 2018-07-19 05:26:00,739 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net 2018-07-19 05:26:00,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" -d '{"port": {"network_id": "45d4bae5-92f4-45d2-9347-7ae4f0fa66a4", "name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-port", "admin_state_up": true}}' 2018-07-19 05:26:01,713 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 907 X-Openstack-Request-Id: req-d120d640-5980-4dbc-8d8e-04f748bbf2de Date: Thu, 19 Jul 2018 05:26:01 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:26:01Z","device_owner":"","revision_number":2,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.7"}],"id":"67b5807a-ba68-4ff1-8bb6-cee2bc8c3fab","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9b:c3:38","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-port","project_id":"c9003101a9994c308fccde61f611d998","qos_policy_id":null,"admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:26:01Z","binding:vnic_type":"normal","ip_allocation":"immediate"}} 2018-07-19 05:26:01,714 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-d120d640-5980-4dbc-8d8e-04f748bbf2de 2018-07-19 05:26:01,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:01,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-2a25dd6c-69b7-44d3-9b5e-12e06e6c8638 Date: Thu, 19 Jul 2018 05:26:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["b6260648-5689-437b-96f2-cda5e029fe57"],"description":"","tags":[],"updated_at":"2018-07-19T05:25:52Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:51Z","provider:network_type":"vxlan"}]} 2018-07-19 05:26:01,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net used request id req-2a25dd6c-69b7-44d3-9b5e-12e06e6c8638 2018-07-19 05:26:02,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:02,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b25596ea-ed7c-453c-9618-a4397f998595 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:26:02,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-b25596ea-ed7c-453c-9618-a4397f998595 2018-07-19 05:26:02,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:02,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-4b96f267-b56f-4113-ba82-276b21ad2083 Date: Thu, 19 Jul 2018 05:26:02 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25: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":"b6260648-5689-437b-96f2-cda5e029fe57","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-subnet","enable_dhcp":true,"segment_id":null,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:52Z","ip_version":4}]} 2018-07-19 05:26:02,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-4b96f267-b56f-4113-ba82-276b21ad2083 2018-07-19 05:26:02,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4&name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:02,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 910 X-Openstack-Request-Id: req-06be4e03-3847-4eca-b0f5-ed23f4432904 Date: Thu, 19 Jul 2018 05:26:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:26:01Z","device_owner":"","revision_number":2,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.7"}],"id":"67b5807a-ba68-4ff1-8bb6-cee2bc8c3fab","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9b:c3:38","project_id":"c9003101a9994c308fccde61f611d998","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-port","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:26:01Z","binding:vnic_type":"normal","device_id":"","ip_allocation":"immediate"}]} 2018-07-19 05:26:02,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4&name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-port&admin_state_up=True used request id req-06be4e03-3847-4eca-b0f5-ed23f4432904 2018-07-19 05:26:02,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:02,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54fcccb5-72c0-45b4-9c7e-480b682c477e Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:26:02,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-54fcccb5-72c0-45b4-9c7e-480b682c477e 2018-07-19 05:26:02,527 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst 2018-07-19 05:26:02,531 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:02,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-0072072d-5145-4fe6-a1a2-3d484e502170 x-compute-request-id: req-0072072d-5145-4fe6-a1a2-3d484e502170 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d55010c2-c019-40f8-99b8-0260c7d69836", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d55010c2-c019-40f8-99b8-0260c7d69836", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d55010c2-c019-40f8-99b8-0260c7d69836", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-flavor"}]} 2018-07-19 05:26:02,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-0072072d-5145-4fe6-a1a2-3d484e502170 2018-07-19 05:26:02,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/d55010c2-c019-40f8-99b8-0260c7d69836 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:02,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-0096e56e-83c8-4fd1-bb24-6ba40f4281af x-compute-request-id: req-0096e56e-83c8-4fd1-bb24-6ba40f4281af Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-flavor", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d55010c2-c019-40f8-99b8-0260c7d69836", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d55010c2-c019-40f8-99b8-0260c7d69836", "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": "d55010c2-c019-40f8-99b8-0260c7d69836"}} 2018-07-19 05:26:02,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/d55010c2-c019-40f8-99b8-0260c7d69836 used request id req-0096e56e-83c8-4fd1-bb24-6ba40f4281af 2018-07-19 05:26:02,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:02,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-a310ae9c-aad2-425d-8f45-7000bc4c0665 Date: Thu, 19 Jul 2018 05:26:02 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:25:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-19T05:25:50Z", "visibility": "shared", "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872/snap", "metadata": {}}], "self": "/v2/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872", "min_disk": 0, "protected": false, "id": "dfd9b3d2-7996-4461-9098-d01b1f5ee872", "file": "/v2/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9003101a9994c308fccde61f611d998", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-image"} 2018-07-19 05:26:02,800 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-image used request id req-a310ae9c-aad2-425d-8f45-7000bc4c0665 2018-07-19 05:26:02,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:02,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-1a7528a2-796b-46cf-88c1-b9db7685a165 Date: Thu, 19 Jul 2018 05:26:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-19 05:26:02,980 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-1a7528a2-796b-46cf-88c1-b9db7685a165 2018-07-19 05:26:02,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst", "imageRef": "dfd9b3d2-7996-4461-9098-d01b1f5ee872", "flavorRef": "d55010c2-c019-40f8-99b8-0260c7d69836", "max_count": 1, "min_count": 1, "networks": [{"port": "67b5807a-ba68-4ff1-8bb6-cee2bc8c3fab"}]}}' 2018-07-19 05:26:05,066 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:26: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-13256590-1af6-4255-8236-541a645b6897 x-compute-request-id: req-13256590-1af6-4255-8236-541a645b6897 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e0b09494-c33f-4666-a0de-2a5ac5e76d04", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "bookmark"}], "adminPass": "HZnwrfr8hfxY"}} 2018-07-19 05:26:05,066 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-13256590-1af6-4255-8236-541a645b6897 2018-07-19 05:26:05,069 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:05,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-691dac41-64dd-4540-84a4-13e7f70260f7 x-compute-request-id: req-691dac41-64dd-4540-84a4-13e7f70260f7 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.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "bookmark"}], "image": {"id": "dfd9b3d2-7996-4461-9098-d01b1f5ee872", "links": [{"href": "http://172.30.9.28:8774/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55010c2-c019-40f8-99b8-0260c7d69836", "links": [{"href": "http://172.30.9.28:8774/flavors/d55010c2-c019-40f8-99b8-0260c7d69836", "rel": "bookmark"}]}, "id": "e0b09494-c33f-4666-a0de-2a5ac5e76d04", "user_id": "fb99eb42722e4e6e958115280f3435be", "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-07-19T05:26: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": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst", "created": "2018-07-19T05:26:05Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:26:05,497 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 used request id req-691dac41-64dd-4540-84a4-13e7f70260f7 2018-07-19 05:26:05,498 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst 2018-07-19 05:26:05,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:05,744 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e378f0f3-d8dc-4714-a110-afc9eafb4e5d x-compute-request-id: req-e378f0f3-d8dc-4714-a110-afc9eafb4e5d 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.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "bookmark"}], "image": {"id": "dfd9b3d2-7996-4461-9098-d01b1f5ee872", "links": [{"href": "http://172.30.9.28:8774/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55010c2-c019-40f8-99b8-0260c7d69836", "links": [{"href": "http://172.30.9.28:8774/flavors/d55010c2-c019-40f8-99b8-0260c7d69836", "rel": "bookmark"}]}, "id": "e0b09494-c33f-4666-a0de-2a5ac5e76d04", "user_id": "fb99eb42722e4e6e958115280f3435be", "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-07-19T05:26: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": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst", "created": "2018-07-19T05:26:05Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:26:05,744 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 used request id req-e378f0f3-d8dc-4714-a110-afc9eafb4e5d 2018-07-19 05:26:05,745 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst] is - BUILD 2018-07-19 05:26:05,745 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-19 05:26:08,748 - create_instance - DEBUG - VM status query timeout in 896.749686956 2018-07-19 05:26:08,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:09,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2bf4d405-2776-4258-a7d6-52b1b21dfe37 x-compute-request-id: req-2bf4d405-2776-4258-a7d6-52b1b21dfe37 Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "bookmark"}], "image": {"id": "dfd9b3d2-7996-4461-9098-d01b1f5ee872", "links": [{"href": "http://172.30.9.28:8774/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000029", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55010c2-c019-40f8-99b8-0260c7d69836", "links": [{"href": "http://172.30.9.28:8774/flavors/d55010c2-c019-40f8-99b8-0260c7d69836", "rel": "bookmark"}]}, "id": "e0b09494-c33f-4666-a0de-2a5ac5e76d04", "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:26:08Z", "hostId": "dae02b61924e0008b3d9db9a4f7746d119c4299175669bbc9748017d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst", "created": "2018-07-19T05:26:05Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:26:09,413 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 used request id req-2bf4d405-2776-4258-a7d6-52b1b21dfe37 2018-07-19 05:26:09,413 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst] is - BUILD 2018-07-19 05:26:09,413 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-19 05:26:12,417 - create_instance - DEBUG - VM status query timeout in 893.081232786 2018-07-19 05:26:12,420 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:13,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-87bd000f-b9d0-477e-909f-61e8ea2c41eb x-compute-request-id: req-87bd000f-b9d0-477e-909f-61e8ea2c41eb Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:c3:38", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "bookmark"}], "image": {"id": "dfd9b3d2-7996-4461-9098-d01b1f5ee872", "links": [{"href": "http://172.30.9.28:8774/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000029", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55010c2-c019-40f8-99b8-0260c7d69836", "links": [{"href": "http://172.30.9.28:8774/flavors/d55010c2-c019-40f8-99b8-0260c7d69836", "rel": "bookmark"}]}, "id": "e0b09494-c33f-4666-a0de-2a5ac5e76d04", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-19T05:26:09Z", "hostId": "dae02b61924e0008b3d9db9a4f7746d119c4299175669bbc9748017d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst", "created": "2018-07-19T05:26:05Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:26:13,240 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 used request id req-87bd000f-b9d0-477e-909f-61e8ea2c41eb 2018-07-19 05:26:13,241 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst] is - BUILD 2018-07-19 05:26:13,241 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-19 05:26:16,244 - create_instance - DEBUG - VM status query timeout in 889.253387928 2018-07-19 05:26:16,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:17,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-04bd393f-a2ac-4cc2-bbbd-9ab902c72455 x-compute-request-id: req-04bd393f-a2ac-4cc2-bbbd-9ab902c72455 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:c3:38", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "bookmark"}], "image": {"id": "dfd9b3d2-7996-4461-9098-d01b1f5ee872", "links": [{"href": "http://172.30.9.28:8774/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000029", "OS-SRV-USG:launched_at": "2018-07-19T05:26:15.000000", "flavor": {"id": "d55010c2-c019-40f8-99b8-0260c7d69836", "links": [{"href": "http://172.30.9.28:8774/flavors/d55010c2-c019-40f8-99b8-0260c7d69836", "rel": "bookmark"}]}, "id": "e0b09494-c33f-4666-a0de-2a5ac5e76d04", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:26:15Z", "hostId": "dae02b61924e0008b3d9db9a4f7746d119c4299175669bbc9748017d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst", "created": "2018-07-19T05:26:05Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:26:17,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 used request id req-04bd393f-a2ac-4cc2-bbbd-9ab902c72455 2018-07-19 05:26:17,173 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst] is - ACTIVE 2018-07-19 05:26:17,173 - create_instance - INFO - VM is - ACTIVE 2018-07-19 05:26:17,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:17,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-dc6c9693-66ef-402d-b418-de01edec9c3c x-compute-request-id: req-dc6c9693-66ef-402d-b418-de01edec9c3c Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:c3:38", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "bookmark"}], "image": {"id": "dfd9b3d2-7996-4461-9098-d01b1f5ee872", "links": [{"href": "http://172.30.9.28:8774/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000029", "OS-SRV-USG:launched_at": "2018-07-19T05:26:15.000000", "flavor": {"id": "d55010c2-c019-40f8-99b8-0260c7d69836", "links": [{"href": "http://172.30.9.28:8774/flavors/d55010c2-c019-40f8-99b8-0260c7d69836", "rel": "bookmark"}]}, "id": "e0b09494-c33f-4666-a0de-2a5ac5e76d04", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:26:15Z", "hostId": "dae02b61924e0008b3d9db9a4f7746d119c4299175669bbc9748017d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst", "created": "2018-07-19T05:26:05Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:26:17,821 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 used request id req-dc6c9693-66ef-402d-b418-de01edec9c3c 2018-07-19 05:26:17,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:17,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-34557125-3fd4-4317-82cc-f4a13524422d Date: Thu, 19 Jul 2018 05:26:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["b6260648-5689-437b-96f2-cda5e029fe57"],"description":"","tags":[],"updated_at":"2018-07-19T05:25:52Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:51Z","provider:network_type":"vxlan"}]} 2018-07-19 05:26:17,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net used request id req-34557125-3fd4-4317-82cc-f4a13524422d 2018-07-19 05:26:17,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:18,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-581cdf2a-4edc-46db-a678-b99e2f145f9a Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:26:18,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-581cdf2a-4edc-46db-a678-b99e2f145f9a 2018-07-19 05:26:18,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:18,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-a8bda413-eb22-48f6-ba04-69e09599eabc Date: Thu, 19 Jul 2018 05:26:18 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25: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":"b6260648-5689-437b-96f2-cda5e029fe57","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-subnet","enable_dhcp":true,"segment_id":null,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:52Z","ip_version":4}]} 2018-07-19 05:26:18,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-a8bda413-eb22-48f6-ba04-69e09599eabc 2018-07-19 05:26:18,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:18,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3994 X-Openstack-Request-Id: req-9929dbd1-a892-4991-a35d-1de51b15bd89 Date: Thu, 19 Jul 2018 05:26:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:57Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.4"}],"id":"3845b595-82f0-420d-a3d6-75f75530f9ae","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0e:85:17","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:26:15Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.7"}],"id":"67b5807a-ba68-4ff1-8bb6-cee2bc8c3fab","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:c3:38","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-port","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:26:01Z","binding:vnic_type":"normal","device_id":"e0b09494-c33f-4666-a0de-2a5ac5e76d04","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.2"}],"id":"7831a6a9-80a9-4bf8-861d-b567ad31ad0a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:c0:94","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.3"}],"id":"92641bdd-859d-41df-879f-58b628cfa6c8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:22:d8","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","ip_allocation":"immediate"}]} 2018-07-19 05:26:18,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-9929dbd1-a892-4991-a35d-1de51b15bd89 2018-07-19 05:26:18,308 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:26:18,716 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:26:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["iR_hlCA_QTqY_yPFVkK0og"], "issued_at": "2018-07-19T05:26:18.000000Z"}} 2018-07-19 05:26:18,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77d37716eb68a922052c72aad19888ee00383691" 2018-07-19 05:26:18,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eabc557-61b6-47ac-9284-1ffa72aaf5b4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:26:18,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9eabc557-61b6-47ac-9284-1ffa72aaf5b4 2018-07-19 05:26:18,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:19,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 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-6ecce3d6-b44e-4234-b537-f1aa56f3f3cc x-compute-request-id: req-6ecce3d6-b44e-4234-b537-f1aa56f3f3cc Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:c3:38", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "bookmark"}], "image": {"id": "dfd9b3d2-7996-4461-9098-d01b1f5ee872", "links": [{"href": "http://172.30.9.28:8774/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000029", "OS-SRV-USG:launched_at": "2018-07-19T05:26:15.000000", "flavor": {"id": "d55010c2-c019-40f8-99b8-0260c7d69836", "links": [{"href": "http://172.30.9.28:8774/flavors/d55010c2-c019-40f8-99b8-0260c7d69836", "rel": "bookmark"}]}, "id": "e0b09494-c33f-4666-a0de-2a5ac5e76d04", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:26:15Z", "hostId": "dae02b61924e0008b3d9db9a4f7746d119c4299175669bbc9748017d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst", "created": "2018-07-19T05:26:05Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:26:19,720 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 used request id req-6ecce3d6-b44e-4234-b537-f1aa56f3f3cc 2018-07-19 05:26:19,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:19,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-a58efaf4-444e-460f-a0eb-265e2332747a Date: Thu, 19 Jul 2018 05:26:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["b6260648-5689-437b-96f2-cda5e029fe57"],"description":"","tags":[],"updated_at":"2018-07-19T05:25:52Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:51Z","provider:network_type":"vxlan"}]} 2018-07-19 05:26:19,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net used request id req-a58efaf4-444e-460f-a0eb-265e2332747a 2018-07-19 05:26:19,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:19,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9d0838c-08a6-4742-a972-682dd2bee009 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:26:19,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-c9d0838c-08a6-4742-a972-682dd2bee009 2018-07-19 05:26:19,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:19,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-5608d3e0-375d-44cf-9d2d-98427d81e3c6 Date: Thu, 19 Jul 2018 05:26:20 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25: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":"b6260648-5689-437b-96f2-cda5e029fe57","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-subnet","enable_dhcp":true,"segment_id":null,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:52Z","ip_version":4}]} 2018-07-19 05:26:19,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-5608d3e0-375d-44cf-9d2d-98427d81e3c6 2018-07-19 05:26:20,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:20,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3994 X-Openstack-Request-Id: req-9c601cda-9014-4267-8582-31376e54889d Date: Thu, 19 Jul 2018 05:26:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:57Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.4"}],"id":"3845b595-82f0-420d-a3d6-75f75530f9ae","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0e:85:17","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:26:15Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.7"}],"id":"67b5807a-ba68-4ff1-8bb6-cee2bc8c3fab","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:c3:38","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-port","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:26:01Z","binding:vnic_type":"normal","device_id":"e0b09494-c33f-4666-a0de-2a5ac5e76d04","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.2"}],"id":"7831a6a9-80a9-4bf8-861d-b567ad31ad0a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:c0:94","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.3"}],"id":"92641bdd-859d-41df-879f-58b628cfa6c8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:22:d8","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","ip_allocation":"immediate"}]} 2018-07-19 05:26:20,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-9c601cda-9014-4267-8582-31376e54889d 2018-07-19 05:26:20,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77d37716eb68a922052c72aad19888ee00383691" -d '{"volumeAttachment": {"volumeId": "bd14234d-0bf7-4122-9523-46cb8ba89fd4"}}' 2018-07-19 05:26:22,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 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-b2c61e0d-4e9b-4725-9818-b73a9bd504b0 x-compute-request-id: req-b2c61e0d-4e9b-4725-9818-b73a9bd504b0 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "e0b09494-c33f-4666-a0de-2a5ac5e76d04", "id": "bd14234d-0bf7-4122-9523-46cb8ba89fd4", "volumeId": "bd14234d-0bf7-4122-9523-46cb8ba89fd4"}} 2018-07-19 05:26:22,880 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04/os-volume_attachments used request id req-b2c61e0d-4e9b-4725-9818-b73a9bd504b0 2018-07-19 05:26:22,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77d37716eb68a922052c72aad19888ee00383691" 2018-07-19 05:26:23,848 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-aa8d6fd3-431c-4c32-b267-cb885fdc7eed x-compute-request-id: req-aa8d6fd3-431c-4c32-b267-cb885fdc7eed Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:c3:38", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "bookmark"}], "image": {"id": "dfd9b3d2-7996-4461-9098-d01b1f5ee872", "links": [{"href": "http://172.30.9.28:8774/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000029", "OS-SRV-USG:launched_at": "2018-07-19T05:26:15.000000", "flavor": {"id": "d55010c2-c019-40f8-99b8-0260c7d69836", "links": [{"href": "http://172.30.9.28:8774/flavors/d55010c2-c019-40f8-99b8-0260c7d69836", "rel": "bookmark"}]}, "id": "e0b09494-c33f-4666-a0de-2a5ac5e76d04", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:26:15Z", "hostId": "dae02b61924e0008b3d9db9a4f7746d119c4299175669bbc9748017d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst", "created": "2018-07-19T05:26:05Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [{"id": "bd14234d-0bf7-4122-9523-46cb8ba89fd4"}], "metadata": {}}} 2018-07-19 05:26:23,848 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 used request id req-aa8d6fd3-431c-4c32-b267-cb885fdc7eed 2018-07-19 05:26:23,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77d37716eb68a922052c72aad19888ee00383691" 2018-07-19 05:26:24,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-a2a0317a-3b2b-4fe4-88a3-ebd30dc7be37 Date: Thu, 19 Jul 2018 05:26:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["b6260648-5689-437b-96f2-cda5e029fe57"],"description":"","tags":[],"updated_at":"2018-07-19T05:25:52Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:51Z","provider:network_type":"vxlan"}]} 2018-07-19 05:26:24,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net used request id req-a2a0317a-3b2b-4fe4-88a3-ebd30dc7be37 2018-07-19 05:26:24,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:26:24,119 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:26:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c1624eb-b12e-4579-a0ec-9b2c8f7dc0d6 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:26:24,119 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-2c1624eb-b12e-4579-a0ec-9b2c8f7dc0d6 2018-07-19 05:26:24,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77d37716eb68a922052c72aad19888ee00383691" 2018-07-19 05:26:24,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8567b84a-c66a-4344-a0e3-1512888bcf62 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:26:24,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-8567b84a-c66a-4344-a0e3-1512888bcf62 2018-07-19 05:26:24,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77d37716eb68a922052c72aad19888ee00383691" 2018-07-19 05:26:24,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-973e8dee-55e7-4fbb-9455-89c4e7782eab Date: Thu, 19 Jul 2018 05:26:24 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25: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":"b6260648-5689-437b-96f2-cda5e029fe57","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-subnet","enable_dhcp":true,"segment_id":null,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:52Z","ip_version":4}]} 2018-07-19 05:26:24,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-973e8dee-55e7-4fbb-9455-89c4e7782eab 2018-07-19 05:26:24,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77d37716eb68a922052c72aad19888ee00383691" 2018-07-19 05:26:24,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3994 X-Openstack-Request-Id: req-6f7099f1-17bd-4df2-a762-673b27dbc7f4 Date: Thu, 19 Jul 2018 05:26:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:57Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.4"}],"id":"3845b595-82f0-420d-a3d6-75f75530f9ae","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0e:85:17","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:26:15Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.7"}],"id":"67b5807a-ba68-4ff1-8bb6-cee2bc8c3fab","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:c3:38","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-port","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:26:01Z","binding:vnic_type":"normal","device_id":"e0b09494-c33f-4666-a0de-2a5ac5e76d04","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.2"}],"id":"7831a6a9-80a9-4bf8-861d-b567ad31ad0a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:c0:94","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.3"}],"id":"92641bdd-859d-41df-879f-58b628cfa6c8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:22:d8","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","ip_allocation":"immediate"}]} 2018-07-19 05:26:24,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-6f7099f1-17bd-4df2-a762-673b27dbc7f4 2018-07-19 05:26:24,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77d37716eb68a922052c72aad19888ee00383691" 2018-07-19 05:26:24,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-360b62b4-d81d-43e6-904f-bce6429c0f8a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:26:24,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-360b62b4-d81d-43e6-904f-bce6429c0f8a 2018-07-19 05:26:24,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:25,675 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 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-03aa0054-30b9-4f05-9e32-15cf0866b30d x-compute-request-id: req-03aa0054-30b9-4f05-9e32-15cf0866b30d Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:c3:38", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "bookmark"}], "image": {"id": "dfd9b3d2-7996-4461-9098-d01b1f5ee872", "links": [{"href": "http://172.30.9.28:8774/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000029", "OS-SRV-USG:launched_at": "2018-07-19T05:26:15.000000", "flavor": {"id": "d55010c2-c019-40f8-99b8-0260c7d69836", "links": [{"href": "http://172.30.9.28:8774/flavors/d55010c2-c019-40f8-99b8-0260c7d69836", "rel": "bookmark"}]}, "id": "e0b09494-c33f-4666-a0de-2a5ac5e76d04", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:26:15Z", "hostId": "dae02b61924e0008b3d9db9a4f7746d119c4299175669bbc9748017d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst", "created": "2018-07-19T05:26:05Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [{"id": "bd14234d-0bf7-4122-9523-46cb8ba89fd4"}], "metadata": {}}} 2018-07-19 05:26:25,676 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 used request id req-03aa0054-30b9-4f05-9e32-15cf0866b30d 2018-07-19 05:26:25,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:25,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-e09e1d48-1d6b-4e79-b88f-795013544db1 Date: Thu, 19 Jul 2018 05:26:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["b6260648-5689-437b-96f2-cda5e029fe57"],"description":"","tags":[],"updated_at":"2018-07-19T05:25:52Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:51Z","provider:network_type":"vxlan"}]} 2018-07-19 05:26:25,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net used request id req-e09e1d48-1d6b-4e79-b88f-795013544db1 2018-07-19 05:26:25,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:25,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd684512-9593-471d-8ce2-df8ebad03913 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:26:25,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-bd684512-9593-471d-8ce2-df8ebad03913 2018-07-19 05:26:25,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:25,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-85caad9d-67d7-48b8-9669-ae79309c1c4d Date: Thu, 19 Jul 2018 05:26:25 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25: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":"b6260648-5689-437b-96f2-cda5e029fe57","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-subnet","enable_dhcp":true,"segment_id":null,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:52Z","ip_version":4}]} 2018-07-19 05:26:25,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-85caad9d-67d7-48b8-9669-ae79309c1c4d 2018-07-19 05:26:25,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:26,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3994 X-Openstack-Request-Id: req-2e09b24a-3241-4b1a-8d96-0caf65b11c35 Date: Thu, 19 Jul 2018 05:26:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:57Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.4"}],"id":"3845b595-82f0-420d-a3d6-75f75530f9ae","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0e:85:17","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:26:15Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.7"}],"id":"67b5807a-ba68-4ff1-8bb6-cee2bc8c3fab","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:c3:38","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-port","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:26:01Z","binding:vnic_type":"normal","device_id":"e0b09494-c33f-4666-a0de-2a5ac5e76d04","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.2"}],"id":"7831a6a9-80a9-4bf8-861d-b567ad31ad0a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:c0:94","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.3"}],"id":"92641bdd-859d-41df-879f-58b628cfa6c8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:22:d8","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","ip_allocation":"immediate"}]} 2018-07-19 05:26:26,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-2e09b24a-3241-4b1a-8d96-0caf65b11c35 2018-07-19 05:26:26,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77d37716eb68a922052c72aad19888ee00383691" 2018-07-19 05:26:26,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-206a2d05-5d01-4fbc-be53-be9a63bf7a0e x-compute-request-id: req-206a2d05-5d01-4fbc-be53-be9a63bf7a0e Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:c3:38", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "bookmark"}], "image": {"id": "dfd9b3d2-7996-4461-9098-d01b1f5ee872", "links": [{"href": "http://172.30.9.28:8774/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000029", "OS-SRV-USG:launched_at": "2018-07-19T05:26:15.000000", "flavor": {"id": "d55010c2-c019-40f8-99b8-0260c7d69836", "links": [{"href": "http://172.30.9.28:8774/flavors/d55010c2-c019-40f8-99b8-0260c7d69836", "rel": "bookmark"}]}, "id": "e0b09494-c33f-4666-a0de-2a5ac5e76d04", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:26:15Z", "hostId": "dae02b61924e0008b3d9db9a4f7746d119c4299175669bbc9748017d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst", "created": "2018-07-19T05:26:05Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [{"id": "bd14234d-0bf7-4122-9523-46cb8ba89fd4"}], "metadata": {}}} 2018-07-19 05:26:26,893 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 used request id req-206a2d05-5d01-4fbc-be53-be9a63bf7a0e 2018-07-19 05:26:26,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77d37716eb68a922052c72aad19888ee00383691" 2018-07-19 05:26:26,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-4bc19365-4133-4800-af56-8f5ee21cdf83 Date: Thu, 19 Jul 2018 05:26:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["b6260648-5689-437b-96f2-cda5e029fe57"],"description":"","tags":[],"updated_at":"2018-07-19T05:25:52Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:51Z","provider:network_type":"vxlan"}]} 2018-07-19 05:26:26,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net used request id req-4bc19365-4133-4800-af56-8f5ee21cdf83 2018-07-19 05:26:26,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77d37716eb68a922052c72aad19888ee00383691" 2018-07-19 05:26:27,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eea48d1d-432a-4b8f-a4c0-23a41597d989 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:26:27,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-eea48d1d-432a-4b8f-a4c0-23a41597d989 2018-07-19 05:26:27,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77d37716eb68a922052c72aad19888ee00383691" 2018-07-19 05:26:27,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-e72c510c-f0e4-40df-8715-c283488d2aae Date: Thu, 19 Jul 2018 05:26:27 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25: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":"b6260648-5689-437b-96f2-cda5e029fe57","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-subnet","enable_dhcp":true,"segment_id":null,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:52Z","ip_version":4}]} 2018-07-19 05:26:27,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-e72c510c-f0e4-40df-8715-c283488d2aae 2018-07-19 05:26:27,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77d37716eb68a922052c72aad19888ee00383691" 2018-07-19 05:26:27,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3994 X-Openstack-Request-Id: req-e85471be-f6a7-4e54-a0b9-d1337e71b8d4 Date: Thu, 19 Jul 2018 05:26:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:57Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.4"}],"id":"3845b595-82f0-420d-a3d6-75f75530f9ae","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0e:85:17","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:26:15Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.7"}],"id":"67b5807a-ba68-4ff1-8bb6-cee2bc8c3fab","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:c3:38","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-port","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:26:01Z","binding:vnic_type":"normal","device_id":"e0b09494-c33f-4666-a0de-2a5ac5e76d04","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.2"}],"id":"7831a6a9-80a9-4bf8-861d-b567ad31ad0a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:c0:94","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.3"}],"id":"92641bdd-859d-41df-879f-58b628cfa6c8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:22:d8","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","ip_allocation":"immediate"}]} 2018-07-19 05:26:27,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-e85471be-f6a7-4e54-a0b9-d1337e71b8d4 2018-07-19 05:26:27,816 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77d37716eb68a922052c72aad19888ee00383691" 2018-07-19 05:26:28,073 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:27 GMT Server: Apache x-compute-request-id: req-39d6ce57-5909-4353-833c-b4fbc8b288e1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-39d6ce57-5909-4353-833c-b4fbc8b288e1 Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "e0b09494-c33f-4666-a0de-2a5ac5e76d04", "attachment_id": "1b70e5a7-b843-493d-9528-9b7c52780b49", "attached_at": "2018-07-19T05:26:24.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "bd14234d-0bf7-4122-9523-46cb8ba89fd4", "device": "/dev/vdb", "id": "bd14234d-0bf7-4122-9523-46cb8ba89fd4"}], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:26:25.000000", "replication_status": null, "snapshot_id": null, "id": "bd14234d-0bf7-4122-9523-46cb8ba89fd4", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "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-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc", "bootable": "false", "created_at": "2018-07-19T05:25:55.000000", "volume_type": null}} 2018-07-19 05:26:28,073 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4 used request id req-39d6ce57-5909-4353-833c-b4fbc8b288e1 2018-07-19 05:26:28,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:28,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f87161c8-7ebc-47e7-b4a5-9e58545f1ef5 x-compute-request-id: req-f87161c8-7ebc-47e7-b4a5-9e58545f1ef5 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:c3:38", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "bookmark"}], "image": {"id": "dfd9b3d2-7996-4461-9098-d01b1f5ee872", "links": [{"href": "http://172.30.9.28:8774/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000029", "OS-SRV-USG:launched_at": "2018-07-19T05:26:15.000000", "flavor": {"id": "d55010c2-c019-40f8-99b8-0260c7d69836", "links": [{"href": "http://172.30.9.28:8774/flavors/d55010c2-c019-40f8-99b8-0260c7d69836", "rel": "bookmark"}]}, "id": "e0b09494-c33f-4666-a0de-2a5ac5e76d04", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:26:15Z", "hostId": "dae02b61924e0008b3d9db9a4f7746d119c4299175669bbc9748017d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst", "created": "2018-07-19T05:26:05Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [{"id": "bd14234d-0bf7-4122-9523-46cb8ba89fd4"}], "metadata": {}}} 2018-07-19 05:26:28,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 used request id req-f87161c8-7ebc-47e7-b4a5-9e58545f1ef5 2018-07-19 05:26:28,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:28,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-716f61ed-3511-4d35-bfa3-93ac5a62b8af Date: Thu, 19 Jul 2018 05:26:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["b6260648-5689-437b-96f2-cda5e029fe57"],"description":"","tags":[],"updated_at":"2018-07-19T05:25:52Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:51Z","provider:network_type":"vxlan"}]} 2018-07-19 05:26:28,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net used request id req-716f61ed-3511-4d35-bfa3-93ac5a62b8af 2018-07-19 05:26:28,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:28,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dac6630-02f3-45da-8439-fc95b13bd201 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:26:28,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-2dac6630-02f3-45da-8439-fc95b13bd201 2018-07-19 05:26:28,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:28,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-1900dac4-82f7-4ffd-9dcf-4c8624e5cbdc Date: Thu, 19 Jul 2018 05:26:28 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:25: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":"b6260648-5689-437b-96f2-cda5e029fe57","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-subnet","enable_dhcp":true,"segment_id":null,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:52Z","ip_version":4}]} 2018-07-19 05:26:28,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-1900dac4-82f7-4ffd-9dcf-4c8624e5cbdc 2018-07-19 05:26:28,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:28,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3994 X-Openstack-Request-Id: req-9bcbd723-33cc-491e-9a55-0294d05dce08 Date: Thu, 19 Jul 2018 05:26:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:57Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.4"}],"id":"3845b595-82f0-420d-a3d6-75f75530f9ae","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0e:85:17","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:26:15Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.7"}],"id":"67b5807a-ba68-4ff1-8bb6-cee2bc8c3fab","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:c3:38","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-port","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:26:01Z","binding:vnic_type":"normal","device_id":"e0b09494-c33f-4666-a0de-2a5ac5e76d04","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.2"}],"id":"7831a6a9-80a9-4bf8-861d-b567ad31ad0a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:c0:94","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:25:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b6260648-5689-437b-96f2-cda5e029fe57","ip_address":"10.55.0.3"}],"id":"92641bdd-859d-41df-879f-58b628cfa6c8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:22:d8","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:25:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-45d4bae5-92f4-45d2-9347-7ae4f0fa66a4","ip_allocation":"immediate"}]} 2018-07-19 05:26:28,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-9bcbd723-33cc-491e-9a55-0294d05dce08 2018-07-19 05:26:28,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04/os-volume_attachments/bd14234d-0bf7-4122-9523-46cb8ba89fd4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77d37716eb68a922052c72aad19888ee00383691" 2018-07-19 05:26:30,555 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:26:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d3c7c5d2-93b5-4ae9-882d-971f4449151f x-compute-request-id: req-d3c7c5d2-93b5-4ae9-882d-971f4449151f Content-Length: 0 Content-Type: application/json 2018-07-19 05:26:30,556 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04/os-volume_attachments/bd14234d-0bf7-4122-9523-46cb8ba89fd4 used request id req-d3c7c5d2-93b5-4ae9-882d-971f4449151f 2018-07-19 05:26:30,556 - create_instance - INFO - Deleting Port with ID - 67b5807a-ba68-4ff1-8bb6-cee2bc8c3fab 2018-07-19 05:26:30,556 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-port 2018-07-19 05:26:30,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/67b5807a-ba68-4ff1-8bb6-cee2bc8c3fab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:31,102 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1f6ec7f1-c01f-4f98-8402-b14d7d954cfd Date: Thu, 19 Jul 2018 05:26:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:26:31,102 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/67b5807a-ba68-4ff1-8bb6-cee2bc8c3fab used request id req-1f6ec7f1-c01f-4f98-8402-b14d7d954cfd 2018-07-19 05:26:31,102 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst 2018-07-19 05:26:31,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:31,239 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:26:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-10d1817d-4048-4ac5-a3c9-ededb7ddc649 x-compute-request-id: req-10d1817d-4048-4ac5-a3c9-ededb7ddc649 Content-Type: application/json 2018-07-19 05:26:31,240 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 used request id req-10d1817d-4048-4ac5-a3c9-ededb7ddc649 2018-07-19 05:26:31,240 - create_instance - INFO - Checking deletion status 2018-07-19 05:26:31,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:31,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c6f15bbd-d1c2-49cb-b0e5-bc01fb5ca1c1 x-compute-request-id: req-c6f15bbd-d1c2-49cb-b0e5-bc01fb5ca1c1 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:c3:38", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04", "rel": "bookmark"}], "image": {"id": "dfd9b3d2-7996-4461-9098-d01b1f5ee872", "links": [{"href": "http://172.30.9.28:8774/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000029", "OS-SRV-USG:launched_at": "2018-07-19T05:26:15.000000", "flavor": {"id": "d55010c2-c019-40f8-99b8-0260c7d69836", "links": [{"href": "http://172.30.9.28:8774/flavors/d55010c2-c019-40f8-99b8-0260c7d69836", "rel": "bookmark"}]}, "id": "e0b09494-c33f-4666-a0de-2a5ac5e76d04", "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:26:31Z", "hostId": "dae02b61924e0008b3d9db9a4f7746d119c4299175669bbc9748017d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst", "created": "2018-07-19T05:26:05Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [{"id": "bd14234d-0bf7-4122-9523-46cb8ba89fd4"}], "metadata": {}}} 2018-07-19 05:26:31,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 used request id req-c6f15bbd-d1c2-49cb-b0e5-bc01fb5ca1c1 2018-07-19 05:26:31,554 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst] is - ACTIVE 2018-07-19 05:26:31,554 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-19 05:26:34,557 - create_instance - DEBUG - VM status query timeout in 296.683189154 2018-07-19 05:26:34,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91c3dc943c523e65e93a77c34f7bd7c40188e4c" 2018-07-19 05:26:34,605 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:26:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-27d24e3e-14db-49da-b7ee-5c72f250cd4f x-compute-request-id: req-27d24e3e-14db-49da-b7ee-5c72f250cd4f Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e0b09494-c33f-4666-a0de-2a5ac5e76d04 could not be found.", "code": 404}} 2018-07-19 05:26:34,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e0b09494-c33f-4666-a0de-2a5ac5e76d04 used request id req-27d24e3e-14db-49da-b7ee-5c72f250cd4f 2018-07-19 05:26:34,605 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e0b09494-c33f-4666-a0de-2a5ac5e76d04 could not be found. (HTTP 404) (Request-ID: req-27d24e3e-14db-49da-b7ee-5c72f250cd4f) 2018-07-19 05:26:34,606 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-vm_inst 2018-07-19 05:26:34,609 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9b215aed-12a4-48aa-b06d-8fb8d6b1b387" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91614e2caf14de12ba7efe968cac72689af989f0" 2018-07-19 05:26:34,848 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:34 GMT Server: Apache x-compute-request-id: req-787ab8fe-b920-4601-9e81-8c6e7b69922e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-787ab8fe-b920-4601-9e81-8c6e7b69922e Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:26:31.000000", "replication_status": null, "snapshot_id": null, "id": "bd14234d-0bf7-4122-9523-46cb8ba89fd4", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "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-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc", "bootable": "false", "created_at": "2018-07-19T05:25:55.000000", "volume_type": null}} 2018-07-19 05:26:34,849 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4 used request id req-787ab8fe-b920-4601-9e81-8c6e7b69922e 2018-07-19 05:26:34,849 - create_volume - DEBUG - Instance status is - available 2018-07-19 05:26:34,849 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc 2018-07-19 05:26:34,849 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc 2018-07-19 05:26:34,852 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9b215aed-12a4-48aa-b06d-8fb8d6b1b387" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91614e2caf14de12ba7efe968cac72689af989f0" 2018-07-19 05:26:35,119 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:26:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d331d769-484a-45f7-a69a-946bdc7895c8 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-07-19 05:26:35,119 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4 used request id req-d331d769-484a-45f7-a69a-946bdc7895c8 2018-07-19 05:26:35,122 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9b215aed-12a4-48aa-b06d-8fb8d6b1b387" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91614e2caf14de12ba7efe968cac72689af989f0" 2018-07-19 05:26:35,347 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:26:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-dc488027-2205-4b10-baf1-2021f8c8ebcf x-openstack-request-id: req-dc488027-2205-4b10-baf1-2021f8c8ebcf Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume bd14234d-0bf7-4122-9523-46cb8ba89fd4 could not be found.", "code": 404}} 2018-07-19 05:26:35,347 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/bd14234d-0bf7-4122-9523-46cb8ba89fd4 used request id req-dc488027-2205-4b10-baf1-2021f8c8ebcf 2018-07-19 05:26:35,348 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume bd14234d-0bf7-4122-9523-46cb8ba89fd4 could not be found. (HTTP 404) (Request-ID: req-dc488027-2205-4b10-baf1-2021f8c8ebcf) 2018-07-19 05:26:35,348 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc 2018-07-19 05:26:35,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/d55010c2-c019-40f8-99b8-0260c7d69836 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba4c6814a943ff45c6c829f2b83b89d14a31b752" 2018-07-19 05:26:35,392 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:26: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-7d8ad4cc-d266-420f-8d3d-c707e1a050b2 x-compute-request-id: req-7d8ad4cc-d266-420f-8d3d-c707e1a050b2 Content-Length: 0 Content-Type: application/json 2018-07-19 05:26:35,392 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/d55010c2-c019-40f8-99b8-0260c7d69836 used request id req-7d8ad4cc-d266-420f-8d3d-c707e1a050b2 2018-07-19 05:26:35,393 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-subnet 2018-07-19 05:26:35,393 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-subnet 2018-07-19 05:26:35,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/b6260648-5689-437b-96f2-cda5e029fe57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f5b056c6c72ec529573b0cf3dfd926be8aa6fc" 2018-07-19 05:26:37,731 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b2d71448-d70f-433e-9ebf-b29e75c20d56 Date: Thu, 19 Jul 2018 05:26:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:26:37,732 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/b6260648-5689-437b-96f2-cda5e029fe57 used request id req-b2d71448-d70f-433e-9ebf-b29e75c20d56 2018-07-19 05:26:37,732 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-net 2018-07-19 05:26:37,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f5b056c6c72ec529573b0cf3dfd926be8aa6fc" 2018-07-19 05:26:38,941 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a7bd0be8-20f8-4a0b-a6d9-8186b90d0197 Date: Thu, 19 Jul 2018 05:26:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 05:26:38,941 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/45d4bae5-92f4-45d2-9347-7ae4f0fa66a4 used request id req-a7bd0be8-20f8-4a0b-a6d9-8186b90d0197 2018-07-19 05:26:38,942 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-3cf73c6c-5340-44af-ba2b-8fa9dbf9c3fc-image 2018-07-19 05:26:38,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8bc3ed9da87e7e1a21762ea6f42b8d2f5707934" 2018-07-19 05:26:39,961 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3b2a1a95-cfce-42c6-ad31-d06496fba0bc Date: Thu, 19 Jul 2018 05:26:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:26:39,961 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/dfd9b3d2-7996-4461-9098-d01b1f5ee872 used request id req-3b2a1a95-cfce-42c6-ad31-d06496fba0bc 2018-07-19 05:26:39,963 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:26:39,964 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:26:39,965 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:26:40,391 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:26:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["nMPQim9zS4e2JLoVqxVPWw"], "issued_at": "2018-07-19T05:26:40.000000Z"}} 2018-07-19 05:26:40,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a0a388e71536afe3b1cb400826f963d6b20940c" 2018-07-19 05:26:40,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4863de03-f52c-490b-a1d4-b8918d6059e1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:26:40,482 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4863de03-f52c-490b-a1d4-b8918d6059e1 2018-07-19 05:26:40,484 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:26:40,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a0a388e71536afe3b1cb400826f963d6b20940c" 2018-07-19 05:26:40,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-122dc15c-4237-43eb-a751-270525967eb8 x-compute-request-id: req-122dc15c-4237-43eb-a751-270525967eb8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-07-19 05:26:40,692 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-122dc15c-4237-43eb-a751-270525967eb8 2018-07-19 05:26:40,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a0a388e71536afe3b1cb400826f963d6b20940c" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-3f817fe4-a9ca-494f-9147-83b8c315c0afname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-07-19 05:26:40,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-484e837d-57f9-4a4a-9a79-4956d8589144 x-compute-request-id: req-484e837d-57f9-4a4a-9a79-4956d8589144 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-3f817fe4-a9ca-494f-9147-83b8c315c0afname", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0909159b-26f5-438c-87ff-4c36ebafb730", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0909159b-26f5-438c-87ff-4c36ebafb730", "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": "0909159b-26f5-438c-87ff-4c36ebafb730"}} 2018-07-19 05:26:40,770 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-484e837d-57f9-4a4a-9a79-4956d8589144 2018-07-19 05:26:40,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:26:41,183 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:26:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["Jtc_RIGeSlWG4Bz_aTwyGA"], "issued_at": "2018-07-19T05:26:41.000000Z"}} 2018-07-19 05:26:41,185 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/0909159b-26f5-438c-87ff-4c36ebafb730 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d9fabff40b0b01aaf9727118d0eec8ccfd842c4" 2018-07-19 05:26:41,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-8c62d79e-a239-4acc-85dd-6bb427b20aeb x-compute-request-id: req-8c62d79e-a239-4acc-85dd-6bb427b20aeb Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-3f817fe4-a9ca-494f-9147-83b8c315c0afname", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0909159b-26f5-438c-87ff-4c36ebafb730", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0909159b-26f5-438c-87ff-4c36ebafb730", "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": "0909159b-26f5-438c-87ff-4c36ebafb730"}} 2018-07-19 05:26:41,402 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/0909159b-26f5-438c-87ff-4c36ebafb730 used request id req-8c62d79e-a239-4acc-85dd-6bb427b20aeb 2018-07-19 05:26:41,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/0909159b-26f5-438c-87ff-4c36ebafb730/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d9fabff40b0b01aaf9727118d0eec8ccfd842c4" 2018-07-19 05:26:41,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-130ba800-1e7c-45fb-961a-3e8905b620b8 x-compute-request-id: req-130ba800-1e7c-45fb-961a-3e8905b620b8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-19 05:26:41,423 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/0909159b-26f5-438c-87ff-4c36ebafb730/os-extra_specs used request id req-130ba800-1e7c-45fb-961a-3e8905b620b8 2018-07-19 05:26:41,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/0909159b-26f5-438c-87ff-4c36ebafb730 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a0a388e71536afe3b1cb400826f963d6b20940c" 2018-07-19 05:26:41,469 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:26:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8a9f620f-edcb-48e1-993a-3e565fd8e3f5 x-compute-request-id: req-8a9f620f-edcb-48e1-993a-3e565fd8e3f5 Content-Length: 0 Content-Type: application/json 2018-07-19 05:26:41,469 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/0909159b-26f5-438c-87ff-4c36ebafb730 used request id req-8a9f620f-edcb-48e1-993a-3e565fd8e3f5 2018-07-19 05:26:41,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d9fabff40b0b01aaf9727118d0eec8ccfd842c4" 2018-07-19 05:26:41,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9e00cc47-d04d-46b4-a580-9a8729865a66 x-compute-request-id: req-9e00cc47-d04d-46b4-a580-9a8729865a66 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-07-19 05:26:41,494 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9e00cc47-d04d-46b4-a580-9a8729865a66 2018-07-19 05:26:41,496 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:26:41,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:26:41,498 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:26:41,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:26:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["sRxsSodGSAeFYee5WXs6nQ"], "issued_at": "2018-07-19T05:26:41.000000Z"}} 2018-07-19 05:26:41,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a7ca0043b621e2db8e8faa51bdbab942e61844b" 2018-07-19 05:26:42,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1d866e6-05db-47db-92d3-dfa92e51804d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:26:42,014 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d1d866e6-05db-47db-92d3-dfa92e51804d 2018-07-19 05:26:42,015 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:26:42,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a7ca0043b621e2db8e8faa51bdbab942e61844b" 2018-07-19 05:26:42,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-5c0728e0-b1d4-4218-99c2-e60a51b9c436 x-compute-request-id: req-5c0728e0-b1d4-4218-99c2-e60a51b9c436 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-07-19 05:26:42,240 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-5c0728e0-b1d4-4218-99c2-e60a51b9c436 2018-07-19 05:26:42,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a7ca0043b621e2db8e8faa51bdbab942e61844b" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-96f07b8d-7a85-49e8-bd65-c3cc7c40ce02name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-07-19 05:26:42,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-75b24576-e8d6-4e7a-b362-e50f5db65f4d x-compute-request-id: req-75b24576-e8d6-4e7a-b362-e50f5db65f4d Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-96f07b8d-7a85-49e8-bd65-c3cc7c40ce02name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b8816425-cb8f-4d97-b00f-92f7b98888b9", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b8816425-cb8f-4d97-b00f-92f7b98888b9", "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": "b8816425-cb8f-4d97-b00f-92f7b98888b9"}} 2018-07-19 05:26:42,321 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-75b24576-e8d6-4e7a-b362-e50f5db65f4d 2018-07-19 05:26:42,322 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:26:42,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:26:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["_GgbrJZZTRqmqu_0YTCO-g"], "issued_at": "2018-07-19T05:26:42.000000Z"}} 2018-07-19 05:26:42,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/b8816425-cb8f-4d97-b00f-92f7b98888b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1bd2326f776a995b7e71d57724944e0db19d3a4" 2018-07-19 05:26:43,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-6f5e4a73-d838-4f02-b963-27055cb8f5a5 x-compute-request-id: req-6f5e4a73-d838-4f02-b963-27055cb8f5a5 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-96f07b8d-7a85-49e8-bd65-c3cc7c40ce02name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b8816425-cb8f-4d97-b00f-92f7b98888b9", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b8816425-cb8f-4d97-b00f-92f7b98888b9", "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": "b8816425-cb8f-4d97-b00f-92f7b98888b9"}} 2018-07-19 05:26:43,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/b8816425-cb8f-4d97-b00f-92f7b98888b9 used request id req-6f5e4a73-d838-4f02-b963-27055cb8f5a5 2018-07-19 05:26:43,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/b8816425-cb8f-4d97-b00f-92f7b98888b9/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1bd2326f776a995b7e71d57724944e0db19d3a4" 2018-07-19 05:26:43,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-0793c6cd-801f-4ef4-8b07-f6e9dba4a448 x-compute-request-id: req-0793c6cd-801f-4ef4-8b07-f6e9dba4a448 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-19 05:26:43,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/b8816425-cb8f-4d97-b00f-92f7b98888b9/os-extra_specs used request id req-0793c6cd-801f-4ef4-8b07-f6e9dba4a448 2018-07-19 05:26:43,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/b8816425-cb8f-4d97-b00f-92f7b98888b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1bd2326f776a995b7e71d57724944e0db19d3a4" 2018-07-19 05:26:43,109 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:26: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-f753f914-3b22-4a4e-b1d3-e09fa00d29fe x-compute-request-id: req-f753f914-3b22-4a4e-b1d3-e09fa00d29fe Content-Length: 0 Content-Type: application/json 2018-07-19 05:26:43,109 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/b8816425-cb8f-4d97-b00f-92f7b98888b9 used request id req-f753f914-3b22-4a4e-b1d3-e09fa00d29fe 2018-07-19 05:26:43,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1bd2326f776a995b7e71d57724944e0db19d3a4" 2018-07-19 05:26:43,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-b8a6d601-1b2a-4ca3-91cd-cf202452d697 x-compute-request-id: req-b8a6d601-1b2a-4ca3-91cd-cf202452d697 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-07-19 05:26:43,131 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-b8a6d601-1b2a-4ca3-91cd-cf202452d697 2018-07-19 05:26:43,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/b8816425-cb8f-4d97-b00f-92f7b98888b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a7ca0043b621e2db8e8faa51bdbab942e61844b" 2018-07-19 05:26:43,150 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:26: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-1603b17f-4b0e-4b8b-be9c-b410e82ed635 x-compute-request-id: req-1603b17f-4b0e-4b8b-be9c-b410e82ed635 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor b8816425-cb8f-4d97-b00f-92f7b98888b9 could not be found.", "code": 404}} 2018-07-19 05:26:43,150 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/b8816425-cb8f-4d97-b00f-92f7b98888b9 used request id req-1603b17f-4b0e-4b8b-be9c-b410e82ed635 2018-07-19 05:26:43,151 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:26:43,152 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:26:43,153 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:26:43,564 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:26:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["tE7-laA-Rue9h_rO1xjvHA"], "issued_at": "2018-07-19T05:26:43.000000Z"}} 2018-07-19 05:26:43,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254d888438edf2620cb45b9dd6366cb3c077cd45" 2018-07-19 05:26:43,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a13a4317-0584-4f62-bc29-c4bfb810a460 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:26:43,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a13a4317-0584-4f62-bc29-c4bfb810a460 2018-07-19 05:26:43,657 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:26:43,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254d888438edf2620cb45b9dd6366cb3c077cd45" 2018-07-19 05:26:43,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-e6fe664c-4d03-4d5d-8805-58a692b0244b x-compute-request-id: req-e6fe664c-4d03-4d5d-8805-58a692b0244b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-07-19 05:26:43,865 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-e6fe664c-4d03-4d5d-8805-58a692b0244b 2018-07-19 05:26:43,869 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254d888438edf2620cb45b9dd6366cb3c077cd45" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-b3009d45-5a91-4161-b082-8ab8275f02daname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-07-19 05:26:43,911 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-21708972-553c-4bf8-8a0e-942ae95a7d9a x-compute-request-id: req-21708972-553c-4bf8-8a0e-942ae95a7d9a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-b3009d45-5a91-4161-b082-8ab8275f02daname", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/581612f4-2f79-4fab-9992-b45b7e24d144", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/581612f4-2f79-4fab-9992-b45b7e24d144", "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": "581612f4-2f79-4fab-9992-b45b7e24d144"}} 2018-07-19 05:26:43,911 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-21708972-553c-4bf8-8a0e-942ae95a7d9a 2018-07-19 05:26:43,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:26:44,324 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:26:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["G3qp8AyjSQyqSZ7Z9f-4CA"], "issued_at": "2018-07-19T05:26:44.000000Z"}} 2018-07-19 05:26:44,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/581612f4-2f79-4fab-9992-b45b7e24d144 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4959b5d474bee60b1dabd18d6e749ecadf451269" 2018-07-19 05:26:44,519 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-db2f5bc6-7f88-4ec1-a853-15b64ffb0970 x-compute-request-id: req-db2f5bc6-7f88-4ec1-a853-15b64ffb0970 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-b3009d45-5a91-4161-b082-8ab8275f02daname", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/581612f4-2f79-4fab-9992-b45b7e24d144", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/581612f4-2f79-4fab-9992-b45b7e24d144", "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": "581612f4-2f79-4fab-9992-b45b7e24d144"}} 2018-07-19 05:26:44,520 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/581612f4-2f79-4fab-9992-b45b7e24d144 used request id req-db2f5bc6-7f88-4ec1-a853-15b64ffb0970 2018-07-19 05:26:44,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/581612f4-2f79-4fab-9992-b45b7e24d144/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4959b5d474bee60b1dabd18d6e749ecadf451269" 2018-07-19 05:26:44,540 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-3f050489-2226-44ae-b420-acb2cbd510ef x-compute-request-id: req-3f050489-2226-44ae-b420-acb2cbd510ef Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-19 05:26:44,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/581612f4-2f79-4fab-9992-b45b7e24d144/os-extra_specs used request id req-3f050489-2226-44ae-b420-acb2cbd510ef 2018-07-19 05:26:44,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/581612f4-2f79-4fab-9992-b45b7e24d144 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254d888438edf2620cb45b9dd6366cb3c077cd45" 2018-07-19 05:26:44,576 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:26: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-2e988747-6d76-4e07-97fd-fe3d7dde4be1 x-compute-request-id: req-2e988747-6d76-4e07-97fd-fe3d7dde4be1 Content-Length: 0 Content-Type: application/json 2018-07-19 05:26:44,576 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/581612f4-2f79-4fab-9992-b45b7e24d144 used request id req-2e988747-6d76-4e07-97fd-fe3d7dde4be1 2018-07-19 05:26:44,578 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:26:44,579 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:26:44,580 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:26:45,001 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:26:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["vqyyvuEaRTqSPMOJnNIsig"], "issued_at": "2018-07-19T05:26:45.000000Z"}} 2018-07-19 05:26:45,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93da9cdd7f83d32f1283b77dc28cf1819cfc798" 2018-07-19 05:26:45,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c9d7fdd-a98d-465c-a599-387fc6ba3e55 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:26:45,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5c9d7fdd-a98d-465c-a599-387fc6ba3e55 2018-07-19 05:26:45,105 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:26:45,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93da9cdd7f83d32f1283b77dc28cf1819cfc798" 2018-07-19 05:26:45,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-4f12e6ac-9b66-4dd9-ab35-b75e1cbe9693 x-compute-request-id: req-4f12e6ac-9b66-4dd9-ab35-b75e1cbe9693 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-07-19 05:26:45,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4f12e6ac-9b66-4dd9-ab35-b75e1cbe9693 2018-07-19 05:26:45,323 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93da9cdd7f83d32f1283b77dc28cf1819cfc798" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-922f6b1f-303c-4878-8614-b7f8cf3d4864name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-07-19 05:26:45,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-31885b0f-f137-40b7-8b1f-668c24e2e5d6 x-compute-request-id: req-31885b0f-f137-40b7-8b1f-668c24e2e5d6 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-922f6b1f-303c-4878-8614-b7f8cf3d4864name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/cf050e1d-9fd2-488a-be23-899b1eb0a62c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/cf050e1d-9fd2-488a-be23-899b1eb0a62c", "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": "cf050e1d-9fd2-488a-be23-899b1eb0a62c"}} 2018-07-19 05:26:45,393 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-31885b0f-f137-40b7-8b1f-668c24e2e5d6 2018-07-19 05:26:45,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:26:45,801 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:26:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["pqAnCqTWSU2HkvMoGQYXwA"], "issued_at": "2018-07-19T05:26:45.000000Z"}} 2018-07-19 05:26:45,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/cf050e1d-9fd2-488a-be23-899b1eb0a62c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2e9a3399a097de4b1804909d2da108bf94c169" 2018-07-19 05:26:46,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-e27fdd10-3ff6-4e80-b5e9-01880c437659 x-compute-request-id: req-e27fdd10-3ff6-4e80-b5e9-01880c437659 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-922f6b1f-303c-4878-8614-b7f8cf3d4864name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/cf050e1d-9fd2-488a-be23-899b1eb0a62c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/cf050e1d-9fd2-488a-be23-899b1eb0a62c", "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": "cf050e1d-9fd2-488a-be23-899b1eb0a62c"}} 2018-07-19 05:26:46,162 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/cf050e1d-9fd2-488a-be23-899b1eb0a62c used request id req-e27fdd10-3ff6-4e80-b5e9-01880c437659 2018-07-19 05:26:46,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/cf050e1d-9fd2-488a-be23-899b1eb0a62c/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2e9a3399a097de4b1804909d2da108bf94c169" 2018-07-19 05:26:46,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a5017293-b6cd-442d-8869-86ee7c4d98be x-compute-request-id: req-a5017293-b6cd-442d-8869-86ee7c4d98be Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-19 05:26:46,187 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/cf050e1d-9fd2-488a-be23-899b1eb0a62c/os-extra_specs used request id req-a5017293-b6cd-442d-8869-86ee7c4d98be 2018-07-19 05:26:46,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/cf050e1d-9fd2-488a-be23-899b1eb0a62c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2e9a3399a097de4b1804909d2da108bf94c169" 2018-07-19 05:26:46,236 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:26:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-74825804-e1b9-406d-b171-b3ec705ced10 x-compute-request-id: req-74825804-e1b9-406d-b171-b3ec705ced10 Content-Length: 0 Content-Type: application/json 2018-07-19 05:26:46,236 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/cf050e1d-9fd2-488a-be23-899b1eb0a62c used request id req-74825804-e1b9-406d-b171-b3ec705ced10 2018-07-19 05:26:46,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2e9a3399a097de4b1804909d2da108bf94c169" 2018-07-19 05:26:46,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7f484473-fdd5-4a92-90b9-f05c714f0bd6 x-compute-request-id: req-7f484473-fdd5-4a92-90b9-f05c714f0bd6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-07-19 05:26:46,260 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-7f484473-fdd5-4a92-90b9-f05c714f0bd6 2018-07-19 05:26:46,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/cf050e1d-9fd2-488a-be23-899b1eb0a62c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93da9cdd7f83d32f1283b77dc28cf1819cfc798" 2018-07-19 05:26:46,277 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:26:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1b25ea25-89a6-4f55-abe2-d7c450028401 x-compute-request-id: req-1b25ea25-89a6-4f55-abe2-d7c450028401 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor cf050e1d-9fd2-488a-be23-899b1eb0a62c could not be found.", "code": 404}} 2018-07-19 05:26:46,278 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/cf050e1d-9fd2-488a-be23-899b1eb0a62c used request id req-1b25ea25-89a6-4f55-abe2-d7c450028401 2018-07-19 05:26:46,279 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:26:46,280 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:26:46,281 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:26:46,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:26:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["0U-76xGBRDeDnDJWixuspw"], "issued_at": "2018-07-19T05:26:46.000000Z"}} 2018-07-19 05:26:46,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac84b966b2be043fa90c935a87c046280825df05" 2018-07-19 05:26:46,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a44c2e37-0294-4c45-a241-d7904e8ce5a0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:26:46,791 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a44c2e37-0294-4c45-a241-d7904e8ce5a0 2018-07-19 05:26:46,792 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:26:46,797 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac84b966b2be043fa90c935a87c046280825df05" 2018-07-19 05:26:46,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c8ac5d8a-6635-40d8-8898-f2e11e81a147 x-compute-request-id: req-c8ac5d8a-6635-40d8-8898-f2e11e81a147 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-07-19 05:26:46,998 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c8ac5d8a-6635-40d8-8898-f2e11e81a147 2018-07-19 05:26:47,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac84b966b2be043fa90c935a87c046280825df05" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-f78a93fb-24b2-435d-99d8-f7390f329d59name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-07-19 05:26:47,043 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-66bd9255-4abf-4a18-ac94-ef83f5429286 x-compute-request-id: req-66bd9255-4abf-4a18-ac94-ef83f5429286 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-f78a93fb-24b2-435d-99d8-f7390f329d59name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e2799ead-a9b1-4df8-8227-88766135a035", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e2799ead-a9b1-4df8-8227-88766135a035", "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": "e2799ead-a9b1-4df8-8227-88766135a035"}} 2018-07-19 05:26:47,043 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-66bd9255-4abf-4a18-ac94-ef83f5429286 2018-07-19 05:26:47,044 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:26:47,452 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:26:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["UYvNsKzmQHeflJ57I61n-g"], "issued_at": "2018-07-19T05:26:47.000000Z"}} 2018-07-19 05:26:47,454 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/e2799ead-a9b1-4df8-8227-88766135a035 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22c60135d0af10fb9929c5e8838d0b521f9e4f9" 2018-07-19 05:26:47,685 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e81ea9ef-bce5-4cf4-acde-dba262c0692c x-compute-request-id: req-e81ea9ef-bce5-4cf4-acde-dba262c0692c Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-f78a93fb-24b2-435d-99d8-f7390f329d59name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e2799ead-a9b1-4df8-8227-88766135a035", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e2799ead-a9b1-4df8-8227-88766135a035", "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": "e2799ead-a9b1-4df8-8227-88766135a035"}} 2018-07-19 05:26:47,686 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/e2799ead-a9b1-4df8-8227-88766135a035 used request id req-e81ea9ef-bce5-4cf4-acde-dba262c0692c 2018-07-19 05:26:47,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/e2799ead-a9b1-4df8-8227-88766135a035/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22c60135d0af10fb9929c5e8838d0b521f9e4f9" 2018-07-19 05:26:47,709 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-d3ba6353-62dc-436a-aa72-a28dcbe9d154 x-compute-request-id: req-d3ba6353-62dc-436a-aa72-a28dcbe9d154 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-19 05:26:47,709 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/e2799ead-a9b1-4df8-8227-88766135a035/os-extra_specs used request id req-d3ba6353-62dc-436a-aa72-a28dcbe9d154 2018-07-19 05:26:47,709 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:26:47,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:26:48,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:26:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["27YwquSnTpCRVd3CrWe80g"], "issued_at": "2018-07-19T05:26:48.000000Z"}} 2018-07-19 05:26:48,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78939f86117e5f1f183de82e4ed05d1655745e06" 2018-07-19 05:26:48,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dfbe386-7b52-40d5-968e-b9302457ddb3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:26:48,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4dfbe386-7b52-40d5-968e-b9302457ddb3 2018-07-19 05:26:48,221 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:26:48,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78939f86117e5f1f183de82e4ed05d1655745e06" 2018-07-19 05:26:48,445 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3fb388d2-472a-4fcc-be0f-e46c7f16beb5 x-compute-request-id: req-3fb388d2-472a-4fcc-be0f-e46c7f16beb5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2799ead-a9b1-4df8-8227-88766135a035", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e2799ead-a9b1-4df8-8227-88766135a035", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e2799ead-a9b1-4df8-8227-88766135a035", "rel": "bookmark"}], "name": "CreateFlavorTests-f78a93fb-24b2-435d-99d8-f7390f329d59name"}]} 2018-07-19 05:26:48,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3fb388d2-472a-4fcc-be0f-e46c7f16beb5 2018-07-19 05:26:48,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/e2799ead-a9b1-4df8-8227-88766135a035 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78939f86117e5f1f183de82e4ed05d1655745e06" 2018-07-19 05:26:48,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-424cbadb-cac5-4254-943a-0b36b2cdb0b2 x-compute-request-id: req-424cbadb-cac5-4254-943a-0b36b2cdb0b2 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-f78a93fb-24b2-435d-99d8-f7390f329d59name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e2799ead-a9b1-4df8-8227-88766135a035", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e2799ead-a9b1-4df8-8227-88766135a035", "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": "e2799ead-a9b1-4df8-8227-88766135a035"}} 2018-07-19 05:26:48,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/e2799ead-a9b1-4df8-8227-88766135a035 used request id req-424cbadb-cac5-4254-943a-0b36b2cdb0b2 2018-07-19 05:26:48,470 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-f78a93fb-24b2-435d-99d8-f7390f329d59name 2018-07-19 05:26:48,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/e2799ead-a9b1-4df8-8227-88766135a035 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac84b966b2be043fa90c935a87c046280825df05" 2018-07-19 05:26:48,512 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:26:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-01c6f641-9011-4358-b3fb-f385f141c5d9 x-compute-request-id: req-01c6f641-9011-4358-b3fb-f385f141c5d9 Content-Length: 0 Content-Type: application/json 2018-07-19 05:26:48,512 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e2799ead-a9b1-4df8-8227-88766135a035 used request id req-01c6f641-9011-4358-b3fb-f385f141c5d9 2018-07-19 05:26:48,514 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-19 05:26:48,514 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:26:48,515 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:26:48,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:26:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["t0RL03eHQBWBWrRGIod7AA"], "issued_at": "2018-07-19T05:26:48.000000Z"}} 2018-07-19 05:26:48,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7a90f279fb0627bd87e86855dcc4da42481c1e3" 2018-07-19 05:26:48,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f0b3f6c-c9e5-4f3a-91b6-67c5a530acc9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:26:48,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9f0b3f6c-c9e5-4f3a-91b6-67c5a530acc9 2018-07-19 05:26:48,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7a90f279fb0627bd87e86855dcc4da42481c1e3" 2018-07-19 05:26:49,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-67ff07e2-df2d-4f57-a538-a336ddf8001d Date: Thu, 19 Jul 2018 05:26:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-image"} 2018-07-19 05:26:49,146 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-image used request id req-67ff07e2-df2d-4f57-a538-a336ddf8001d 2018-07-19 05:26:49,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7a90f279fb0627bd87e86855dcc4da42481c1e3" 2018-07-19 05:26:49,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-fe300947-8d4a-4883-9e10-bfe7aa00f4fd Date: Thu, 19 Jul 2018 05:26:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-19 05:26:49,430 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-fe300947-8d4a-4883-9e10-bfe7aa00f4fd 2018-07-19 05:26:49,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b7a90f279fb0627bd87e86855dcc4da42481c1e3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-image"}' 2018-07-19 05:26:49,705 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/2302d5ff-1a3a-4736-86c2-7439b0cdda0a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-08e53cef-7afc-4506-a68b-6c3a2d623193 Date: Thu, 19 Jul 2018 05:26:49 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:26:49Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-19T05:26:49Z", "visibility": "shared", "locations": [], "self": "/v2/images/2302d5ff-1a3a-4736-86c2-7439b0cdda0a", "min_disk": 0, "protected": false, "id": "2302d5ff-1a3a-4736-86c2-7439b0cdda0a", "file": "/v2/images/2302d5ff-1a3a-4736-86c2-7439b0cdda0a/file", "checksum": null, "owner": "c9003101a9994c308fccde61f611d998", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-19 05:26:49,705 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-08e53cef-7afc-4506-a68b-6c3a2d623193 2018-07-19 05:26:49,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/2302d5ff-1a3a-4736-86c2-7439b0cdda0a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7a90f279fb0627bd87e86855dcc4da42481c1e3" -d '' 2018-07-19 05:26:50,179 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-970becd0-3da5-4722-bd81-73a7a2f16708 Date: Thu, 19 Jul 2018 05:26:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:26:50,179 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/2302d5ff-1a3a-4736-86c2-7439b0cdda0a/file used request id req-970becd0-3da5-4722-bd81-73a7a2f16708 2018-07-19 05:26:50,180 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-19 05:26:50,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/2302d5ff-1a3a-4736-86c2-7439b0cdda0a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7a90f279fb0627bd87e86855dcc4da42481c1e3" 2018-07-19 05:26:50,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-04dd1769-6bd8-42bb-ac2c-3a75d7ffd258 Date: Thu, 19 Jul 2018 05:26:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:26:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-19T05:26:50Z", "visibility": "shared", "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/2302d5ff-1a3a-4736-86c2-7439b0cdda0a/snap", "metadata": {}}], "self": "/v2/images/2302d5ff-1a3a-4736-86c2-7439b0cdda0a", "min_disk": 0, "protected": false, "id": "2302d5ff-1a3a-4736-86c2-7439b0cdda0a", "file": "/v2/images/2302d5ff-1a3a-4736-86c2-7439b0cdda0a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9003101a9994c308fccde61f611d998", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/2302d5ff-1a3a-4736-86c2-7439b0cdda0a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-19 05:26:50,204 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/2302d5ff-1a3a-4736-86c2-7439b0cdda0a used request id req-04dd1769-6bd8-42bb-ac2c-3a75d7ffd258 2018-07-19 05:26:50,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7a90f279fb0627bd87e86855dcc4da42481c1e3" 2018-07-19 05:26:50,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c6cadb1d-321f-4ef5-9095-bb4a9071021d Date: Thu, 19 Jul 2018 05:26: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-07-19 05:26:50,401 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-c6cadb1d-321f-4ef5-9095-bb4a9071021d 2018-07-19 05:26:50,403 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-image 2018-07-19 05:26:50,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/2302d5ff-1a3a-4736-86c2-7439b0cdda0a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7a90f279fb0627bd87e86855dcc4da42481c1e3" 2018-07-19 05:26:50,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-7878ef5b-24c7-40f3-b547-3fd7aa44be62 Date: Thu, 19 Jul 2018 05:26:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:26:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-19T05:26:50Z", "visibility": "shared", "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/2302d5ff-1a3a-4736-86c2-7439b0cdda0a/snap", "metadata": {}}], "self": "/v2/images/2302d5ff-1a3a-4736-86c2-7439b0cdda0a", "min_disk": 0, "protected": false, "id": "2302d5ff-1a3a-4736-86c2-7439b0cdda0a", "file": "/v2/images/2302d5ff-1a3a-4736-86c2-7439b0cdda0a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9003101a9994c308fccde61f611d998", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/2302d5ff-1a3a-4736-86c2-7439b0cdda0a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-19 05:26:50,421 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/2302d5ff-1a3a-4736-86c2-7439b0cdda0a used request id req-7878ef5b-24c7-40f3-b547-3fd7aa44be62 2018-07-19 05:26:50,422 - create_image - DEBUG - Instance status is - active 2018-07-19 05:26:50,422 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-image 2018-07-19 05:26:50,422 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-image 2018-07-19 05:26:50,422 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:26:50,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:26:50,818 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:26:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["0qA9bkjARiC19X6QDkam6A"], "issued_at": "2018-07-19T05:26:50.000000Z"}} 2018-07-19 05:26:50,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf064a3bcb0809c2841ee03bdf0ba25fb5c82326" 2018-07-19 05:26:50,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5266b5b1-a419-42ba-8c79-5eae17ec174f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:26:50,921 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5266b5b1-a419-42ba-8c79-5eae17ec174f 2018-07-19 05:26:50,922 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:26:50,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf064a3bcb0809c2841ee03bdf0ba25fb5c82326" 2018-07-19 05:26:51,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d924cfff-a4d4-4684-8aa8-a588b27883f9 x-compute-request-id: req-d924cfff-a4d4-4684-8aa8-a588b27883f9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-07-19 05:26:51,128 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d924cfff-a4d4-4684-8aa8-a588b27883f9 2018-07-19 05:26:51,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf064a3bcb0809c2841ee03bdf0ba25fb5c82326" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-07-19 05:26:51,212 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26: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-cadebe94-933b-4e20-9cbe-34a7379e1c6e x-compute-request-id: req-cadebe94-933b-4e20-9cbe-34a7379e1c6e Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-flavor", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a29a9460-90bb-43d7-9981-893749ad2e35", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a29a9460-90bb-43d7-9981-893749ad2e35", "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": "a29a9460-90bb-43d7-9981-893749ad2e35"}} 2018-07-19 05:26:51,212 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-cadebe94-933b-4e20-9cbe-34a7379e1c6e 2018-07-19 05:26:51,214 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-19 05:26:51,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:26:51,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:26:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["1A7jScy7R6ajHjHBTjUqjA"], "issued_at": "2018-07-19T05:26:51.000000Z"}} 2018-07-19 05:26:51,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-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-8bd864a6-254d-49f4-a401-48293d113eb3-net", "inst_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-flavor"}}' 2018-07-19 05:26:54,971 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:26:51 GMT Server: Apache x-openstack-request-id: req-0ef3eb8c-ec13-4e05-b4f1-ee139ea99d57 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "self"}]}} 2018-07-19 05:26:54,971 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks used request id req-0ef3eb8c-ec13-4e05-b4f1-ee139ea99d57 2018-07-19 05:26:54,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:26:55,822 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:26:54 GMT Server: Apache x-openstack-request-id: req-c864a559-673d-41da-bcdb-91520a111172 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:26:56,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:55 GMT Server: Apache x-openstack-request-id: req-f7d878a6-9079-4fe5-8db2-382d0f532fa8 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-image", "inst_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1", "stack_user_project_id": "b20a6515fb6841b09318651fd18688ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:26:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:26:56,589 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 used request id req-f7d878a6-9079-4fe5-8db2-382d0f532fa8 2018-07-19 05:26:56,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks?stack_name=HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:26:57,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:56 GMT Server: Apache x-openstack-request-id: req-35c736fe-e63b-4e05-8f17-002d2b62c488 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-8bd864a6-254d-49f4-a401-48293d113eb3-stack1", "stack_user_project_id": "b20a6515fb6841b09318651fd18688ed", "deletion_time": null, "creation_time": "2018-07-19T05:26:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "self"}], "updated_time": null, "project": "c9003101a9994c308fccde61f611d998", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "tags": null}]} 2018-07-19 05:26:57,326 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks?stack_name=HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1 used request id req-35c736fe-e63b-4e05-8f17-002d2b62c488 2018-07-19 05:26:57,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks?stack_name=HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:26:58,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:57 GMT Server: Apache x-openstack-request-id: req-bbd1b103-bbf8-4552-822a-22a1152034e5 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-8bd864a6-254d-49f4-a401-48293d113eb3-stack1", "stack_user_project_id": "b20a6515fb6841b09318651fd18688ed", "deletion_time": null, "creation_time": "2018-07-19T05:26:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "self"}], "updated_time": null, "project": "c9003101a9994c308fccde61f611d998", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "tags": null}]} 2018-07-19 05:26:58,083 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks?stack_name=HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1 used request id req-bbd1b103-bbf8-4552-822a-22a1152034e5 2018-07-19 05:26:58,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:26:58,816 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:26:58 GMT Server: Apache x-openstack-request-id: req-bd9701f7-c837-4bf9-9c1c-06ad46e6a6bc Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:26:58,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:58 GMT Server: Apache x-openstack-request-id: req-61921765-10cc-49a7-b873-b2fd19d565ef 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-image", "inst_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1", "stack_user_project_id": "b20a6515fb6841b09318651fd18688ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:26:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:26:58,892 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 used request id req-61921765-10cc-49a7-b873-b2fd19d565ef 2018-07-19 05:26:58,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:26:59,621 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:26:58 GMT Server: Apache x-openstack-request-id: req-62845c3d-63bb-48a7-b490-72faa5b4f35d Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:00,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:26:59 GMT Server: Apache x-openstack-request-id: req-bcd013fb-9cbc-4fdd-a251-bc0789096380 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.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-07-19T05:26:54Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-19T05:26:54Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "d8f895d8-d222-4874-9932-69127a71f07e", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-07-19T05:26:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-19T05:26:55Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "216034a5-f5b4-4da7-9fe8-89d4ca43236d", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-07-19T05:26:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-19T05:26:55Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "d5ca6285-4f56-4098-9b06-608e61b47982", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-07-19T05:26:54Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-07-19T05:26:54Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-07-19 05:27:00,368 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources used request id req-bcd013fb-9cbc-4fdd-a251-bc0789096380 2018-07-19 05:27:00,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:27:01,118 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:00 GMT Server: Apache x-openstack-request-id: req-293ebb64-0055-489e-b3bc-788416d00164 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:01,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:01 GMT Server: Apache x-openstack-request-id: req-29486c1f-5097-4b1c-87d1-818e5fc6e3bd 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-image", "inst_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1", "stack_user_project_id": "b20a6515fb6841b09318651fd18688ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:26:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:27:01,865 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 used request id req-29486c1f-5097-4b1c-87d1-818e5fc6e3bd 2018-07-19 05:27:01,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:27:02,591 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:01 GMT Server: Apache x-openstack-request-id: req-ca7ca820-eba7-4402-870a-ccd36017d2e4 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:03,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:02 GMT Server: Apache x-openstack-request-id: req-1521aa05-5f05-42bd-80fa-e2e2e502647e 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-image", "inst_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1", "stack_user_project_id": "b20a6515fb6841b09318651fd18688ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:26:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:27:03,349 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 used request id req-1521aa05-5f05-42bd-80fa-e2e2e502647e 2018-07-19 05:27:06,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:27:07,072 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:06 GMT Server: Apache x-openstack-request-id: req-8da30fb4-facf-4994-a5a7-6719705a001a Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:07,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:07 GMT Server: Apache x-openstack-request-id: req-8688c579-3f49-4c46-9717-05cf94d9355c 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-image", "inst_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1", "stack_user_project_id": "b20a6515fb6841b09318651fd18688ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:26:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:27:07,825 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 used request id req-8688c579-3f49-4c46-9717-05cf94d9355c 2018-07-19 05:27:10,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:27:11,571 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:10 GMT Server: Apache x-openstack-request-id: req-f47f4a7d-cad6-4923-b855-7e305c9343a5 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:11,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:11 GMT Server: Apache x-openstack-request-id: req-a272cfaf-a668-4c10-9820-53df4998df52 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-image", "inst_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1", "stack_user_project_id": "b20a6515fb6841b09318651fd18688ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:26:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:27:11,647 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 used request id req-a272cfaf-a668-4c10-9820-53df4998df52 2018-07-19 05:27:14,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:27:15,378 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:14 GMT Server: Apache x-openstack-request-id: req-94c48980-2ee6-414b-9151-d9f2445dc9a3 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:16,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:15 GMT Server: Apache x-openstack-request-id: req-c530ff5c-8c45-4239-b956-da60a448c36b 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-image", "inst_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1", "stack_user_project_id": "b20a6515fb6841b09318651fd18688ed", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-19T05:26:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:27:16,138 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 used request id req-c530ff5c-8c45-4239-b956-da60a448c36b 2018-07-19 05:27:16,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:27:16,949 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:16 GMT Server: Apache x-openstack-request-id: req-8a892b8f-7773-4b6d-aa7e-97069ce86406 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:17,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:16 GMT Server: Apache x-openstack-request-id: req-c80844a8-d896-4e3e-b554-5c147bf2df4a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 588 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-07-19T05:26:54Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-19T05:26:54Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "d8f895d8-d222-4874-9932-69127a71f07e", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-07-19T05:26:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-19T05:26:55Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "216034a5-f5b4-4da7-9fe8-89d4ca43236d", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-07-19T05:26:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-19T05:26:55Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "d5ca6285-4f56-4098-9b06-608e61b47982", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-07-19T05:26:54Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-19T05:26:54Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a46bdb84-5e9f-4ffd-9faf-69ede87d192c", "resource_type": "OS::Nova::Server"}]} 2018-07-19 05:27:17,029 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources used request id req-c80844a8-d896-4e3e-b554-5c147bf2df4a 2018-07-19 05:27:17,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d5ca6285-4f56-4098-9b06-608e61b47982 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:27:17,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 773 X-Openstack-Request-Id: req-b426467f-0092-4e40-8fc6-edd51790cac4 Date: Thu, 19 Jul 2018 05:27:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d5ca6285-4f56-4098-9b06-608e61b47982","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["216034a5-f5b4-4da7-9fe8-89d4ca43236d"],"description":"","tags":[],"updated_at":"2018-07-19T05:26:57Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:26:55Z","provider:network_type":"vxlan"}]} 2018-07-19 05:27:17,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d5ca6285-4f56-4098-9b06-608e61b47982 used request id req-b426467f-0092-4e40-8fc6-edd51790cac4 2018-07-19 05:27:17,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d5ca6285-4f56-4098-9b06-608e61b47982 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:27:17,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-f7b36b7f-4303-403d-a92f-726283705a97 Date: Thu, 19 Jul 2018 05:27:17 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:26:57Z","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":"216034a5-f5b4-4da7-9fe8-89d4ca43236d","dns_nameservers":[],"gateway_ip":"10.0.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.0.0.0/24","subnetpool_id":null,"service_types":[],"name":"HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-subnet","enable_dhcp":true,"segment_id":null,"network_id":"d5ca6285-4f56-4098-9b06-608e61b47982","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:26:57Z","ip_version":4}]} 2018-07-19 05:27:17,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d5ca6285-4f56-4098-9b06-608e61b47982 used request id req-f7b36b7f-4303-403d-a92f-726283705a97 2018-07-19 05:27:17,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d5ca6285-4f56-4098-9b06-608e61b47982 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:27:17,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-b3521088-0174-4768-a90c-b28654eed64f Date: Thu, 19 Jul 2018 05:27:17 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:26:57Z","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":"216034a5-f5b4-4da7-9fe8-89d4ca43236d","dns_nameservers":[],"gateway_ip":"10.0.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.0.0.0/24","subnetpool_id":null,"service_types":[],"name":"HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-subnet","enable_dhcp":true,"segment_id":null,"network_id":"d5ca6285-4f56-4098-9b06-608e61b47982","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:26:57Z","ip_version":4}]} 2018-07-19 05:27:17,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d5ca6285-4f56-4098-9b06-608e61b47982 used request id req-b3521088-0174-4768-a90c-b28654eed64f 2018-07-19 05:27:17,403 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:27:17,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:27:17,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc0ad7e5-e34c-45fc-8dd9-dc3652b1a8ba Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:27:17,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fc0ad7e5-e34c-45fc-8dd9-dc3652b1a8ba 2018-07-19 05:27:17,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:27:17,546 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:17 GMT Server: Apache x-openstack-request-id: req-b9efab0f-6f4c-448d-b49f-da153e3fa060 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:17,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:17 GMT Server: Apache x-openstack-request-id: req-f205fabd-e5b5-416a-b62c-8c04b4a92e55 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 588 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-07-19T05:26:54Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-19T05:26:54Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "d8f895d8-d222-4874-9932-69127a71f07e", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-07-19T05:26:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-19T05:26:55Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "216034a5-f5b4-4da7-9fe8-89d4ca43236d", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-07-19T05:26:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-19T05:26:55Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "d5ca6285-4f56-4098-9b06-608e61b47982", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-07-19T05:26:54Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-19T05:26:54Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a46bdb84-5e9f-4ffd-9faf-69ede87d192c", "resource_type": "OS::Nova::Server"}]} 2018-07-19 05:27:17,623 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources used request id req-f205fabd-e5b5-416a-b62c-8c04b4a92e55 2018-07-19 05:27:17,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a46bdb84-5e9f-4ffd-9faf-69ede87d192c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:27:18,343 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27: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-1558f4f4-36b5-44c4-be1a-463a343ce3b0 x-compute-request-id: req-1558f4f4-36b5-44c4-be1a-463a343ce3b0 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:bd:29", "version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a46bdb84-5e9f-4ffd-9faf-69ede87d192c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a46bdb84-5e9f-4ffd-9faf-69ede87d192c", "rel": "bookmark"}], "image": {"id": "2302d5ff-1a3a-4736-86c2-7439b0cdda0a", "links": [{"href": "http://172.30.9.28:8774/images/2302d5ff-1a3a-4736-86c2-7439b0cdda0a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000002c", "OS-SRV-USG:launched_at": "2018-07-19T05:27:12.000000", "flavor": {"id": "a29a9460-90bb-43d7-9981-893749ad2e35", "links": [{"href": "http://172.30.9.28:8774/flavors/a29a9460-90bb-43d7-9981-893749ad2e35", "rel": "bookmark"}]}, "id": "a46bdb84-5e9f-4ffd-9faf-69ede87d192c", "security_groups": [{"name": "default"}], "user_id": "fb99eb42722e4e6e958115280f3435be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-19T05:27:12Z", "hostId": "054549a9eb6bddce4ca805801a1834546fe3eba403df2526748aadb6", "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-8bd864a6-254d-49f4-a401-48293d113eb3-inst", "created": "2018-07-19T05:27:03Z", "tenant_id": "c9003101a9994c308fccde61f611d998", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-19 05:27:18,343 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a46bdb84-5e9f-4ffd-9faf-69ede87d192c used request id req-1558f4f4-36b5-44c4-be1a-463a343ce3b0 2018-07-19 05:27:18,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:27:18,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 773 X-Openstack-Request-Id: req-97f0dcec-0166-47b0-8a13-c407fcebeb32 Date: Thu, 19 Jul 2018 05:27:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d5ca6285-4f56-4098-9b06-608e61b47982","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"c9003101a9994c308fccde61f611d998","l2_adjacency":true,"status":"ACTIVE","subnets":["216034a5-f5b4-4da7-9fe8-89d4ca43236d"],"description":"","tags":[],"updated_at":"2018-07-19T05:26:57Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-net","admin_state_up":true,"tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:26:55Z","provider:network_type":"vxlan"}]} 2018-07-19 05:27:18,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-net used request id req-97f0dcec-0166-47b0-8a13-c407fcebeb32 2018-07-19 05:27:18,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:27:18,637 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:27:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a007ca2c-fe20-4873-9c89-df4b37c0e6b6 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:27:18,637 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-a007ca2c-fe20-4873-9c89-df4b37c0e6b6 2018-07-19 05:27:18,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:27:18,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c29877f7-e267-4bc6-af23-e71458f54d25 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:27:18,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-c29877f7-e267-4bc6-af23-e71458f54d25 2018-07-19 05:27:18,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d5ca6285-4f56-4098-9b06-608e61b47982 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:27:18,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-7cc037d5-5030-499a-9101-c025e6533dac Date: Thu, 19 Jul 2018 05:27:18 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-19T05:26:57Z","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":"216034a5-f5b4-4da7-9fe8-89d4ca43236d","dns_nameservers":[],"gateway_ip":"10.0.0.1","project_id":"c9003101a9994c308fccde61f611d998","description":"","tags":[],"cidr":"10.0.0.0/24","subnetpool_id":null,"service_types":[],"name":"HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-subnet","enable_dhcp":true,"segment_id":null,"network_id":"d5ca6285-4f56-4098-9b06-608e61b47982","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:26:57Z","ip_version":4}]} 2018-07-19 05:27:18,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d5ca6285-4f56-4098-9b06-608e61b47982 used request id req-7cc037d5-5030-499a-9101-c025e6533dac 2018-07-19 05:27:18,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=d5ca6285-4f56-4098-9b06-608e61b47982 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:27:19,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4021 X-Openstack-Request-Id: req-c739eeec-f05d-4b05-b19c-8a2031a97942 Date: Thu, 19 Jul 2018 05:27:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:26:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"216034a5-f5b4-4da7-9fe8-89d4ca43236d","ip_address":"10.0.0.2"}],"id":"434c662d-f2b3-423f-a602-b175cbb49492","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:d9:5a","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5ca6285-4f56-4098-9b06-608e61b47982","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:26:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d5ca6285-4f56-4098-9b06-608e61b47982","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:27:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"216034a5-f5b4-4da7-9fe8-89d4ca43236d","ip_address":"10.0.0.3"}],"id":"6fc23a81-7f95-4869-9404-63651bb35b7f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e7:41:72","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5ca6285-4f56-4098-9b06-608e61b47982","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:26:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d5ca6285-4f56-4098-9b06-608e61b47982","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:27:02Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"216034a5-f5b4-4da7-9fe8-89d4ca43236d","ip_address":"10.0.0.4"}],"id":"9f107c04-d301-4be6-8a5b-421b008aa0cc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:57:8e:c3","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5ca6285-4f56-4098-9b06-608e61b47982","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:26:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d5ca6285-4f56-4098-9b06-608e61b47982","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T05:27:12Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"216034a5-f5b4-4da7-9fe8-89d4ca43236d","ip_address":"10.0.0.5"}],"id":"d8f895d8-d222-4874-9932-69127a71f07e","security_groups":["4559a24c-60fb-4fe0-956a-65a3e60a451a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4d:bd:29","project_id":"c9003101a9994c308fccde61f611d998","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1-server1_port-ccnvzite6kos","admin_state_up":true,"network_id":"d5ca6285-4f56-4098-9b06-608e61b47982","tenant_id":"c9003101a9994c308fccde61f611d998","created_at":"2018-07-19T05:26:58Z","binding:vnic_type":"normal","device_id":"a46bdb84-5e9f-4ffd-9faf-69ede87d192c","ip_allocation":"immediate"}]} 2018-07-19 05:27:19,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=d5ca6285-4f56-4098-9b06-608e61b47982 used request id req-c739eeec-f05d-4b05-b19c-8a2031a97942 2018-07-19 05:27:19,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:27:19,107 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:19 GMT Server: Apache x-openstack-request-id: req-abeffe21-2e4b-4233-a261-48524a61700f Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:19,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:19 GMT Server: Apache x-openstack-request-id: req-9fb21652-1e49-4405-b44f-927b10f1dedb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 588 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-07-19T05:26:54Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-19T05:26:54Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "d8f895d8-d222-4874-9932-69127a71f07e", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-07-19T05:26:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-19T05:26:55Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "216034a5-f5b4-4da7-9fe8-89d4ca43236d", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-07-19T05:26:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-19T05:26:55Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "d5ca6285-4f56-4098-9b06-608e61b47982", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-07-19T05:26:54Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-19T05:26:54Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a46bdb84-5e9f-4ffd-9faf-69ede87d192c", "resource_type": "OS::Nova::Server"}]} 2018-07-19 05:27:19,184 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744/resources used request id req-9fb21652-1e49-4405-b44f-927b10f1dedb 2018-07-19 05:27:19,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea5e4084fadba876ed992139e2a230b76652482" 2018-07-19 05:27:19,231 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:19 GMT Server: Apache x-openstack-request-id: req-6f77d899-02a5-471d-b2a9-5bbfbcd07f11 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:19,305 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:27:19 GMT Server: Apache x-openstack-request-id: req-3852ac00-f25c-49ce-9813-1c66d4afbf01 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:27:19,306 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-stack1/6e529b2e-01bc-4689-ab6f-f8ab4a2ab744 used request id req-3852ac00-f25c-49ce-9813-1c66d4afbf01 2018-07-19 05:27:19,306 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-8bd864a6-254d-49f4-a401-48293d113eb3-image 2018-07-19 05:27:19,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/2302d5ff-1a3a-4736-86c2-7439b0cdda0a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7a90f279fb0627bd87e86855dcc4da42481c1e3" 2018-07-19 05:27:19,998 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e4dc4b1c-1e9f-4755-9707-2502320023b3 Date: Thu, 19 Jul 2018 05:27:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:27:19,998 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/2302d5ff-1a3a-4736-86c2-7439b0cdda0a used request id req-e4dc4b1c-1e9f-4755-9707-2502320023b3 2018-07-19 05:27:20,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/a29a9460-90bb-43d7-9981-893749ad2e35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf064a3bcb0809c2841ee03bdf0ba25fb5c82326" 2018-07-19 05:27:20,093 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:27:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-29b741ae-31bd-4134-a2d1-f998cb06a5b3 x-compute-request-id: req-29b741ae-31bd-4134-a2d1-f998cb06a5b3 Content-Length: 0 Content-Type: application/json 2018-07-19 05:27:20,093 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/a29a9460-90bb-43d7-9981-893749ad2e35 used request id req-29b741ae-31bd-4134-a2d1-f998cb06a5b3 2018-07-19 05:27:20,095 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-19 05:27:20,095 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:27:20,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:27:20,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:27:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["dWuqIq7yTRywbBLwxUk-eQ"], "issued_at": "2018-07-19T05:27:20.000000Z"}} 2018-07-19 05:27:20,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b21528caaf35a64e9010c6ea3cfcff1bf43bf762" 2018-07-19 05:27:20,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89444d0b-ef03-441b-b9b3-8c4bf2d63f41 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:27:20,621 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-89444d0b-ef03-441b-b9b3-8c4bf2d63f41 2018-07-19 05:27:20,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b21528caaf35a64e9010c6ea3cfcff1bf43bf762" 2018-07-19 05:27:20,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-c5c5fb1d-1fa6-4085-baee-f7ec33adcaa1 Date: Thu, 19 Jul 2018 05:27:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image"} 2018-07-19 05:27:20,832 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image used request id req-c5c5fb1d-1fa6-4085-baee-f7ec33adcaa1 2018-07-19 05:27:20,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b21528caaf35a64e9010c6ea3cfcff1bf43bf762" 2018-07-19 05:27:21,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-918f9f4a-8184-487e-8d53-3218123a53fa Date: Thu, 19 Jul 2018 05:27: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-07-19 05:27:21,021 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-918f9f4a-8184-487e-8d53-3218123a53fa 2018-07-19 05:27:21,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b21528caaf35a64e9010c6ea3cfcff1bf43bf762" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image"}' 2018-07-19 05:27:21,311 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/010e76b4-2695-4a6d-ad77-1e3e92ccaa4a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c1abd438-77ca-4ca9-9b13-3efb7f3772d7 Date: Thu, 19 Jul 2018 05:27:21 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:27:21Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-19T05:27:21Z", "visibility": "shared", "locations": [], "self": "/v2/images/010e76b4-2695-4a6d-ad77-1e3e92ccaa4a", "min_disk": 0, "protected": false, "id": "010e76b4-2695-4a6d-ad77-1e3e92ccaa4a", "file": "/v2/images/010e76b4-2695-4a6d-ad77-1e3e92ccaa4a/file", "checksum": null, "owner": "c9003101a9994c308fccde61f611d998", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-19 05:27:21,311 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-c1abd438-77ca-4ca9-9b13-3efb7f3772d7 2018-07-19 05:27:21,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/010e76b4-2695-4a6d-ad77-1e3e92ccaa4a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b21528caaf35a64e9010c6ea3cfcff1bf43bf762" -d '' 2018-07-19 05:27:22,067 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a8ed45c7-66d9-4520-8c93-379c44b2d69d Date: Thu, 19 Jul 2018 05:27:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:27:22,067 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/010e76b4-2695-4a6d-ad77-1e3e92ccaa4a/file used request id req-a8ed45c7-66d9-4520-8c93-379c44b2d69d 2018-07-19 05:27:22,068 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-19 05:27:22,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/010e76b4-2695-4a6d-ad77-1e3e92ccaa4a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b21528caaf35a64e9010c6ea3cfcff1bf43bf762" 2018-07-19 05:27:22,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-49b92e2f-af7f-42cb-ba21-f09fd696d734 Date: Thu, 19 Jul 2018 05:27:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:27:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-19T05:27:22Z", "visibility": "shared", "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/010e76b4-2695-4a6d-ad77-1e3e92ccaa4a/snap", "metadata": {}}], "self": "/v2/images/010e76b4-2695-4a6d-ad77-1e3e92ccaa4a", "min_disk": 0, "protected": false, "id": "010e76b4-2695-4a6d-ad77-1e3e92ccaa4a", "file": "/v2/images/010e76b4-2695-4a6d-ad77-1e3e92ccaa4a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9003101a9994c308fccde61f611d998", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/010e76b4-2695-4a6d-ad77-1e3e92ccaa4a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-19 05:27:22,284 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/010e76b4-2695-4a6d-ad77-1e3e92ccaa4a used request id req-49b92e2f-af7f-42cb-ba21-f09fd696d734 2018-07-19 05:27:22,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b21528caaf35a64e9010c6ea3cfcff1bf43bf762" 2018-07-19 05:27:22,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-fa2f0dd5-bda7-49bf-bf5b-fe9bf18c4286 Date: Thu, 19 Jul 2018 05:27:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-07-19 05:27:22,558 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-fa2f0dd5-bda7-49bf-bf5b-fe9bf18c4286 2018-07-19 05:27:22,563 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image 2018-07-19 05:27:22,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/010e76b4-2695-4a6d-ad77-1e3e92ccaa4a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b21528caaf35a64e9010c6ea3cfcff1bf43bf762" 2018-07-19 05:27:22,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-86555e96-06b8-42c3-ad96-c9c5adb53828 Date: Thu, 19 Jul 2018 05:27:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image", "tags": [], "container_format": "bare", "created_at": "2018-07-19T05:27:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-19T05:27:22Z", "visibility": "shared", "locations": [{"url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/010e76b4-2695-4a6d-ad77-1e3e92ccaa4a/snap", "metadata": {}}], "self": "/v2/images/010e76b4-2695-4a6d-ad77-1e3e92ccaa4a", "min_disk": 0, "protected": false, "id": "010e76b4-2695-4a6d-ad77-1e3e92ccaa4a", "file": "/v2/images/010e76b4-2695-4a6d-ad77-1e3e92ccaa4a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9003101a9994c308fccde61f611d998", "direct_url": "rbd://e33e62c3-2f32-4273-8c92-2cb75375ce88/images/010e76b4-2695-4a6d-ad77-1e3e92ccaa4a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-19 05:27:22,825 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/010e76b4-2695-4a6d-ad77-1e3e92ccaa4a used request id req-86555e96-06b8-42c3-ad96-c9c5adb53828 2018-07-19 05:27:22,825 - create_image - DEBUG - Instance status is - active 2018-07-19 05:27:22,825 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image 2018-07-19 05:27:22,826 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image 2018-07-19 05:27:22,826 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-19 05:27:22,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:27:23,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:27:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["UfWE6KPMSaShoyMNEHHLJA"], "issued_at": "2018-07-19T05:27:23.000000Z"}} 2018-07-19 05:27:23,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a3dcf7dc85f600a6dc71401b8b48257ae3fc7bc" 2018-07-19 05:27:23,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4b874ac-494a-463c-a182-a94bf6f6c7b7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:27:23,340 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e4b874ac-494a-463c-a182-a94bf6f6c7b7 2018-07-19 05:27:23,341 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:27:23,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a3dcf7dc85f600a6dc71401b8b48257ae3fc7bc" 2018-07-19 05:27:23,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1c4e8ee2-0eea-4724-813b-cef42577699d x-compute-request-id: req-1c4e8ee2-0eea-4724-813b-cef42577699d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-07-19 05:27:23,546 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-1c4e8ee2-0eea-4724-813b-cef42577699d 2018-07-19 05:27:23,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a3dcf7dc85f600a6dc71401b8b48257ae3fc7bc" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-07-19 05:27:23,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27: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-37bb7986-3c6e-4880-8152-810699f18aff x-compute-request-id: req-37bb7986-3c6e-4880-8152-810699f18aff Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-flavor", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/1a5f9838-e407-45f9-b958-71fa6d55788d", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/1a5f9838-e407-45f9-b958-71fa6d55788d", "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": "1a5f9838-e407-45f9-b958-71fa6d55788d"}} 2018-07-19 05:27:23,624 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-37bb7986-3c6e-4880-8152-810699f18aff 2018-07-19 05:27:23,625 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-19 05:27:23,653 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:27:24,088 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:27:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["p5yb6TgtQBKcbxtqcbsElw"], "issued_at": "2018-07-19T05:27:24.000000Z"}} 2018-07-19 05:27:24,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-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-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-net", "inst_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-flavor"}}' 2018-07-19 05:27:27,027 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:27:24 GMT Server: Apache x-openstack-request-id: req-68276440-5ac1-4eff-86a4-520efaa9968d Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "rel": "self"}]}} 2018-07-19 05:27:27,028 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks used request id req-68276440-5ac1-4eff-86a4-520efaa9968d 2018-07-19 05:27:27,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:27:27,910 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:27 GMT Server: Apache x-openstack-request-id: req-004e424a-39c1-4cdc-8133-06ec30bdaeb9 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:28,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:27 GMT Server: Apache x-openstack-request-id: req-31ffdbb1-f1fa-4813-8a58-b09e1a47a1c0 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1", "stack_user_project_id": "681bdc70213540ebb4e2bd9b2e138be9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:27:26Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:27:28,164 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 used request id req-31ffdbb1-f1fa-4813-8a58-b09e1a47a1c0 2018-07-19 05:27:28,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks?stack_name=HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:27:29,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:28 GMT Server: Apache x-openstack-request-id: req-954ff2b1-64c5-49de-bf0d-3c2760bccd3d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1", "stack_user_project_id": "681bdc70213540ebb4e2bd9b2e138be9", "deletion_time": null, "creation_time": "2018-07-19T05:27:26Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "rel": "self"}], "updated_time": null, "project": "c9003101a9994c308fccde61f611d998", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "tags": null}]} 2018-07-19 05:27:29,094 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks?stack_name=HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1 used request id req-954ff2b1-64c5-49de-bf0d-3c2760bccd3d 2018-07-19 05:27:29,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks?stack_name=HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:27:29,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:29 GMT Server: Apache x-openstack-request-id: req-8ff1c2d2-d1f7-462a-9f97-bdd0c0bd6fd4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1", "stack_user_project_id": "681bdc70213540ebb4e2bd9b2e138be9", "deletion_time": null, "creation_time": "2018-07-19T05:27:26Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "rel": "self"}], "updated_time": null, "project": "c9003101a9994c308fccde61f611d998", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "tags": null}]} 2018-07-19 05:27:29,310 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks?stack_name=HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1 used request id req-8ff1c2d2-d1f7-462a-9f97-bdd0c0bd6fd4 2018-07-19 05:27:29,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:27:30,056 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:29 GMT Server: Apache x-openstack-request-id: req-2784502f-3ff4-49f9-9020-958f0ff1b020 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:30,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:30 GMT Server: Apache x-openstack-request-id: req-74159c87-9ea8-4396-9123-751b7391d4ad 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1", "stack_user_project_id": "681bdc70213540ebb4e2bd9b2e138be9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:27:26Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:27:30,841 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 used request id req-74159c87-9ea8-4396-9123-751b7391d4ad 2018-07-19 05:27:30,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:27:31,599 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:30 GMT Server: Apache x-openstack-request-id: req-4ef20991-efeb-47f7-9584-3c69bc36c040 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:31,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:31 GMT Server: Apache x-openstack-request-id: req-f1b195e8-0470-4294-8e04-64817b239391 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1", "stack_user_project_id": "681bdc70213540ebb4e2bd9b2e138be9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:27:26Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:27:31,854 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 used request id req-f1b195e8-0470-4294-8e04-64817b239391 2018-07-19 05:27:34,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:27:34,885 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:34 GMT Server: Apache x-openstack-request-id: req-a997ec04-85f8-4775-94b5-34d77dcb028d Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:35,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:34 GMT Server: Apache x-openstack-request-id: req-04a83399-5bc0-470f-9373-ec1d7b60f201 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1", "stack_user_project_id": "681bdc70213540ebb4e2bd9b2e138be9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:27:26Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:27:35,596 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 used request id req-04a83399-5bc0-470f-9373-ec1d7b60f201 2018-07-19 05:27:38,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:27:38,630 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:38 GMT Server: Apache x-openstack-request-id: req-cb04f886-a270-46f7-9bff-e31b4ff58a79 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:38,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:38 GMT Server: Apache x-openstack-request-id: req-4d65ad8a-69ee-4990-8e8d-efbed864f842 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1", "stack_user_project_id": "681bdc70213540ebb4e2bd9b2e138be9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:27:26Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:27:38,860 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 used request id req-4d65ad8a-69ee-4990-8e8d-efbed864f842 2018-07-19 05:27:41,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:27:41,895 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:41 GMT Server: Apache x-openstack-request-id: req-6f72c391-f4d9-4b10-8858-0df6fcc26a17 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:42,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:41 GMT Server: Apache x-openstack-request-id: req-4908fc01-7326-46fb-a51a-9b45f167ac4f 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1", "stack_user_project_id": "681bdc70213540ebb4e2bd9b2e138be9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:27:26Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:27:42,606 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 used request id req-4908fc01-7326-46fb-a51a-9b45f167ac4f 2018-07-19 05:27:45,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:27:46,333 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:45 GMT Server: Apache x-openstack-request-id: req-3254e50a-0e49-4240-a509-5e2c83932c9e Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:46,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:46 GMT Server: Apache x-openstack-request-id: req-1a42344d-ca18-4895-9299-b048fc170d75 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1", "stack_user_project_id": "681bdc70213540ebb4e2bd9b2e138be9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-19T05:27:26Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:27:46,377 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 used request id req-1a42344d-ca18-4895-9299-b048fc170d75 2018-07-19 05:27:46,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-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-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-net", "inst_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-flavor"}}' 2018-07-19 05:27:48,833 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:27:46 GMT Server: Apache x-openstack-request-id: req-9c635123-06c1-4ba8-a9ad-3955edf25e15 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "c973af12-774a-4d4f-9e9a-dc33920f16c4", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4", "rel": "self"}]}} 2018-07-19 05:27:48,834 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks used request id req-9c635123-06c1-4ba8-a9ad-3955edf25e15 2018-07-19 05:27:48,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/c973af12-774a-4d4f-9e9a-dc33920f16c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:27:49,560 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:48 GMT Server: Apache x-openstack-request-id: req-5405dc75-3df2-4581-b77e-cff7b46d2f63 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:49,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:49 GMT Server: Apache x-openstack-request-id: req-1955f211-351a-4374-bd6b-9d8a6be0c39d 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "c973af12-774a-4d4f-9e9a-dc33920f16c4", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2", "stack_user_project_id": "bcfb01ca59ce45cfa27495dc69117f65", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:27:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c973af12-774a-4d4f-9e9a-dc33920f16c4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:27:49,604 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4 used request id req-1955f211-351a-4374-bd6b-9d8a6be0c39d 2018-07-19 05:27:49,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks?stack_name=HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:27:49,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:49 GMT Server: Apache x-openstack-request-id: req-dddc4aa8-9c05-4468-927a-4e15079c8018 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-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2", "stack_user_project_id": "bcfb01ca59ce45cfa27495dc69117f65", "deletion_time": null, "creation_time": "2018-07-19T05:27:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4", "rel": "self"}], "updated_time": null, "project": "c9003101a9994c308fccde61f611d998", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "c973af12-774a-4d4f-9e9a-dc33920f16c4", "tags": null}]} 2018-07-19 05:27:49,651 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks?stack_name=HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2 used request id req-dddc4aa8-9c05-4468-927a-4e15079c8018 2018-07-19 05:27:49,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks?stack_name=HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:27:49,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:49 GMT Server: Apache x-openstack-request-id: req-0d9272b5-37b9-44b3-98b0-ca66d82d48ff 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-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2", "stack_user_project_id": "bcfb01ca59ce45cfa27495dc69117f65", "deletion_time": null, "creation_time": "2018-07-19T05:27:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4", "rel": "self"}], "updated_time": null, "project": "c9003101a9994c308fccde61f611d998", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "c973af12-774a-4d4f-9e9a-dc33920f16c4", "tags": null}]} 2018-07-19 05:27:49,697 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks?stack_name=HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2 used request id req-0d9272b5-37b9-44b3-98b0-ca66d82d48ff 2018-07-19 05:27:49,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/c973af12-774a-4d4f-9e9a-dc33920f16c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:27:50,386 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:49 GMT Server: Apache x-openstack-request-id: req-b55a41d9-2283-418c-bbfb-d245133ef561 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:50,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:50 GMT Server: Apache x-openstack-request-id: req-33caa34a-28e0-4c44-b48f-7c2d602addb2 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "c973af12-774a-4d4f-9e9a-dc33920f16c4", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2", "stack_user_project_id": "bcfb01ca59ce45cfa27495dc69117f65", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:27:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c973af12-774a-4d4f-9e9a-dc33920f16c4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:27:50,624 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4 used request id req-33caa34a-28e0-4c44-b48f-7c2d602addb2 2018-07-19 05:27:50,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/c973af12-774a-4d4f-9e9a-dc33920f16c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:27:50,655 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:50 GMT Server: Apache x-openstack-request-id: req-cc7827e5-9ccc-4da0-9b2a-64ba92fd6cbb Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:50,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:50 GMT Server: Apache x-openstack-request-id: req-63baadce-a810-4180-8654-8257c420ab7b 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "c973af12-774a-4d4f-9e9a-dc33920f16c4", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2", "stack_user_project_id": "bcfb01ca59ce45cfa27495dc69117f65", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:27:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c973af12-774a-4d4f-9e9a-dc33920f16c4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:27:50,887 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4 used request id req-63baadce-a810-4180-8654-8257c420ab7b 2018-07-19 05:27:53,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/c973af12-774a-4d4f-9e9a-dc33920f16c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:27:54,117 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:53 GMT Server: Apache x-openstack-request-id: req-90611465-de46-4bf3-ac1f-cf0b6307cd43 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:54,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:54 GMT Server: Apache x-openstack-request-id: req-a77f967f-e5b2-48ae-9676-b5a118889894 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "c973af12-774a-4d4f-9e9a-dc33920f16c4", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2", "stack_user_project_id": "bcfb01ca59ce45cfa27495dc69117f65", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:27:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c973af12-774a-4d4f-9e9a-dc33920f16c4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:27:54,195 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4 used request id req-a77f967f-e5b2-48ae-9676-b5a118889894 2018-07-19 05:27:57,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/c973af12-774a-4d4f-9e9a-dc33920f16c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:27:57,403 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:27:57 GMT Server: Apache x-openstack-request-id: req-64d2b7fb-88a8-4920-8f91-9abccd7cc591 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:27:57,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:27:57 GMT Server: Apache x-openstack-request-id: req-985d5e79-1b80-42e5-99ca-e7cc66c8c6bf 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "c973af12-774a-4d4f-9e9a-dc33920f16c4", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2", "stack_user_project_id": "bcfb01ca59ce45cfa27495dc69117f65", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:27:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c973af12-774a-4d4f-9e9a-dc33920f16c4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:27:57,447 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4 used request id req-985d5e79-1b80-42e5-99ca-e7cc66c8c6bf 2018-07-19 05:28:00,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/c973af12-774a-4d4f-9e9a-dc33920f16c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:28:00,667 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:28:00 GMT Server: Apache x-openstack-request-id: req-5b1c3cd7-a69a-4146-9003-0413f4e9eb29 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:28:00,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:00 GMT Server: Apache x-openstack-request-id: req-6b592b9a-0d8f-4b52-bcba-68c87369d17a 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "c973af12-774a-4d4f-9e9a-dc33920f16c4", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2", "stack_user_project_id": "bcfb01ca59ce45cfa27495dc69117f65", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:27:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c973af12-774a-4d4f-9e9a-dc33920f16c4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:28:00,710 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4 used request id req-6b592b9a-0d8f-4b52-bcba-68c87369d17a 2018-07-19 05:28:03,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/c973af12-774a-4d4f-9e9a-dc33920f16c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:28:03,744 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:28:03 GMT Server: Apache x-openstack-request-id: req-76c90a8e-feba-43d9-a7ba-0d85998143a9 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:28:03,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:03 GMT Server: Apache x-openstack-request-id: req-c7d643b7-fe4c-4360-88c3-347c2833400a 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "c973af12-774a-4d4f-9e9a-dc33920f16c4", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2", "stack_user_project_id": "bcfb01ca59ce45cfa27495dc69117f65", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:27:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c973af12-774a-4d4f-9e9a-dc33920f16c4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:28:03,787 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4 used request id req-c7d643b7-fe4c-4360-88c3-347c2833400a 2018-07-19 05:28:06,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/c973af12-774a-4d4f-9e9a-dc33920f16c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:28:06,822 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:28:06 GMT Server: Apache x-openstack-request-id: req-37972c7a-5ec3-4a2b-8fbc-9b936902a9b2 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:28:07,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:06 GMT Server: Apache x-openstack-request-id: req-168baeff-59c6-44f2-ad9b-5900785ea5ad 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "c973af12-774a-4d4f-9e9a-dc33920f16c4", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2", "stack_user_project_id": "bcfb01ca59ce45cfa27495dc69117f65", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-19T05:27:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c973af12-774a-4d4f-9e9a-dc33920f16c4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-19 05:28:07,062 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4 used request id req-168baeff-59c6-44f2-ad9b-5900785ea5ad 2018-07-19 05:28:07,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:28:07,288 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:28:07 GMT Server: Apache x-openstack-request-id: req-9679a8f6-a239-4d26-95f9-d7d3c58c874b Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:28:07,362 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:28:07 GMT Server: Apache x-openstack-request-id: req-943695a6-9c4a-456d-a404-182b1d99e5dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:28:07,362 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack1/85c044df-7f34-4b2e-b67d-7c1cf6ebe1a2 used request id req-943695a6-9c4a-456d-a404-182b1d99e5dd 2018-07-19 05:28:07,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/c973af12-774a-4d4f-9e9a-dc33920f16c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ef534d5a06735b9bd405a6f67e19ac993fc17c" 2018-07-19 05:28:07,391 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:28:07 GMT Server: Apache x-openstack-request-id: req-81a2d877-f2d0-462d-84bf-df4cd7b8f351 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:28:07,465 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:28:07 GMT Server: Apache x-openstack-request-id: req-ee55ef51-2ce0-4e58-9e39-8d07ad0d475c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:28:07,465 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-stack2/c973af12-774a-4d4f-9e9a-dc33920f16c4 used request id req-ee55ef51-2ce0-4e58-9e39-8d07ad0d475c 2018-07-19 05:28:07,466 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-7d4ad655-4c6d-4a08-a6b8-e521683c48ce-image 2018-07-19 05:28:07,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/010e76b4-2695-4a6d-ad77-1e3e92ccaa4a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b21528caaf35a64e9010c6ea3cfcff1bf43bf762" 2018-07-19 05:28:08,087 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b70622ef-c033-45e8-9a3e-9cab1b5b3eb2 Date: Thu, 19 Jul 2018 05:28:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 05:28:08,087 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/010e76b4-2695-4a6d-ad77-1e3e92ccaa4a used request id req-b70622ef-c033-45e8-9a3e-9cab1b5b3eb2 2018-07-19 05:28:08,090 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/1a5f9838-e407-45f9-b958-71fa6d55788d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a3dcf7dc85f600a6dc71401b8b48257ae3fc7bc" 2018-07-19 05:28:08,135 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d274aa5d-93a5-403f-905e-6dbde89fa9ac x-compute-request-id: req-d274aa5d-93a5-403f-905e-6dbde89fa9ac Content-Length: 0 Content-Type: application/json 2018-07-19 05:28:08,135 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/1a5f9838-e407-45f9-b958-71fa6d55788d used request id req-d274aa5d-93a5-403f-905e-6dbde89fa9ac 2018-07-19 05:28:08,137 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-19 05:28:08,137 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:28:08,147 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:28:08,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:28:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["DFmQGxb3RnqDC5KaF65i5w"], "issued_at": "2018-07-19T05:28:08.000000Z"}} 2018-07-19 05:28:08,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38239700d5f26af8f53abf8da25a6781b8bfa92" -d '{"stack_name": "HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-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-07-19 05:28:10,548 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:28:08 GMT Server: Apache x-openstack-request-id: req-d93f3b4f-998b-48a9-8f1c-ab4d34fbc12a Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff", "rel": "self"}]}} 2018-07-19 05:28:10,548 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks used request id req-d93f3b4f-998b-48a9-8f1c-ab4d34fbc12a 2018-07-19 05:28:10,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38239700d5f26af8f53abf8da25a6781b8bfa92" 2018-07-19 05:28:11,285 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:28:10 GMT Server: Apache x-openstack-request-id: req-9333f6ac-4258-4ecd-a1f8-e594363ed411 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:28:11,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:11 GMT Server: Apache x-openstack-request-id: req-9be8c6d0-5219-4146-aa0b-ee2c90d290c8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff", "OS::stack_name": "HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack", "stack_user_project_id": "08cf094e83084824a0ae902e6e2b6414", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-19T05:28:09Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-07-19 05:28:11,504 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff used request id req-9be8c6d0-5219-4146-aa0b-ee2c90d290c8 2018-07-19 05:28:11,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38239700d5f26af8f53abf8da25a6781b8bfa92" 2018-07-19 05:28:12,244 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:28:11 GMT Server: Apache x-openstack-request-id: req-a94285b4-ed15-47b7-b634-6a6652e6f757 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:28:13,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:12 GMT Server: Apache x-openstack-request-id: req-e2c8ab68-c3dc-4cb3-a94c-769cdfcc7ce3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff", "OS::stack_name": "HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack", "stack_user_project_id": "08cf094e83084824a0ae902e6e2b6414", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-19T05:28:09Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-07-19 05:28:13,046 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff used request id req-e2c8ab68-c3dc-4cb3-a94c-769cdfcc7ce3 2018-07-19 05:28:13,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38239700d5f26af8f53abf8da25a6781b8bfa92" 2018-07-19 05:28:13,282 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:28:13 GMT Server: Apache x-openstack-request-id: req-5285fdfa-a77d-41b7-8031-15a4454c6515 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:28:13,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:13 GMT Server: Apache x-openstack-request-id: req-f28a88a9-8ab6-4ccc-adb1-20e4090ea035 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.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-07-19T05:28:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-19T05:28:10Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "527f00f7-b81d-4f1a-9e33-d6c158b77a5b", "resource_type": "OS::Nova::Flavor"}]} 2018-07-19 05:28:13,512 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff/resources used request id req-f28a88a9-8ab6-4ccc-adb1-20e4090ea035 2018-07-19 05:28:13,515 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/527f00f7-b81d-4f1a-9e33-d6c158b77a5b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38239700d5f26af8f53abf8da25a6781b8bfa92" 2018-07-19 05:28:13,537 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28: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-cab439da-5140-4c3e-8851-44ec39537865 x-compute-request-id: req-cab439da-5140-4c3e-8851-44ec39537865 Content-Encoding: gzip Content-Length: 335 Content-Type: application/json RESP BODY: {"flavor": {"name": "HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack-flavor-gxwnuyk4mjgw", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/527f00f7-b81d-4f1a-9e33-d6c158b77a5b", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/527f00f7-b81d-4f1a-9e33-d6c158b77a5b", "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": "527f00f7-b81d-4f1a-9e33-d6c158b77a5b"}} 2018-07-19 05:28:13,537 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/527f00f7-b81d-4f1a-9e33-d6c158b77a5b used request id req-cab439da-5140-4c3e-8851-44ec39537865 2018-07-19 05:28:13,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38239700d5f26af8f53abf8da25a6781b8bfa92" 2018-07-19 05:28:13,764 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:28:13 GMT Server: Apache x-openstack-request-id: req-f9698838-c8b9-482f-98f4-9c5250b28fc3 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:28:14,004 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:28:13 GMT Server: Apache x-openstack-request-id: req-c6312ce5-60cc-418d-9eb3-e7c96491dae4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:28:14,004 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsFlavorTests-c2924fa9-78d4-43f1-9f4b-137413b13d50-stack/ceb5c9ce-96bd-4ac0-b204-b60cf6c1e7ff used request id req-c6312ce5-60cc-418d-9eb3-e7c96491dae4 2018-07-19 05:28:14,005 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-19 05:28:14,006 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-19 05:28:14,019 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:28:14,441 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:28:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["VmCLZBupROelpFTAcXhNDg"], "issued_at": "2018-07-19T05:28:14.000000Z"}} 2018-07-19 05:28:14,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46883f418f9cf3abeecd6dab77ac01e31e864128" -d '{"stack_name": "HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-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-c86c3cb2-81e4-4675-919f-88f30e1038b7-kp"}}' 2018-07-19 05:28:16,298 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:28:14 GMT Server: Apache x-openstack-request-id: req-268e902f-53c0-4aea-a357-5c1c1eb3b80e Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "e30d90d2-c681-4880-8ffa-45a4419bfef7", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7", "rel": "self"}]}} 2018-07-19 05:28:16,299 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks used request id req-268e902f-53c0-4aea-a357-5c1c1eb3b80e 2018-07-19 05:28:16,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/e30d90d2-c681-4880-8ffa-45a4419bfef7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46883f418f9cf3abeecd6dab77ac01e31e864128" 2018-07-19 05:28:17,026 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:28:16 GMT Server: Apache x-openstack-request-id: req-b9af498d-0a60-406b-ba71-29be9025bb5e Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:28:17,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:17 GMT Server: Apache x-openstack-request-id: req-6e24fd03-5340-4d84-a22e-7f2e7701bee3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1913 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "e30d90d2-c681-4880-8ffa-45a4419bfef7", "OS::stack_name": "HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack", "keypair_name": "HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack", "stack_user_project_id": "e1afc355254f40cead3ff006b58be590", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-19T05:28:15Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e30d90d2-c681-4880-8ffa-45a4419bfef7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzg61IcdFtxNg2mypY7Ux8gVpJaXv4an4cxMOlSnxPM6vTEm8\nC7jDC2F9cxHqLuynD9Tyxwv7zamvpO1PSztcopeoVPOO/ZndByIfW27HJXwtGnbd\nitcqTqClI23HdKK/p68gIuIEHJ6hQHPHKd+mzfQ58fFdnHKUCjL7pvit8AIZMMOf\nCoTGgovwD0HWi8yhdSBzXnjlrPFOXm7G6D6fm0snmMjpLSu4LDx+fyRAmQFBIrzw\nOY/mszp1U88kUkYUEOr5YOVaTwByNHxrBt6ulWyaevt/JuAoJ7LzaCliZeHY0jBD\n1Upz4OX2tBjjPepsMDpuZX/q2sulzX6Rch9iJwIDAQABAoIBAGCYIG0fPx0dZm++\nNIHbNPihdLMDYLpGtYMsUc+3A7Ffqml2v0I3cKdrIiXJJiCtK3uOdei9Q2Mbwozr\n+hnoT/qgYXbBXiyf7i8j3dM80PpPhc08H4qwZtLJF+DN24xfprxyqfvwO8E205yl\nKZ4Fi+pMLMWwQhPO2nsVf0a8mL1DRzU/0M0cTri3DYoGyFqKVV680iWnCiKvEN4m\nZqIoTy43JDWZYPEyC1+ikblvXY7BdU4vKU2En3zitZk273IPpGa8xWnYpZ/IED1X\nGgAI0x0gXuyPXbJ7qWPeoy8Slnnpk0eoQFuqqwFnUHqDOQar23d0rkAjOaDVZ0Yr\nQRjWS+ECgYEA6MDjay3WkYtAZstoz1v7EymJBYyXFhTApNISFDhM9AZ5lP2LaAUA\nQlMu4MZPU72tzgHkP/WuPuVsFlgzFvVpLJ1wpjmI9HyMGXHPowl41EbROiqfS1Xz\nhyYqqfC6YAeCXhi891DUg8MwWhHhFbz6pFr2vl/1bVdgHfOyi3cO528CgYEA4qM/\nS8T5CWkKHyVycsCJaUnsYfu8cs2Gz3gRy91EPK8lx8Nw6c/eBv23yy+IFq+0JJYe\nRYh6RT9uMJ6th2WA1u6tPKZrN8WCB2uz5yUfKhouao40JyKGPJVFxA+b5Ldma0Pg\n7Mp/YbmHqnNsa3pDVzZ5OEoOu88OeBr4vkSZFMkCgYBiGkMAvt5MlDv918iCdgt6\nhSw6yYo5BWA5WE3EdgKBbGU8li13F3yHeBYvKYbwDee/B+8TwlLCMeL//Ab0q1W8\nN1PuzBtcqU5Hvz+8QVbLalnvwV1I3J57nWuoG04DAcdCL/0d5NTeAJxVqmmLxw6B\nzdFoZnvErWpW1Yuw2urOQwKBgQCaM/bKKABGHdkMLh974nLcV7blSDIFbr/uA8Ug\nD7HxFD7Bd8Io5A0udo0KS5Ht1ajdR+La7qw615iyrhRlznNmSklGvfivnswFHovu\nlrxomh3A1Ha5tezd5bbtWq14ZiziiPHOS012gZTELfqz+iE9gsvht8nkkVJH+BoM\n44HAuQKBgQCmPCgItBkCdbbkLaXUCfEWAhEMgUr5l/ETPd8GGUakumk1O9RxOLFe\nr3HqTbWTewGgWdaI+j9TIt+n3ZS6Rzx+YgVB27LDhUe/FvetTatMaZJxjklWrfKJ\nwYyr3OcQLPVNOmj+sqtw6dkwSxiEfD3m0ZoToVSi2F+oL87Nwa5G3g==\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-07-19 05:28:17,397 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7 used request id req-6e24fd03-5340-4d84-a22e-7f2e7701bee3 2018-07-19 05:28:17,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/e30d90d2-c681-4880-8ffa-45a4419bfef7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46883f418f9cf3abeecd6dab77ac01e31e864128" 2018-07-19 05:28:18,100 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:28:17 GMT Server: Apache x-openstack-request-id: req-47846089-77e5-4903-aa3b-2e881c37d189 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:28:18,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:18 GMT Server: Apache x-openstack-request-id: req-57bbd8c7-79a1-4a87-9c94-c021ef24a9b0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1913 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "e30d90d2-c681-4880-8ffa-45a4419bfef7", "OS::stack_name": "HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack", "keypair_name": "HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack", "stack_user_project_id": "e1afc355254f40cead3ff006b58be590", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-19T05:28:15Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e30d90d2-c681-4880-8ffa-45a4419bfef7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzg61IcdFtxNg2mypY7Ux8gVpJaXv4an4cxMOlSnxPM6vTEm8\nC7jDC2F9cxHqLuynD9Tyxwv7zamvpO1PSztcopeoVPOO/ZndByIfW27HJXwtGnbd\nitcqTqClI23HdKK/p68gIuIEHJ6hQHPHKd+mzfQ58fFdnHKUCjL7pvit8AIZMMOf\nCoTGgovwD0HWi8yhdSBzXnjlrPFOXm7G6D6fm0snmMjpLSu4LDx+fyRAmQFBIrzw\nOY/mszp1U88kUkYUEOr5YOVaTwByNHxrBt6ulWyaevt/JuAoJ7LzaCliZeHY0jBD\n1Upz4OX2tBjjPepsMDpuZX/q2sulzX6Rch9iJwIDAQABAoIBAGCYIG0fPx0dZm++\nNIHbNPihdLMDYLpGtYMsUc+3A7Ffqml2v0I3cKdrIiXJJiCtK3uOdei9Q2Mbwozr\n+hnoT/qgYXbBXiyf7i8j3dM80PpPhc08H4qwZtLJF+DN24xfprxyqfvwO8E205yl\nKZ4Fi+pMLMWwQhPO2nsVf0a8mL1DRzU/0M0cTri3DYoGyFqKVV680iWnCiKvEN4m\nZqIoTy43JDWZYPEyC1+ikblvXY7BdU4vKU2En3zitZk273IPpGa8xWnYpZ/IED1X\nGgAI0x0gXuyPXbJ7qWPeoy8Slnnpk0eoQFuqqwFnUHqDOQar23d0rkAjOaDVZ0Yr\nQRjWS+ECgYEA6MDjay3WkYtAZstoz1v7EymJBYyXFhTApNISFDhM9AZ5lP2LaAUA\nQlMu4MZPU72tzgHkP/WuPuVsFlgzFvVpLJ1wpjmI9HyMGXHPowl41EbROiqfS1Xz\nhyYqqfC6YAeCXhi891DUg8MwWhHhFbz6pFr2vl/1bVdgHfOyi3cO528CgYEA4qM/\nS8T5CWkKHyVycsCJaUnsYfu8cs2Gz3gRy91EPK8lx8Nw6c/eBv23yy+IFq+0JJYe\nRYh6RT9uMJ6th2WA1u6tPKZrN8WCB2uz5yUfKhouao40JyKGPJVFxA+b5Ldma0Pg\n7Mp/YbmHqnNsa3pDVzZ5OEoOu88OeBr4vkSZFMkCgYBiGkMAvt5MlDv918iCdgt6\nhSw6yYo5BWA5WE3EdgKBbGU8li13F3yHeBYvKYbwDee/B+8TwlLCMeL//Ab0q1W8\nN1PuzBtcqU5Hvz+8QVbLalnvwV1I3J57nWuoG04DAcdCL/0d5NTeAJxVqmmLxw6B\nzdFoZnvErWpW1Yuw2urOQwKBgQCaM/bKKABGHdkMLh974nLcV7blSDIFbr/uA8Ug\nD7HxFD7Bd8Io5A0udo0KS5Ht1ajdR+La7qw615iyrhRlznNmSklGvfivnswFHovu\nlrxomh3A1Ha5tezd5bbtWq14ZiziiPHOS012gZTELfqz+iE9gsvht8nkkVJH+BoM\n44HAuQKBgQCmPCgItBkCdbbkLaXUCfEWAhEMgUr5l/ETPd8GGUakumk1O9RxOLFe\nr3HqTbWTewGgWdaI+j9TIt+n3ZS6Rzx+YgVB27LDhUe/FvetTatMaZJxjklWrfKJ\nwYyr3OcQLPVNOmj+sqtw6dkwSxiEfD3m0ZoToVSi2F+oL87Nwa5G3g==\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-07-19 05:28:18,600 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7 used request id req-57bbd8c7-79a1-4a87-9c94-c021ef24a9b0 2018-07-19 05:28:18,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/e30d90d2-c681-4880-8ffa-45a4419bfef7/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46883f418f9cf3abeecd6dab77ac01e31e864128" 2018-07-19 05:28:18,843 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:28:18 GMT Server: Apache x-openstack-request-id: req-a72ce6d3-ddbe-4a72-b7d0-56cdf5522184 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:28:19,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:18 GMT Server: Apache x-openstack-request-id: req-e821671e-60bb-4e23-9f1c-3e451554e682 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-07-19T05:28:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-19T05:28:16Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-07-19 05:28:19,067 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7/resources used request id req-e821671e-60bb-4e23-9f1c-3e451554e682 2018-07-19 05:28:19,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46883f418f9cf3abeecd6dab77ac01e31e864128" 2018-07-19 05:28:19,087 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28: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-4fb7de73-e943-4bd1-ae78-b561dde3d579 x-compute-request-id: req-4fb7de73-e943-4bd1-ae78-b561dde3d579 Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDODrUhx0W3E2DabKljtTHyBWklpe/hqfhzEw6VKfE8zq9MSbwLuMMLYX1zEeou7KcP1PLHC/vNqa+k7U9LO1yil6hU8479md0HIh9bbsclfC0adt2K1ypOoKUjbcd0or+nryAi4gQcnqFAc8cp36bN9Dnx8V2ccpQKMvum+K3wAhkww58KhMaCi/APQdaLzKF1IHNeeOWs8U5ebsboPp+bSyeYyOktK7gsPH5/JECZAUEivPA5j+azOnVTzyRSRhQQ6vlg5VpPAHI0fGsG3q6VbJp6+38m4CgnsvNoKWJl4djSMEPVSnPg5fa0GOM96mwwOm5lf+ray6XNfpFyH2In Generated-by-Nova", "user_id": "fb99eb42722e4e6e958115280f3435be", "name": "HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-kp", "deleted": false, "created_at": "2018-07-19T05:28:16.000000", "updated_at": null, "fingerprint": "72:21:25:58:25:f3:23:cd:3b:23:b2:e8:cf:ca:62:ef", "deleted_at": null, "id": 23}} 2018-07-19 05:28:19,087 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-kp used request id req-4fb7de73-e943-4bd1-ae78-b561dde3d579 2018-07-19 05:28:19,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/e30d90d2-c681-4880-8ffa-45a4419bfef7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46883f418f9cf3abeecd6dab77ac01e31e864128" 2018-07-19 05:28:19,317 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:28:19 GMT Server: Apache x-openstack-request-id: req-fd130052-dc57-4879-b0be-62e7ff4775d7 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:28:19,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:19 GMT Server: Apache x-openstack-request-id: req-c8732c56-93bb-4688-93d6-18af75653b91 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1913 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "e30d90d2-c681-4880-8ffa-45a4419bfef7", "OS::stack_name": "HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack", "keypair_name": "HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack", "stack_user_project_id": "e1afc355254f40cead3ff006b58be590", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-19T05:28:15Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e30d90d2-c681-4880-8ffa-45a4419bfef7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzg61IcdFtxNg2mypY7Ux8gVpJaXv4an4cxMOlSnxPM6vTEm8\nC7jDC2F9cxHqLuynD9Tyxwv7zamvpO1PSztcopeoVPOO/ZndByIfW27HJXwtGnbd\nitcqTqClI23HdKK/p68gIuIEHJ6hQHPHKd+mzfQ58fFdnHKUCjL7pvit8AIZMMOf\nCoTGgovwD0HWi8yhdSBzXnjlrPFOXm7G6D6fm0snmMjpLSu4LDx+fyRAmQFBIrzw\nOY/mszp1U88kUkYUEOr5YOVaTwByNHxrBt6ulWyaevt/JuAoJ7LzaCliZeHY0jBD\n1Upz4OX2tBjjPepsMDpuZX/q2sulzX6Rch9iJwIDAQABAoIBAGCYIG0fPx0dZm++\nNIHbNPihdLMDYLpGtYMsUc+3A7Ffqml2v0I3cKdrIiXJJiCtK3uOdei9Q2Mbwozr\n+hnoT/qgYXbBXiyf7i8j3dM80PpPhc08H4qwZtLJF+DN24xfprxyqfvwO8E205yl\nKZ4Fi+pMLMWwQhPO2nsVf0a8mL1DRzU/0M0cTri3DYoGyFqKVV680iWnCiKvEN4m\nZqIoTy43JDWZYPEyC1+ikblvXY7BdU4vKU2En3zitZk273IPpGa8xWnYpZ/IED1X\nGgAI0x0gXuyPXbJ7qWPeoy8Slnnpk0eoQFuqqwFnUHqDOQar23d0rkAjOaDVZ0Yr\nQRjWS+ECgYEA6MDjay3WkYtAZstoz1v7EymJBYyXFhTApNISFDhM9AZ5lP2LaAUA\nQlMu4MZPU72tzgHkP/WuPuVsFlgzFvVpLJ1wpjmI9HyMGXHPowl41EbROiqfS1Xz\nhyYqqfC6YAeCXhi891DUg8MwWhHhFbz6pFr2vl/1bVdgHfOyi3cO528CgYEA4qM/\nS8T5CWkKHyVycsCJaUnsYfu8cs2Gz3gRy91EPK8lx8Nw6c/eBv23yy+IFq+0JJYe\nRYh6RT9uMJ6th2WA1u6tPKZrN8WCB2uz5yUfKhouao40JyKGPJVFxA+b5Ldma0Pg\n7Mp/YbmHqnNsa3pDVzZ5OEoOu88OeBr4vkSZFMkCgYBiGkMAvt5MlDv918iCdgt6\nhSw6yYo5BWA5WE3EdgKBbGU8li13F3yHeBYvKYbwDee/B+8TwlLCMeL//Ab0q1W8\nN1PuzBtcqU5Hvz+8QVbLalnvwV1I3J57nWuoG04DAcdCL/0d5NTeAJxVqmmLxw6B\nzdFoZnvErWpW1Yuw2urOQwKBgQCaM/bKKABGHdkMLh974nLcV7blSDIFbr/uA8Ug\nD7HxFD7Bd8Io5A0udo0KS5Ht1ajdR+La7qw615iyrhRlznNmSklGvfivnswFHovu\nlrxomh3A1Ha5tezd5bbtWq14ZiziiPHOS012gZTELfqz+iE9gsvht8nkkVJH+BoM\n44HAuQKBgQCmPCgItBkCdbbkLaXUCfEWAhEMgUr5l/ETPd8GGUakumk1O9RxOLFe\nr3HqTbWTewGgWdaI+j9TIt+n3ZS6Rzx+YgVB27LDhUe/FvetTatMaZJxjklWrfKJ\nwYyr3OcQLPVNOmj+sqtw6dkwSxiEfD3m0ZoToVSi2F+oL87Nwa5G3g==\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-07-19 05:28:19,793 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7 used request id req-c8732c56-93bb-4688-93d6-18af75653b91 2018-07-19 05:28:19,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46883f418f9cf3abeecd6dab77ac01e31e864128" 2018-07-19 05:28:19,811 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28: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-9c2deb03-e4dd-45f2-a99d-2588894fc728 x-compute-request-id: req-9c2deb03-e4dd-45f2-a99d-2588894fc728 Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDODrUhx0W3E2DabKljtTHyBWklpe/hqfhzEw6VKfE8zq9MSbwLuMMLYX1zEeou7KcP1PLHC/vNqa+k7U9LO1yil6hU8479md0HIh9bbsclfC0adt2K1ypOoKUjbcd0or+nryAi4gQcnqFAc8cp36bN9Dnx8V2ccpQKMvum+K3wAhkww58KhMaCi/APQdaLzKF1IHNeeOWs8U5ebsboPp+bSyeYyOktK7gsPH5/JECZAUEivPA5j+azOnVTzyRSRhQQ6vlg5VpPAHI0fGsG3q6VbJp6+38m4CgnsvNoKWJl4djSMEPVSnPg5fa0GOM96mwwOm5lf+ray6XNfpFyH2In Generated-by-Nova", "user_id": "fb99eb42722e4e6e958115280f3435be", "name": "HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-kp", "deleted": false, "created_at": "2018-07-19T05:28:16.000000", "updated_at": null, "fingerprint": "72:21:25:58:25:f3:23:cd:3b:23:b2:e8:cf:ca:62:ef", "deleted_at": null, "id": 23}} 2018-07-19 05:28:19,812 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-kp used request id req-9c2deb03-e4dd-45f2-a99d-2588894fc728 2018-07-19 05:28:19,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/e30d90d2-c681-4880-8ffa-45a4419bfef7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46883f418f9cf3abeecd6dab77ac01e31e864128" 2018-07-19 05:28:20,118 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:28:19 GMT Server: Apache x-openstack-request-id: req-7e0a09dd-fa93-4cf6-b70b-51813218c204 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:28:20,362 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:28:20 GMT Server: Apache x-openstack-request-id: req-898783f0-b215-49b2-b211-4f904b1b2870 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:28:20,362 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsKeypairTests-c86c3cb2-81e4-4675-919f-88f30e1038b7-stack/e30d90d2-c681-4880-8ffa-45a4419bfef7 used request id req-898783f0-b215-49b2-b211-4f904b1b2870 2018-07-19 05:28:20,364 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-19 05:28:20,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:28:20,792 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:28:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["XAMguhkLS5qFq1ShSYtEHA"], "issued_at": "2018-07-19T05:28:20.000000Z"}} 2018-07-19 05:28:20,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34af58233c0a3fd909f2f5ec09641bcf6147f570" -d '{"stack_name": "HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-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-1ea3d936-886f-4f98-a056-a4ccd480ec85-sec-grp"}}' 2018-07-19 05:28:22,404 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 05:28:20 GMT Server: Apache x-openstack-request-id: req-70343c20-9ecf-47e8-ab1f-d940647f0588 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "1a1e82dc-698e-4b91-aba8-be8e38e922bb", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb", "rel": "self"}]}} 2018-07-19 05:28:22,405 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks used request id req-70343c20-9ecf-47e8-ab1f-d940647f0588 2018-07-19 05:28:22,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/1a1e82dc-698e-4b91-aba8-be8e38e922bb -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34af58233c0a3fd909f2f5ec09641bcf6147f570" 2018-07-19 05:28:22,651 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:28:22 GMT Server: Apache x-openstack-request-id: req-43f99c09-aa80-4f78-94cd-953dbf8679de Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:28:22,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:22 GMT Server: Apache x-openstack-request-id: req-1b4d3236-a5f0-4e54-b8f3-7b0c31098243 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 517 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "1a1e82dc-698e-4b91-aba8-be8e38e922bb", "OS::stack_name": "HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack", "security_group_name": "HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack", "stack_user_project_id": "a890bcda641e4a73840d58fb8aeb9e7c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:28:21Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1a1e82dc-698e-4b91-aba8-be8e38e922bb", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-07-19 05:28:22,884 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb used request id req-1b4d3236-a5f0-4e54-b8f3-7b0c31098243 2018-07-19 05:28:22,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/1a1e82dc-698e-4b91-aba8-be8e38e922bb -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34af58233c0a3fd909f2f5ec09641bcf6147f570" 2018-07-19 05:28:23,111 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:28:22 GMT Server: Apache x-openstack-request-id: req-194eb65f-7a73-4330-b138-baf6e42c4a8f Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:28:23,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:23 GMT Server: Apache x-openstack-request-id: req-b2b7b036-0fc2-48f4-b1ad-a8fa249a40c9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 517 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "1a1e82dc-698e-4b91-aba8-be8e38e922bb", "OS::stack_name": "HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack", "security_group_name": "HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack", "stack_user_project_id": "a890bcda641e4a73840d58fb8aeb9e7c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-19T05:28:21Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1a1e82dc-698e-4b91-aba8-be8e38e922bb", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-07-19 05:28:23,350 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb used request id req-b2b7b036-0fc2-48f4-b1ad-a8fa249a40c9 2018-07-19 05:28:26,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/1a1e82dc-698e-4b91-aba8-be8e38e922bb -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34af58233c0a3fd909f2f5ec09641bcf6147f570" 2018-07-19 05:28:26,580 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:28:26 GMT Server: Apache x-openstack-request-id: req-3ef39f4b-6fb2-443d-bd95-6220f0570519 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:28:27,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:26 GMT Server: Apache x-openstack-request-id: req-c44baba9-a786-4182-8e7f-0d1e5ea2231c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 525 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": "c9003101a9994c308fccde61f611d998", "OS::stack_id": "1a1e82dc-698e-4b91-aba8-be8e38e922bb", "OS::stack_name": "HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack", "security_group_name": "HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack", "stack_user_project_id": "a890bcda641e4a73840d58fb8aeb9e7c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-19T05:28:21Z", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1a1e82dc-698e-4b91-aba8-be8e38e922bb", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-07-19 05:28:27,342 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb used request id req-c44baba9-a786-4182-8e7f-0d1e5ea2231c 2018-07-19 05:28:27,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/1a1e82dc-698e-4b91-aba8-be8e38e922bb/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34af58233c0a3fd909f2f5ec09641bcf6147f570" 2018-07-19 05:28:27,578 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:28:27 GMT Server: Apache x-openstack-request-id: req-7641f85d-c759-4aba-954a-93d9abed37e0 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:28:27,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:27 GMT Server: Apache x-openstack-request-id: req-a196cae8-fec6-45f6-9ec1-19b57818f0fd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 400 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-07-19T05:28:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-19T05:28:22Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "17ecd6c8-0194-484d-be3e-67be6dd7ab98", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-07-19 05:28:27,810 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb/resources used request id req-a196cae8-fec6-45f6-9ec1-19b57818f0fd 2018-07-19 05:28:27,811 - neutron_utils - INFO - Retrieving security group with ID - 17ecd6c8-0194-484d-be3e-67be6dd7ab98 2018-07-19 05:28:27,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=17ecd6c8-0194-484d-be3e-67be6dd7ab98 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34af58233c0a3fd909f2f5ec09641bcf6147f570" 2018-07-19 05:28:28,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-427460c1-646c-4d8b-9e56-635823f0a187 Date: Thu, 19 Jul 2018 05:28:28 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:28:22Z", "updated_at": "2018-07-19T05:28:24Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-19T05:28:23Z", "revision_number": 0, "id": "200779f8-092b-4842-be7d-e241d5cbcc72", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-07-19T05:28:23Z", "security_group_id": "17ecd6c8-0194-484d-be3e-67be6dd7ab98", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-19T05:28:24Z", "revision_number": 0, "id": "4cf47796-c4a0-480d-9ec9-ffcc44f539c5", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-07-19T05:28:24Z", "security_group_id": "17ecd6c8-0194-484d-be3e-67be6dd7ab98", "tenant_id": "c9003101a9994c308fccde61f611d998", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9003101a9994c308fccde61f611d998"}], "revision_number": 5, "project_id": "c9003101a9994c308fccde61f611d998", "id": "17ecd6c8-0194-484d-be3e-67be6dd7ab98", "name": "HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-sec-grp"}]} 2018-07-19 05:28:28,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=17ecd6c8-0194-484d-be3e-67be6dd7ab98 used request id req-427460c1-646c-4d8b-9e56-635823f0a187 2018-07-19 05:28:28,074 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17ecd6c8-0194-484d-be3e-67be6dd7ab98 2018-07-19 05:28:28,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=17ecd6c8-0194-484d-be3e-67be6dd7ab98 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34af58233c0a3fd909f2f5ec09641bcf6147f570" 2018-07-19 05:28:28,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-608dc139-6567-429c-83d4-c4d824c6a1a4 Date: Thu, 19 Jul 2018 05:28:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-07-19T05:28:23Z", "security_group_id": "17ecd6c8-0194-484d-be3e-67be6dd7ab98", "port_range_min": 22, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:28:23Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "200779f8-092b-4842-be7d-e241d5cbcc72"}, {"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-07-19T05:28:24Z", "security_group_id": "17ecd6c8-0194-484d-be3e-67be6dd7ab98", "port_range_min": null, "revision_number": 0, "tenant_id": "c9003101a9994c308fccde61f611d998", "created_at": "2018-07-19T05:28:24Z", "project_id": "c9003101a9994c308fccde61f611d998", "id": "4cf47796-c4a0-480d-9ec9-ffcc44f539c5"}]} 2018-07-19 05:28:28,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=17ecd6c8-0194-484d-be3e-67be6dd7ab98 used request id req-608dc139-6567-429c-83d4-c4d824c6a1a4 2018-07-19 05:28:28,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/1a1e82dc-698e-4b91-aba8-be8e38e922bb -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34af58233c0a3fd909f2f5ec09641bcf6147f570" 2018-07-19 05:28:28,364 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 19 Jul 2018 05:28:28 GMT Server: Apache x-openstack-request-id: req-0a2d9fc9-b23c-467d-a310-7e67f5796615 Location: http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-19 05:28:28,609 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 05:28:28 GMT Server: Apache x-openstack-request-id: req-bd7dc74c-7dc3-44e4-a29f-4d113ccb6716 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 05:28:28,609 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998/stacks/HeatUtilsSecurityGroupTests-1ea3d936-886f-4f98-a056-a4ccd480ec85-stack/1a1e82dc-698e-4b91-aba8-be8e38e922bb used request id req-bd7dc74c-7dc3-44e4-a29f-4d113ccb6716 2018-07-19 05:28:28,613 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:28:29,033 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:28:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["IKISlNsIQl6HRUCscOVdyw"], "issued_at": "2018-07-19T05:28:29.000000Z"}} 2018-07-19 05:28:29,036 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b93c0ac2303c0769ccdd02da68b7f7e05d4f3350" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-a409abed-f3b0-4be0-8207-47cfe356f8f4"}}' 2018-07-19 05:28:29,274 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:29 GMT Server: Apache x-compute-request-id: req-46a24ba9-ff24-4d23-b4ef-ba6181d0be13 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-46a24ba9-ff24-4d23-b4ef-ba6181d0be13 Content-Encoding: gzip Content-Length: 242 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "26d4e31b-f5db-4401-a83c-974656999660", "name": "CinderUtilsQoSTests-a409abed-f3b0-4be0-8207-47cfe356f8f4"}, "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/26d4e31b-f5db-4401-a83c-974656999660", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/qos-specs/26d4e31b-f5db-4401-a83c-974656999660", "rel": "bookmark"}]} 2018-07-19 05:28:29,274 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs used request id req-46a24ba9-ff24-4d23-b4ef-ba6181d0be13 2018-07-19 05:28:29,278 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-46a24ba9-ff24-4d23-b4ef-ba6181d0be13" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b93c0ac2303c0769ccdd02da68b7f7e05d4f3350" 2018-07-19 05:28:29,516 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:29 GMT Server: Apache x-compute-request-id: req-856f72ad-d02b-40f0-be78-0e41f2f0c5a3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-856f72ad-d02b-40f0-be78-0e41f2f0c5a3 Content-Encoding: gzip Content-Length: 155 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "26d4e31b-f5db-4401-a83c-974656999660", "name": "CinderUtilsQoSTests-a409abed-f3b0-4be0-8207-47cfe356f8f4"}]} 2018-07-19 05:28:29,516 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs used request id req-856f72ad-d02b-40f0-be78-0e41f2f0c5a3 2018-07-19 05:28:29,517 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-a409abed-f3b0-4be0-8207-47cfe356f8f4 2018-07-19 05:28:29,520 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/26d4e31b-f5db-4401-a83c-974656999660?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-46a24ba9-ff24-4d23-b4ef-ba6181d0be13" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b93c0ac2303c0769ccdd02da68b7f7e05d4f3350" 2018-07-19 05:28:29,786 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-224a9f66-6d9d-4ea3-bd33-d8c7a8135965 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-07-19 05:28:29,786 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/26d4e31b-f5db-4401-a83c-974656999660?force=False used request id req-224a9f66-6d9d-4ea3-bd33-d8c7a8135965 2018-07-19 05:28:29,789 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-46a24ba9-ff24-4d23-b4ef-ba6181d0be13" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b93c0ac2303c0769ccdd02da68b7f7e05d4f3350" 2018-07-19 05:28:30,008 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:29 GMT Server: Apache x-compute-request-id: req-12520aab-c2f7-4f6d-8e2c-769dafff8cde OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-12520aab-c2f7-4f6d-8e2c-769dafff8cde Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-07-19 05:28:30,009 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs used request id req-12520aab-c2f7-4f6d-8e2c-769dafff8cde 2018-07-19 05:28:30,009 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-a409abed-f3b0-4be0-8207-47cfe356f8f4 2018-07-19 05:28:30,012 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/26d4e31b-f5db-4401-a83c-974656999660?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-46a24ba9-ff24-4d23-b4ef-ba6181d0be13" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b93c0ac2303c0769ccdd02da68b7f7e05d4f3350" 2018-07-19 05:28:30,242 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:28:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-afb8d106-1178-4730-85ca-94b3007f5728 x-openstack-request-id: req-afb8d106-1178-4730-85ca-94b3007f5728 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 26d4e31b-f5db-4401-a83c-974656999660.", "code": 404}} 2018-07-19 05:28:30,243 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/26d4e31b-f5db-4401-a83c-974656999660?force=False used request id req-afb8d106-1178-4730-85ca-94b3007f5728 2018-07-19 05:28:30,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:28:30,640 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:28:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["pJk8iLpbSXOak1lm6enIwg"], "issued_at": "2018-07-19T05:28:30.000000Z"}} 2018-07-19 05:28:30,643 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b45f17d639d64e3389810ba836836e34e7de2f7" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-e5e8c604-0367-4a7a-ad8d-7425877d0cd8"}}' 2018-07-19 05:28:30,860 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:30 GMT Server: Apache x-compute-request-id: req-a75ca063-64c8-45cf-9d36-a3a84546a628 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a75ca063-64c8-45cf-9d36-a3a84546a628 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "10cfe74d-c38b-48f7-85c3-2b63c8b31684", "name": "CinderUtilsQoSTests-e5e8c604-0367-4a7a-ad8d-7425877d0cd8"}, "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/10cfe74d-c38b-48f7-85c3-2b63c8b31684", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/qos-specs/10cfe74d-c38b-48f7-85c3-2b63c8b31684", "rel": "bookmark"}]} 2018-07-19 05:28:30,861 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs used request id req-a75ca063-64c8-45cf-9d36-a3a84546a628 2018-07-19 05:28:30,864 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a75ca063-64c8-45cf-9d36-a3a84546a628" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b45f17d639d64e3389810ba836836e34e7de2f7" 2018-07-19 05:28:31,079 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:30 GMT Server: Apache x-compute-request-id: req-14152e95-36e8-4da4-9fc5-c20360535ab4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-14152e95-36e8-4da4-9fc5-c20360535ab4 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "10cfe74d-c38b-48f7-85c3-2b63c8b31684", "name": "CinderUtilsQoSTests-e5e8c604-0367-4a7a-ad8d-7425877d0cd8"}]} 2018-07-19 05:28:31,079 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs used request id req-14152e95-36e8-4da4-9fc5-c20360535ab4 2018-07-19 05:28:31,082 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/10cfe74d-c38b-48f7-85c3-2b63c8b31684 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a75ca063-64c8-45cf-9d36-a3a84546a628" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b45f17d639d64e3389810ba836836e34e7de2f7" 2018-07-19 05:28:31,287 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:31 GMT Server: Apache x-compute-request-id: req-05fe7aa1-5998-40e5-8b7e-4868aaf0eed3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-05fe7aa1-5998-40e5-8b7e-4868aaf0eed3 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "10cfe74d-c38b-48f7-85c3-2b63c8b31684", "name": "CinderUtilsQoSTests-e5e8c604-0367-4a7a-ad8d-7425877d0cd8"}, "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/10cfe74d-c38b-48f7-85c3-2b63c8b31684", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/qos-specs/10cfe74d-c38b-48f7-85c3-2b63c8b31684", "rel": "bookmark"}]} 2018-07-19 05:28:31,287 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/10cfe74d-c38b-48f7-85c3-2b63c8b31684 used request id req-05fe7aa1-5998-40e5-8b7e-4868aaf0eed3 2018-07-19 05:28:31,287 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-e5e8c604-0367-4a7a-ad8d-7425877d0cd8 2018-07-19 05:28:31,290 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/10cfe74d-c38b-48f7-85c3-2b63c8b31684?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a75ca063-64c8-45cf-9d36-a3a84546a628" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b45f17d639d64e3389810ba836836e34e7de2f7" 2018-07-19 05:28:31,548 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f3712bbe-c481-425d-a8ba-5aa8813a687a 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-07-19 05:28:31,548 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/10cfe74d-c38b-48f7-85c3-2b63c8b31684?force=False used request id req-f3712bbe-c481-425d-a8ba-5aa8813a687a 2018-07-19 05:28:31,551 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:28:31,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:28:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["HavyatrwTbCVLcFxqFf3OA"], "issued_at": "2018-07-19T05:28:31.000000Z"}} 2018-07-19 05:28:31,969 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b426fc51eeb5742833f6e817cbc33fcbbd601838" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-2c1fa972-d640-4652-826a-04e00510eb72"}}' 2018-07-19 05:28:32,218 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:31 GMT Server: Apache x-compute-request-id: req-241bd4b3-d177-43da-b1a2-2c86baccd651 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-241bd4b3-d177-43da-b1a2-2c86baccd651 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "bb0d8e0f-dbf7-42fb-be35-18dc271cf509", "name": "CinderUtilsQoSTests-2c1fa972-d640-4652-826a-04e00510eb72"}, "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/bb0d8e0f-dbf7-42fb-be35-18dc271cf509", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/qos-specs/bb0d8e0f-dbf7-42fb-be35-18dc271cf509", "rel": "bookmark"}]} 2018-07-19 05:28:32,218 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs used request id req-241bd4b3-d177-43da-b1a2-2c86baccd651 2018-07-19 05:28:32,221 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-241bd4b3-d177-43da-b1a2-2c86baccd651" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b426fc51eeb5742833f6e817cbc33fcbbd601838" 2018-07-19 05:28:32,421 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:32 GMT Server: Apache x-compute-request-id: req-b247c924-a306-40f5-88a0-6a6a2479989e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b247c924-a306-40f5-88a0-6a6a2479989e Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "bb0d8e0f-dbf7-42fb-be35-18dc271cf509", "name": "CinderUtilsQoSTests-2c1fa972-d640-4652-826a-04e00510eb72"}]} 2018-07-19 05:28:32,421 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs used request id req-b247c924-a306-40f5-88a0-6a6a2479989e 2018-07-19 05:28:32,424 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/bb0d8e0f-dbf7-42fb-be35-18dc271cf509 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-241bd4b3-d177-43da-b1a2-2c86baccd651" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b426fc51eeb5742833f6e817cbc33fcbbd601838" 2018-07-19 05:28:32,626 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:32 GMT Server: Apache x-compute-request-id: req-7144d87a-2fa3-4a7f-9b52-e6d2fee8047a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7144d87a-2fa3-4a7f-9b52-e6d2fee8047a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "bb0d8e0f-dbf7-42fb-be35-18dc271cf509", "name": "CinderUtilsQoSTests-2c1fa972-d640-4652-826a-04e00510eb72"}, "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/bb0d8e0f-dbf7-42fb-be35-18dc271cf509", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/qos-specs/bb0d8e0f-dbf7-42fb-be35-18dc271cf509", "rel": "bookmark"}]} 2018-07-19 05:28:32,626 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/bb0d8e0f-dbf7-42fb-be35-18dc271cf509 used request id req-7144d87a-2fa3-4a7f-9b52-e6d2fee8047a 2018-07-19 05:28:32,627 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-2c1fa972-d640-4652-826a-04e00510eb72 2018-07-19 05:28:32,629 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/bb0d8e0f-dbf7-42fb-be35-18dc271cf509?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-241bd4b3-d177-43da-b1a2-2c86baccd651" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b426fc51eeb5742833f6e817cbc33fcbbd601838" 2018-07-19 05:28:32,908 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9cd4d8d2-e031-4660-915b-37fb0c5292af 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-07-19 05:28:32,909 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/bb0d8e0f-dbf7-42fb-be35-18dc271cf509?force=False used request id req-9cd4d8d2-e031-4660-915b-37fb0c5292af 2018-07-19 05:28:32,911 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:28:33,321 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:28:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["haFDdygWQ6eRUn2cmUy3Bg"], "issued_at": "2018-07-19T05:28:33.000000Z"}} 2018-07-19 05:28:33,323 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ae2fa0164348225aa0722e1f007ea36d922adcd" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-7203cde7-fe44-4586-a88b-5986a7f874c0"}}' 2018-07-19 05:28:33,555 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:33 GMT Server: Apache x-compute-request-id: req-c6857073-80e7-4e95-ae17-2eaae047ed3e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c6857073-80e7-4e95-ae17-2eaae047ed3e Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "d060b935-8826-4709-8a84-7026f43726d3", "name": "CinderUtilsQoSTests-7203cde7-fe44-4586-a88b-5986a7f874c0"}, "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/d060b935-8826-4709-8a84-7026f43726d3", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/qos-specs/d060b935-8826-4709-8a84-7026f43726d3", "rel": "bookmark"}]} 2018-07-19 05:28:33,555 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs used request id req-c6857073-80e7-4e95-ae17-2eaae047ed3e 2018-07-19 05:28:33,558 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c6857073-80e7-4e95-ae17-2eaae047ed3e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ae2fa0164348225aa0722e1f007ea36d922adcd" 2018-07-19 05:28:33,762 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:33 GMT Server: Apache x-compute-request-id: req-2d8dab45-0ea3-4da3-b40d-d6353040ab29 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2d8dab45-0ea3-4da3-b40d-d6353040ab29 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "d060b935-8826-4709-8a84-7026f43726d3", "name": "CinderUtilsQoSTests-7203cde7-fe44-4586-a88b-5986a7f874c0"}]} 2018-07-19 05:28:33,762 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs used request id req-2d8dab45-0ea3-4da3-b40d-d6353040ab29 2018-07-19 05:28:33,766 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/d060b935-8826-4709-8a84-7026f43726d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c6857073-80e7-4e95-ae17-2eaae047ed3e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ae2fa0164348225aa0722e1f007ea36d922adcd" 2018-07-19 05:28:34,063 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:33 GMT Server: Apache x-compute-request-id: req-48571c58-7d7e-4a38-baab-31968cd57605 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-48571c58-7d7e-4a38-baab-31968cd57605 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "d060b935-8826-4709-8a84-7026f43726d3", "name": "CinderUtilsQoSTests-7203cde7-fe44-4586-a88b-5986a7f874c0"}, "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/d060b935-8826-4709-8a84-7026f43726d3", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/qos-specs/d060b935-8826-4709-8a84-7026f43726d3", "rel": "bookmark"}]} 2018-07-19 05:28:34,063 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/d060b935-8826-4709-8a84-7026f43726d3 used request id req-48571c58-7d7e-4a38-baab-31968cd57605 2018-07-19 05:28:34,063 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-7203cde7-fe44-4586-a88b-5986a7f874c0 2018-07-19 05:28:34,066 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/d060b935-8826-4709-8a84-7026f43726d3?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c6857073-80e7-4e95-ae17-2eaae047ed3e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ae2fa0164348225aa0722e1f007ea36d922adcd" 2018-07-19 05:28:34,320 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b7fe4302-3184-4759-b7bd-e48e350a9de5 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-07-19 05:28:34,320 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/d060b935-8826-4709-8a84-7026f43726d3?force=False used request id req-b7fe4302-3184-4759-b7bd-e48e350a9de5 2018-07-19 05:28:34,323 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:28:34,725 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:28:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["td8uwBAhTmuoS9eGHOmyww"], "issued_at": "2018-07-19T05:28:34.000000Z"}} 2018-07-19 05:28:34,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffd71fdb6f445a27230121d77a51ab5825f01761" 2018-07-19 05:28:34,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-914b95ba-7ee7-43e0-a962-4622f8064b4b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:28:34,738 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-914b95ba-7ee7-43e0-a962-4622f8064b4b 2018-07-19 05:28:34,742 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffd71fdb6f445a27230121d77a51ab5825f01761" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CinderUtilsVolumeTests-8de18f2c-c8a8-4979-8ea9-3725c27a0ce2", "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-07-19 05:28:35,186 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:34 GMT Server: Apache x-compute-request-id: req-97b5495a-389b-4d32-9304-8d8c49b2e59a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-97b5495a-389b-4d32-9304-8d8c49b2e59a Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "fb99eb42722e4e6e958115280f3435be", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/2648cedc-1087-4b51-a6db-70dbfa7b2eb1", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/2648cedc-1087-4b51-a6db-70dbfa7b2eb1", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-19T05:28:35.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-8de18f2c-c8a8-4979-8ea9-3725c27a0ce2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2648cedc-1087-4b51-a6db-70dbfa7b2eb1", "size": 1}} 2018-07-19 05:28:35,186 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes used request id req-97b5495a-389b-4d32-9304-8d8c49b2e59a 2018-07-19 05:28:35,190 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/2648cedc-1087-4b51-a6db-70dbfa7b2eb1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97b5495a-389b-4d32-9304-8d8c49b2e59a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffd71fdb6f445a27230121d77a51ab5825f01761" 2018-07-19 05:28:35,457 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:35 GMT Server: Apache x-compute-request-id: req-a7d7f9bf-51f1-450f-b8d2-9cc5ec9bc448 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a7d7f9bf-51f1-450f-b8d2-9cc5ec9bc448 Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/2648cedc-1087-4b51-a6db-70dbfa7b2eb1", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/2648cedc-1087-4b51-a6db-70dbfa7b2eb1", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:28:35.000000", "replication_status": null, "snapshot_id": null, "id": "2648cedc-1087-4b51-a6db-70dbfa7b2eb1", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "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-8de18f2c-c8a8-4979-8ea9-3725c27a0ce2", "bootable": "false", "created_at": "2018-07-19T05:28:35.000000", "volume_type": null}} 2018-07-19 05:28:35,457 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/2648cedc-1087-4b51-a6db-70dbfa7b2eb1 used request id req-a7d7f9bf-51f1-450f-b8d2-9cc5ec9bc448 2018-07-19 05:28:35,460 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/2648cedc-1087-4b51-a6db-70dbfa7b2eb1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97b5495a-389b-4d32-9304-8d8c49b2e59a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffd71fdb6f445a27230121d77a51ab5825f01761" 2018-07-19 05:28:35,717 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:35 GMT Server: Apache x-compute-request-id: req-c67a4e12-7f3b-415b-bf07-dc3cf6a66993 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c67a4e12-7f3b-415b-bf07-dc3cf6a66993 Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/2648cedc-1087-4b51-a6db-70dbfa7b2eb1", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/2648cedc-1087-4b51-a6db-70dbfa7b2eb1", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:28:35.000000", "replication_status": null, "snapshot_id": null, "id": "2648cedc-1087-4b51-a6db-70dbfa7b2eb1", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "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-8de18f2c-c8a8-4979-8ea9-3725c27a0ce2", "bootable": "false", "created_at": "2018-07-19T05:28:35.000000", "volume_type": null}} 2018-07-19 05:28:35,717 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/2648cedc-1087-4b51-a6db-70dbfa7b2eb1 used request id req-c67a4e12-7f3b-415b-bf07-dc3cf6a66993 2018-07-19 05:28:35,720 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97b5495a-389b-4d32-9304-8d8c49b2e59a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffd71fdb6f445a27230121d77a51ab5825f01761" 2018-07-19 05:28:35,956 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:35 GMT Server: Apache x-compute-request-id: req-b1e4586b-944f-4e63-8dc1-2da15e5d2e86 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b1e4586b-944f-4e63-8dc1-2da15e5d2e86 Content-Encoding: gzip Content-Length: 510 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/2648cedc-1087-4b51-a6db-70dbfa7b2eb1", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/2648cedc-1087-4b51-a6db-70dbfa7b2eb1", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:28:35.000000", "replication_status": null, "snapshot_id": null, "id": "2648cedc-1087-4b51-a6db-70dbfa7b2eb1", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "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-8de18f2c-c8a8-4979-8ea9-3725c27a0ce2", "bootable": "false", "created_at": "2018-07-19T05:28:35.000000", "volume_type": null}]} 2018-07-19 05:28:35,956 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/detail used request id req-b1e4586b-944f-4e63-8dc1-2da15e5d2e86 2018-07-19 05:28:35,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:28:35,965 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:28:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92c0ef1b-df7e-44ea-813f-505ce9330283 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:28:35,965 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-92c0ef1b-df7e-44ea-813f-505ce9330283 2018-07-19 05:28:35,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffd71fdb6f445a27230121d77a51ab5825f01761" 2018-07-19 05:28:36,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e4e6d5f-1ed0-4649-9108-6b890c77b842 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:28:36,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-5e4e6d5f-1ed0-4649-9108-6b890c77b842 2018-07-19 05:28:36,062 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-8de18f2c-c8a8-4979-8ea9-3725c27a0ce2 2018-07-19 05:28:36,065 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/2648cedc-1087-4b51-a6db-70dbfa7b2eb1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97b5495a-389b-4d32-9304-8d8c49b2e59a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffd71fdb6f445a27230121d77a51ab5825f01761" 2018-07-19 05:28:36,311 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-521f0469-e83a-4edf-b390-cd17da23cad5 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-07-19 05:28:36,311 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/2648cedc-1087-4b51-a6db-70dbfa7b2eb1 used request id req-521f0469-e83a-4edf-b390-cd17da23cad5 2018-07-19 05:28:36,314 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/2648cedc-1087-4b51-a6db-70dbfa7b2eb1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97b5495a-389b-4d32-9304-8d8c49b2e59a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffd71fdb6f445a27230121d77a51ab5825f01761" 2018-07-19 05:28:36,543 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:28:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2e833e3e-3fa6-4b94-bba6-b19cc7a5e3ae x-openstack-request-id: req-2e833e3e-3fa6-4b94-bba6-b19cc7a5e3ae Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 2648cedc-1087-4b51-a6db-70dbfa7b2eb1 could not be found.", "code": 404}} 2018-07-19 05:28:36,544 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/2648cedc-1087-4b51-a6db-70dbfa7b2eb1 used request id req-2e833e3e-3fa6-4b94-bba6-b19cc7a5e3ae 2018-07-19 05:28:36,546 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97b5495a-389b-4d32-9304-8d8c49b2e59a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffd71fdb6f445a27230121d77a51ab5825f01761" 2018-07-19 05:28:36,778 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:36 GMT Server: Apache x-compute-request-id: req-5a1e084e-cad9-425f-bd10-f4caa0456272 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5a1e084e-cad9-425f-bd10-f4caa0456272 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-19 05:28:36,778 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/detail used request id req-5a1e084e-cad9-425f-bd10-f4caa0456272 2018-07-19 05:28:36,779 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-8de18f2c-c8a8-4979-8ea9-3725c27a0ce2 2018-07-19 05:28:36,782 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/2648cedc-1087-4b51-a6db-70dbfa7b2eb1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97b5495a-389b-4d32-9304-8d8c49b2e59a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffd71fdb6f445a27230121d77a51ab5825f01761" 2018-07-19 05:28:37,005 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:28:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-02c981f0-14d5-4f1d-8010-fe5908d8eef2 x-openstack-request-id: req-02c981f0-14d5-4f1d-8010-fe5908d8eef2 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 2648cedc-1087-4b51-a6db-70dbfa7b2eb1 could not be found.", "code": 404}} 2018-07-19 05:28:37,005 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/2648cedc-1087-4b51-a6db-70dbfa7b2eb1 used request id req-02c981f0-14d5-4f1d-8010-fe5908d8eef2 2018-07-19 05:28:37,007 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/2648cedc-1087-4b51-a6db-70dbfa7b2eb1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97b5495a-389b-4d32-9304-8d8c49b2e59a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffd71fdb6f445a27230121d77a51ab5825f01761" 2018-07-19 05:28:37,239 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:28:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-7207eef1-8880-4e6d-ad30-39076cac4d76 x-openstack-request-id: req-7207eef1-8880-4e6d-ad30-39076cac4d76 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 2648cedc-1087-4b51-a6db-70dbfa7b2eb1 could not be found.", "code": 404}} 2018-07-19 05:28:37,239 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/2648cedc-1087-4b51-a6db-70dbfa7b2eb1 used request id req-7207eef1-8880-4e6d-ad30-39076cac4d76 2018-07-19 05:28:37,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:28:37,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:28:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["MAqwZ_b4Qbie8gSwohYLQg"], "issued_at": "2018-07-19T05:28:37.000000Z"}} 2018-07-19 05:28:37,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a33a104443478158cc09893b13deee6d4cba6691" 2018-07-19 05:28:37,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-473d36e0-67ed-43e7-bd46-2d3b0d573688 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-19 05:28:37,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-473d36e0-67ed-43e7-bd46-2d3b0d573688 2018-07-19 05:28:37,666 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a33a104443478158cc09893b13deee6d4cba6691" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CinderUtilsVolumeTests-aeca08a5-7c5e-49b5-a1ad-450b7f4e16e0", "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-07-19 05:28:38,087 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:37 GMT Server: Apache x-compute-request-id: req-71cdf7e3-8406-4122-8384-a328a704bbc8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-71cdf7e3-8406-4122-8384-a328a704bbc8 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "fb99eb42722e4e6e958115280f3435be", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/10959b42-4b7f-4e96-a29a-9f444fb869aa", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/10959b42-4b7f-4e96-a29a-9f444fb869aa", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-19T05:28:37.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-aeca08a5-7c5e-49b5-a1ad-450b7f4e16e0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "10959b42-4b7f-4e96-a29a-9f444fb869aa", "size": 1}} 2018-07-19 05:28:38,088 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes used request id req-71cdf7e3-8406-4122-8384-a328a704bbc8 2018-07-19 05:28:38,091 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/10959b42-4b7f-4e96-a29a-9f444fb869aa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-71cdf7e3-8406-4122-8384-a328a704bbc8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a33a104443478158cc09893b13deee6d4cba6691" 2018-07-19 05:28:38,362 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:38 GMT Server: Apache x-compute-request-id: req-d2fc34b7-a45b-4cdb-8073-98dd42a5457d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d2fc34b7-a45b-4cdb-8073-98dd42a5457d Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/10959b42-4b7f-4e96-a29a-9f444fb869aa", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/10959b42-4b7f-4e96-a29a-9f444fb869aa", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:28:38.000000", "replication_status": null, "snapshot_id": null, "id": "10959b42-4b7f-4e96-a29a-9f444fb869aa", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "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-aeca08a5-7c5e-49b5-a1ad-450b7f4e16e0", "bootable": "false", "created_at": "2018-07-19T05:28:37.000000", "volume_type": null}} 2018-07-19 05:28:38,362 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/10959b42-4b7f-4e96-a29a-9f444fb869aa used request id req-d2fc34b7-a45b-4cdb-8073-98dd42a5457d 2018-07-19 05:28:38,365 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/10959b42-4b7f-4e96-a29a-9f444fb869aa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-71cdf7e3-8406-4122-8384-a328a704bbc8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a33a104443478158cc09893b13deee6d4cba6691" 2018-07-19 05:28:38,680 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:38 GMT Server: Apache x-compute-request-id: req-6a251135-0364-4787-b45f-33674164d57c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6a251135-0364-4787-b45f-33674164d57c Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/10959b42-4b7f-4e96-a29a-9f444fb869aa", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/10959b42-4b7f-4e96-a29a-9f444fb869aa", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:28:38.000000", "replication_status": null, "snapshot_id": null, "id": "10959b42-4b7f-4e96-a29a-9f444fb869aa", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "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-aeca08a5-7c5e-49b5-a1ad-450b7f4e16e0", "bootable": "false", "created_at": "2018-07-19T05:28:37.000000", "volume_type": null}} 2018-07-19 05:28:38,680 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/10959b42-4b7f-4e96-a29a-9f444fb869aa used request id req-6a251135-0364-4787-b45f-33674164d57c 2018-07-19 05:28:38,683 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-71cdf7e3-8406-4122-8384-a328a704bbc8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a33a104443478158cc09893b13deee6d4cba6691" 2018-07-19 05:28:38,920 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:38 GMT Server: Apache x-compute-request-id: req-8d85b089-ad44-4dc8-90c7-0dde4cc3f608 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8d85b089-ad44-4dc8-90c7-0dde4cc3f608 Content-Encoding: gzip Content-Length: 510 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/10959b42-4b7f-4e96-a29a-9f444fb869aa", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/10959b42-4b7f-4e96-a29a-9f444fb869aa", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:28:38.000000", "replication_status": null, "snapshot_id": null, "id": "10959b42-4b7f-4e96-a29a-9f444fb869aa", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "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-aeca08a5-7c5e-49b5-a1ad-450b7f4e16e0", "bootable": "false", "created_at": "2018-07-19T05:28:37.000000", "volume_type": null}]} 2018-07-19 05:28:38,921 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/detail used request id req-8d85b089-ad44-4dc8-90c7-0dde4cc3f608 2018-07-19 05:28:38,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 05:28:38,929 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 05:28:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79e280f1-b12e-42cb-bfe3-ebe96f49925a Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-19 05:28:38,929 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-79e280f1-b12e-42cb-bfe3-ebe96f49925a 2018-07-19 05:28:38,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a33a104443478158cc09893b13deee6d4cba6691" 2018-07-19 05:28:39,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5f9b476-acef-488b-bc6a-ddfc2413328d Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}} 2018-07-19 05:28:39,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c9003101a9994c308fccde61f611d998 used request id req-a5f9b476-acef-488b-bc6a-ddfc2413328d 2018-07-19 05:28:39,038 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-aeca08a5-7c5e-49b5-a1ad-450b7f4e16e0 2018-07-19 05:28:39,040 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/10959b42-4b7f-4e96-a29a-9f444fb869aa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-71cdf7e3-8406-4122-8384-a328a704bbc8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a33a104443478158cc09893b13deee6d4cba6691" 2018-07-19 05:28:39,304 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fb04cdb9-a5f3-4420-8527-2ac77b61494b 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-07-19 05:28:39,305 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/10959b42-4b7f-4e96-a29a-9f444fb869aa used request id req-fb04cdb9-a5f3-4420-8527-2ac77b61494b 2018-07-19 05:28:39,307 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/10959b42-4b7f-4e96-a29a-9f444fb869aa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-71cdf7e3-8406-4122-8384-a328a704bbc8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a33a104443478158cc09893b13deee6d4cba6691" 2018-07-19 05:28:39,567 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:39 GMT Server: Apache x-compute-request-id: req-9877d829-0cc4-44bd-8129-2a88bd64b6d3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9877d829-0cc4-44bd-8129-2a88bd64b6d3 Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/10959b42-4b7f-4e96-a29a-9f444fb869aa", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/volumes/10959b42-4b7f-4e96-a29a-9f444fb869aa", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-19T05:28:39.000000", "replication_status": null, "snapshot_id": null, "id": "10959b42-4b7f-4e96-a29a-9f444fb869aa", "size": 1, "user_id": "fb99eb42722e4e6e958115280f3435be", "os-vol-tenant-attr:tenant_id": "c9003101a9994c308fccde61f611d998", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-aeca08a5-7c5e-49b5-a1ad-450b7f4e16e0", "bootable": "false", "created_at": "2018-07-19T05:28:37.000000", "volume_type": null}} 2018-07-19 05:28:39,567 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/10959b42-4b7f-4e96-a29a-9f444fb869aa used request id req-9877d829-0cc4-44bd-8129-2a88bd64b6d3 2018-07-19 05:28:42,573 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/10959b42-4b7f-4e96-a29a-9f444fb869aa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-71cdf7e3-8406-4122-8384-a328a704bbc8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a33a104443478158cc09893b13deee6d4cba6691" 2018-07-19 05:28:42,792 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:28:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-7dc4d18d-d7cb-4c98-8e7d-aca80466f560 x-openstack-request-id: req-7dc4d18d-d7cb-4c98-8e7d-aca80466f560 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 10959b42-4b7f-4e96-a29a-9f444fb869aa could not be found.", "code": 404}} 2018-07-19 05:28:42,793 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/volumes/10959b42-4b7f-4e96-a29a-9f444fb869aa used request id req-7dc4d18d-d7cb-4c98-8e7d-aca80466f560 2018-07-19 05:28:42,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:28:43,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:28:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["Bzw_wpupSkCcLI1UN7AdrQ"], "issued_at": "2018-07-19T05:28:43.000000Z"}} 2018-07-19 05:28:43,208 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aacd612507a02fa7e95b5f6405720d52f96a1aa" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-53a65f48-25d7-4cf9-a54b-0435060f958d", "description": null}}' 2018-07-19 05:28:43,461 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:43 GMT Server: Apache x-compute-request-id: req-c0a17519-0650-4bbc-9540-2c186bfd1211 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c0a17519-0650-4bbc-9540-2c186bfd1211 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-53a65f48-25d7-4cf9-a54b-0435060f958d", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "fa64fb72-c426-4836-a724-d2b38a8a3b66", "description": null}} 2018-07-19 05:28:43,461 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types used request id req-c0a17519-0650-4bbc-9540-2c186bfd1211 2018-07-19 05:28:43,465 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c0a17519-0650-4bbc-9540-2c186bfd1211" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aacd612507a02fa7e95b5f6405720d52f96a1aa" 2018-07-19 05:28:43,672 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:43 GMT Server: Apache x-compute-request-id: req-8d754a25-a593-4d99-86f5-fad49e91f2fa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8d754a25-a593-4d99-86f5-fad49e91f2fa Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-53a65f48-25d7-4cf9-a54b-0435060f958d", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "fa64fb72-c426-4836-a724-d2b38a8a3b66", "description": null}]} 2018-07-19 05:28:43,672 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types?is_public=None used request id req-8d754a25-a593-4d99-86f5-fad49e91f2fa 2018-07-19 05:28:43,676 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/fa64fb72-c426-4836-a724-d2b38a8a3b66 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c0a17519-0650-4bbc-9540-2c186bfd1211" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aacd612507a02fa7e95b5f6405720d52f96a1aa" 2018-07-19 05:28:43,965 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:43 GMT Server: Apache x-compute-request-id: req-f8401039-208b-4c09-a6f6-758cbfba8daa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f8401039-208b-4c09-a6f6-758cbfba8daa Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-53a65f48-25d7-4cf9-a54b-0435060f958d", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "fa64fb72-c426-4836-a724-d2b38a8a3b66", "description": null}} 2018-07-19 05:28:43,965 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/fa64fb72-c426-4836-a724-d2b38a8a3b66 used request id req-f8401039-208b-4c09-a6f6-758cbfba8daa 2018-07-19 05:28:43,968 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/fa64fb72-c426-4836-a724-d2b38a8a3b66/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c0a17519-0650-4bbc-9540-2c186bfd1211" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aacd612507a02fa7e95b5f6405720d52f96a1aa" 2018-07-19 05:28:44,175 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:43 GMT Server: Apache x-compute-request-id: req-8c8b082c-3603-4351-92b5-fe2306719357 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8c8b082c-3603-4351-92b5-fe2306719357 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-07-19 05:28:44,175 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/fa64fb72-c426-4836-a724-d2b38a8a3b66/encryption used request id req-8c8b082c-3603-4351-92b5-fe2306719357 2018-07-19 05:28:44,175 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-53a65f48-25d7-4cf9-a54b-0435060f958d 2018-07-19 05:28:44,178 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/fa64fb72-c426-4836-a724-d2b38a8a3b66 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c0a17519-0650-4bbc-9540-2c186bfd1211" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aacd612507a02fa7e95b5f6405720d52f96a1aa" 2018-07-19 05:28:44,437 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0ba89c47-c4fa-4827-a877-d03cd5e2dd98 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-07-19 05:28:44,437 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/fa64fb72-c426-4836-a724-d2b38a8a3b66 used request id req-0ba89c47-c4fa-4827-a877-d03cd5e2dd98 2018-07-19 05:28:44,440 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/fa64fb72-c426-4836-a724-d2b38a8a3b66 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c0a17519-0650-4bbc-9540-2c186bfd1211" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aacd612507a02fa7e95b5f6405720d52f96a1aa" 2018-07-19 05:28:44,627 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:28:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f7401b35-63f1-48e2-a757-cf352b6fe766 x-openstack-request-id: req-f7401b35-63f1-48e2-a757-cf352b6fe766 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type fa64fb72-c426-4836-a724-d2b38a8a3b66 could not be found.", "code": 404}} 2018-07-19 05:28:44,627 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/fa64fb72-c426-4836-a724-d2b38a8a3b66 used request id req-f7401b35-63f1-48e2-a757-cf352b6fe766 2018-07-19 05:28:44,627 - cinder_utils - INFO - Volume with ID [fa64fb72-c426-4836-a724-d2b38a8a3b66] does not exist 2018-07-19 05:28:44,628 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-53a65f48-25d7-4cf9-a54b-0435060f958d 2018-07-19 05:28:44,630 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/fa64fb72-c426-4836-a724-d2b38a8a3b66 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c0a17519-0650-4bbc-9540-2c186bfd1211" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aacd612507a02fa7e95b5f6405720d52f96a1aa" 2018-07-19 05:28:44,863 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:28:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a360f388-1e1e-45ab-8794-30378d98baf9 x-openstack-request-id: req-a360f388-1e1e-45ab-8794-30378d98baf9 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type fa64fb72-c426-4836-a724-d2b38a8a3b66 could not be found.", "code": 404}} 2018-07-19 05:28:44,863 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/fa64fb72-c426-4836-a724-d2b38a8a3b66 used request id req-a360f388-1e1e-45ab-8794-30378d98baf9 2018-07-19 05:28:44,865 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:28:45,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:28:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["pVUBl-58TkeIH4Z1KF7uqg"], "issued_at": "2018-07-19T05:28:45.000000Z"}} 2018-07-19 05:28:45,271 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57adb604a5ecb8a5334f2fc73cb88fe065f25347" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-745a7c7a-6ce0-45c4-b8db-7d8260207d9a", "description": null}}' 2018-07-19 05:28:45,628 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:45 GMT Server: Apache x-compute-request-id: req-b615b73e-4161-4b95-8ca2-d9aace6bdb65 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b615b73e-4161-4b95-8ca2-d9aace6bdb65 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-745a7c7a-6ce0-45c4-b8db-7d8260207d9a", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4ef01b27-e589-40eb-84c5-ebc6b746a111", "description": null}} 2018-07-19 05:28:45,629 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types used request id req-b615b73e-4161-4b95-8ca2-d9aace6bdb65 2018-07-19 05:28:45,632 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b615b73e-4161-4b95-8ca2-d9aace6bdb65" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57adb604a5ecb8a5334f2fc73cb88fe065f25347" 2018-07-19 05:28:45,832 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:45 GMT Server: Apache x-compute-request-id: req-7cd80052-9c36-4ba3-a566-dd27b82796a5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7cd80052-9c36-4ba3-a566-dd27b82796a5 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-745a7c7a-6ce0-45c4-b8db-7d8260207d9a", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4ef01b27-e589-40eb-84c5-ebc6b746a111", "description": null}]} 2018-07-19 05:28:45,832 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types?is_public=None used request id req-7cd80052-9c36-4ba3-a566-dd27b82796a5 2018-07-19 05:28:45,835 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/4ef01b27-e589-40eb-84c5-ebc6b746a111 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b615b73e-4161-4b95-8ca2-d9aace6bdb65" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57adb604a5ecb8a5334f2fc73cb88fe065f25347" 2018-07-19 05:28:46,059 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:45 GMT Server: Apache x-compute-request-id: req-dea53ea3-0d8e-4610-9678-0bddd1bebfd7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dea53ea3-0d8e-4610-9678-0bddd1bebfd7 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-745a7c7a-6ce0-45c4-b8db-7d8260207d9a", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4ef01b27-e589-40eb-84c5-ebc6b746a111", "description": null}} 2018-07-19 05:28:46,059 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/4ef01b27-e589-40eb-84c5-ebc6b746a111 used request id req-dea53ea3-0d8e-4610-9678-0bddd1bebfd7 2018-07-19 05:28:46,062 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/4ef01b27-e589-40eb-84c5-ebc6b746a111/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b615b73e-4161-4b95-8ca2-d9aace6bdb65" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57adb604a5ecb8a5334f2fc73cb88fe065f25347" 2018-07-19 05:28:46,280 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:46 GMT Server: Apache x-compute-request-id: req-968a76be-b266-4805-8474-ca01e4f3c835 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-968a76be-b266-4805-8474-ca01e4f3c835 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-07-19 05:28:46,280 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/4ef01b27-e589-40eb-84c5-ebc6b746a111/encryption used request id req-968a76be-b266-4805-8474-ca01e4f3c835 2018-07-19 05:28:46,283 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/4ef01b27-e589-40eb-84c5-ebc6b746a111 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b615b73e-4161-4b95-8ca2-d9aace6bdb65" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57adb604a5ecb8a5334f2fc73cb88fe065f25347" 2018-07-19 05:28:46,504 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:46 GMT Server: Apache x-compute-request-id: req-2f0d152a-8aa6-4bf9-96c2-145a8e9251dd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2f0d152a-8aa6-4bf9-96c2-145a8e9251dd Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-745a7c7a-6ce0-45c4-b8db-7d8260207d9a", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4ef01b27-e589-40eb-84c5-ebc6b746a111", "description": null}} 2018-07-19 05:28:46,504 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/4ef01b27-e589-40eb-84c5-ebc6b746a111 used request id req-2f0d152a-8aa6-4bf9-96c2-145a8e9251dd 2018-07-19 05:28:46,507 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/4ef01b27-e589-40eb-84c5-ebc6b746a111 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b615b73e-4161-4b95-8ca2-d9aace6bdb65" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57adb604a5ecb8a5334f2fc73cb88fe065f25347" 2018-07-19 05:28:46,728 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:46 GMT Server: Apache x-compute-request-id: req-be17abf4-1af3-4b4b-828a-6970081e221f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-be17abf4-1af3-4b4b-828a-6970081e221f Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-745a7c7a-6ce0-45c4-b8db-7d8260207d9a", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4ef01b27-e589-40eb-84c5-ebc6b746a111", "description": null}} 2018-07-19 05:28:46,728 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/4ef01b27-e589-40eb-84c5-ebc6b746a111 used request id req-be17abf4-1af3-4b4b-828a-6970081e221f 2018-07-19 05:28:46,730 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/4ef01b27-e589-40eb-84c5-ebc6b746a111/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b615b73e-4161-4b95-8ca2-d9aace6bdb65" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57adb604a5ecb8a5334f2fc73cb88fe065f25347" 2018-07-19 05:28:46,972 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:46 GMT Server: Apache x-compute-request-id: req-9cfcf86d-b921-4e16-908a-406b6fe4df2e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9cfcf86d-b921-4e16-908a-406b6fe4df2e Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-07-19 05:28:46,973 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/4ef01b27-e589-40eb-84c5-ebc6b746a111/encryption used request id req-9cfcf86d-b921-4e16-908a-406b6fe4df2e 2018-07-19 05:28:46,973 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-745a7c7a-6ce0-45c4-b8db-7d8260207d9a 2018-07-19 05:28:46,976 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/4ef01b27-e589-40eb-84c5-ebc6b746a111 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b615b73e-4161-4b95-8ca2-d9aace6bdb65" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57adb604a5ecb8a5334f2fc73cb88fe065f25347" 2018-07-19 05:28:47,217 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3d9deda0-0e58-4a29-a998-1794178f6d6a 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-07-19 05:28:47,218 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/4ef01b27-e589-40eb-84c5-ebc6b746a111 used request id req-3d9deda0-0e58-4a29-a998-1794178f6d6a 2018-07-19 05:28:47,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:28:47,626 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:28:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["lJku7AjlRZKMSeSG_swTgg"], "issued_at": "2018-07-19T05:28:47.000000Z"}} 2018-07-19 05:28:47,629 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8605275b58403d59a725047e10b75ecc0d0f39f" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-581ff6aa-6f71-4f8f-bda4-1eee21e7ac86-type", "description": null}}' 2018-07-19 05:28:47,885 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:47 GMT Server: Apache x-compute-request-id: req-89da97be-f87c-4c2d-bc2e-cc719f32ff59 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-89da97be-f87c-4c2d-bc2e-cc719f32ff59 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-581ff6aa-6f71-4f8f-bda4-1eee21e7ac86-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "5337c99b-750e-443d-80c0-a1a53305d566", "description": null}} 2018-07-19 05:28:47,885 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types used request id req-89da97be-f87c-4c2d-bc2e-cc719f32ff59 2018-07-19 05:28:47,889 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/5337c99b-750e-443d-80c0-a1a53305d566/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-89da97be-f87c-4c2d-bc2e-cc719f32ff59" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8605275b58403d59a725047e10b75ecc0d0f39f" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-581ff6aa-6f71-4f8f-bda4-1eee21e7ac86", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-07-19 05:28:48,096 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Thu, 19 Jul 2018 05:28:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-31b55d84-6a89-4c72-a5ad-edef82435e85 x-openstack-request-id: req-31b55d84-6a89-4c72-a5ad-edef82435e85 Content-Length: 379 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid input for field/attribute encryption. Value: {u'name': u'CinderUtilsAddEncryptionTests-581ff6aa-6f71-4f8f-bda4-1eee21e7ac86', 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-07-19 05:28:48,096 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/5337c99b-750e-443d-80c0-a1a53305d566/encryption used request id req-31b55d84-6a89-4c72-a5ad-edef82435e85 2018-07-19 05:28:48,096 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-581ff6aa-6f71-4f8f-bda4-1eee21e7ac86-type 2018-07-19 05:28:48,099 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/5337c99b-750e-443d-80c0-a1a53305d566 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-89da97be-f87c-4c2d-bc2e-cc719f32ff59" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8605275b58403d59a725047e10b75ecc0d0f39f" 2018-07-19 05:28:48,350 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b1aabce0-591d-445d-bf11-7cf14228dc39 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-07-19 05:28:48,351 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/5337c99b-750e-443d-80c0-a1a53305d566 used request id req-b1aabce0-591d-445d-bf11-7cf14228dc39 2018-07-19 05:28:48,353 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:28:48,763 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:28:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["1TmODU21Q9uSlsf9qZVWxQ"], "issued_at": "2018-07-19T05:28:48.000000Z"}} 2018-07-19 05:28:48,766 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9908e1c364f6f3760b3861bdeb118873ab0f976" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-db8432df-c83a-40ac-bda7-d39ecd086795-type", "description": null}}' 2018-07-19 05:28:49,118 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:48 GMT Server: Apache x-compute-request-id: req-b394ee8c-874f-4009-a770-2a519bde54f5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b394ee8c-874f-4009-a770-2a519bde54f5 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-db8432df-c83a-40ac-bda7-d39ecd086795-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0064e727-4eef-42a4-847a-a13089313746", "description": null}} 2018-07-19 05:28:49,118 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types used request id req-b394ee8c-874f-4009-a770-2a519bde54f5 2018-07-19 05:28:49,121 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/0064e727-4eef-42a4-847a-a13089313746/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b394ee8c-874f-4009-a770-2a519bde54f5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9908e1c364f6f3760b3861bdeb118873ab0f976" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-db8432df-c83a-40ac-bda7-d39ecd086795", "provider": "LuksEncryptor"}}' 2018-07-19 05:28:49,428 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Thu, 19 Jul 2018 05:28:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-74de5a05-f149-47ad-9bb8-db934bc0a47d x-openstack-request-id: req-74de5a05-f149-47ad-9bb8-db934bc0a47d 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-db8432df-c83a-40ac-bda7-d39ecd086795', u'provider': u'LuksEncryptor'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected)", "code": 400}} 2018-07-19 05:28:49,428 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/0064e727-4eef-42a4-847a-a13089313746/encryption used request id req-74de5a05-f149-47ad-9bb8-db934bc0a47d 2018-07-19 05:28:49,430 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-db8432df-c83a-40ac-bda7-d39ecd086795-type 2018-07-19 05:28:49,432 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/0064e727-4eef-42a4-847a-a13089313746 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b394ee8c-874f-4009-a770-2a519bde54f5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9908e1c364f6f3760b3861bdeb118873ab0f976" 2018-07-19 05:28:49,686 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-81ebf80e-e239-4b33-9dd2-7d58883d498f 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-07-19 05:28:49,686 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/0064e727-4eef-42a4-847a-a13089313746 used request id req-81ebf80e-e239-4b33-9dd2-7d58883d498f 2018-07-19 05:28:49,688 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:28:50,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:28:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["tIqrINwYQhmDVlINaSI-dw"], "issued_at": "2018-07-19T05:28:50.000000Z"}} 2018-07-19 05:28:50,110 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62e2809ec9e87646392e2c83352edd553dc687df" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-75f56f55-fcf3-462d-af5b-ff0dea828cf9-type", "description": null}}' 2018-07-19 05:28:50,364 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:50 GMT Server: Apache x-compute-request-id: req-25e92494-945a-44c6-89db-a0d3dd4d9ea5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-25e92494-945a-44c6-89db-a0d3dd4d9ea5 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-75f56f55-fcf3-462d-af5b-ff0dea828cf9-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d5680890-d1bb-44a9-bff8-839621f1f5ac", "description": null}} 2018-07-19 05:28:50,364 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types used request id req-25e92494-945a-44c6-89db-a0d3dd4d9ea5 2018-07-19 05:28:50,368 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/d5680890-d1bb-44a9-bff8-839621f1f5ac/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-25e92494-945a-44c6-89db-a0d3dd4d9ea5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62e2809ec9e87646392e2c83352edd553dc687df" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-75f56f55-fcf3-462d-af5b-ff0dea828cf9", "provider": "foo"}}' 2018-07-19 05:28:50,598 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Thu, 19 Jul 2018 05:28:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-fa970d67-1f04-4f4a-88aa-97be5c07beec x-openstack-request-id: req-fa970d67-1f04-4f4a-88aa-97be5c07beec 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-75f56f55-fcf3-462d-af5b-ff0dea828cf9', u'provider': u'foo'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected)", "code": 400}} 2018-07-19 05:28:50,598 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/d5680890-d1bb-44a9-bff8-839621f1f5ac/encryption used request id req-fa970d67-1f04-4f4a-88aa-97be5c07beec 2018-07-19 05:28:50,598 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-75f56f55-fcf3-462d-af5b-ff0dea828cf9-type 2018-07-19 05:28:50,601 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/d5680890-d1bb-44a9-bff8-839621f1f5ac -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-25e92494-945a-44c6-89db-a0d3dd4d9ea5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62e2809ec9e87646392e2c83352edd553dc687df" 2018-07-19 05:28:50,829 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c3c5bc62-4c61-4139-ac8a-c5c0e9f8752f 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-07-19 05:28:50,829 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/d5680890-d1bb-44a9-bff8-839621f1f5ac used request id req-c3c5bc62-4c61-4139-ac8a-c5c0e9f8752f 2018-07-19 05:28:50,832 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:28:51,316 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:28:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["_M3lG-gGQ9W-pDiRpa7Kwg"], "issued_at": "2018-07-19T05:28:51.000000Z"}} 2018-07-19 05:28:51,319 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4c680619214f0810d7cbfcab328335222b56426" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-8de718fc-9c4c-4877-a020-caa14cf40166-type", "description": null}}' 2018-07-19 05:28:52,283 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:51 GMT Server: Apache x-compute-request-id: req-4e5cdc39-db3f-427f-bb27-c0e4a246431b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4e5cdc39-db3f-427f-bb27-c0e4a246431b Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-8de718fc-9c4c-4877-a020-caa14cf40166-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3c54a7ee-40c8-4ce7-853f-ce7fa291138b", "description": null}} 2018-07-19 05:28:52,283 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types used request id req-4e5cdc39-db3f-427f-bb27-c0e4a246431b 2018-07-19 05:28:52,287 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/3c54a7ee-40c8-4ce7-853f-ce7fa291138b/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4e5cdc39-db3f-427f-bb27-c0e4a246431b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4c680619214f0810d7cbfcab328335222b56426" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-8de718fc-9c4c-4877-a020-caa14cf40166", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-07-19 05:28:52,497 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Thu, 19 Jul 2018 05:28:52 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b16d9c1e-879f-4327-b762-a851fad64465 x-openstack-request-id: req-b16d9c1e-879f-4327-b762-a851fad64465 Content-Length: 378 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid input for field/attribute encryption. Value: {u'name': u'CinderUtilsAddEncryptionTests-8de718fc-9c4c-4877-a020-caa14cf40166', 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-07-19 05:28:52,497 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/3c54a7ee-40c8-4ce7-853f-ce7fa291138b/encryption used request id req-b16d9c1e-879f-4327-b762-a851fad64465 2018-07-19 05:28:52,498 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-8de718fc-9c4c-4877-a020-caa14cf40166-type 2018-07-19 05:28:52,501 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/3c54a7ee-40c8-4ce7-853f-ce7fa291138b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e5cdc39-db3f-427f-bb27-c0e4a246431b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4c680619214f0810d7cbfcab328335222b56426" 2018-07-19 05:28:52,759 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:52 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-670e3897-99a2-44fa-9f7d-7b1e02b226f1 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-07-19 05:28:52,759 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/3c54a7ee-40c8-4ce7-853f-ce7fa291138b used request id req-670e3897-99a2-44fa-9f7d-7b1e02b226f1 2018-07-19 05:28:52,762 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:28:53,185 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:28:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["mkt0hZ5ISf26qujVHfPrZw"], "issued_at": "2018-07-19T05:28:53.000000Z"}} 2018-07-19 05:28:53,188 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3b1da58f2213613d7002d385eb6b04295980e5" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-14cd63ff-a621-4930-96cf-5ecf5f350b3b-qos"}}' 2018-07-19 05:28:53,420 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:53 GMT Server: Apache x-compute-request-id: req-53bb11b3-6e01-4d15-99bb-01cce54209a5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-53bb11b3-6e01-4d15-99bb-01cce54209a5 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "23899928-43d8-4cb3-af8e-870dc87c5ade", "name": "CinderUtilsVolumeTypeCompleteTests-14cd63ff-a621-4930-96cf-5ecf5f350b3b-qos"}, "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/23899928-43d8-4cb3-af8e-870dc87c5ade", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/qos-specs/23899928-43d8-4cb3-af8e-870dc87c5ade", "rel": "bookmark"}]} 2018-07-19 05:28:53,420 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs used request id req-53bb11b3-6e01-4d15-99bb-01cce54209a5 2018-07-19 05:28:53,423 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-53bb11b3-6e01-4d15-99bb-01cce54209a5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3b1da58f2213613d7002d385eb6b04295980e5" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-14cd63ff-a621-4930-96cf-5ecf5f350b3b", "description": null}}' 2018-07-19 05:28:53,683 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:53 GMT Server: Apache x-compute-request-id: req-0e07132a-f31f-4f10-81d7-98ae9e957c0b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0e07132a-f31f-4f10-81d7-98ae9e957c0b Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-14cd63ff-a621-4930-96cf-5ecf5f350b3b", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "72c1e1bf-2380-4c30-bdc2-63840739f22a", "description": null}} 2018-07-19 05:28:53,683 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types used request id req-0e07132a-f31f-4f10-81d7-98ae9e957c0b 2018-07-19 05:28:53,687 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/72c1e1bf-2380-4c30-bdc2-63840739f22a/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-53bb11b3-6e01-4d15-99bb-01cce54209a5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3b1da58f2213613d7002d385eb6b04295980e5" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-07-19 05:28:53,896 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Thu, 19 Jul 2018 05:28:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d709849f-4ebd-4d67-a22a-e3d7994c9d36 x-openstack-request-id: req-d709849f-4ebd-4d67-a22a-e3d7994c9d36 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-07-19 05:28:53,897 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/72c1e1bf-2380-4c30-bdc2-63840739f22a/encryption used request id req-d709849f-4ebd-4d67-a22a-e3d7994c9d36 2018-07-19 05:28:53,897 - 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-d709849f-4ebd-4d67-a22a-e3d7994c9d36) 2018-07-19 05:28:53,900 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/72c1e1bf-2380-4c30-bdc2-63840739f22a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-53bb11b3-6e01-4d15-99bb-01cce54209a5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3b1da58f2213613d7002d385eb6b04295980e5" 2018-07-19 05:28:54,120 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:53 GMT Server: Apache x-compute-request-id: req-d8a7fc3e-ef1e-4e74-b090-b8ede3195d98 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d8a7fc3e-ef1e-4e74-b090-b8ede3195d98 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-14cd63ff-a621-4930-96cf-5ecf5f350b3b", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "72c1e1bf-2380-4c30-bdc2-63840739f22a", "description": null}} 2018-07-19 05:28:54,120 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/72c1e1bf-2380-4c30-bdc2-63840739f22a used request id req-d8a7fc3e-ef1e-4e74-b090-b8ede3195d98 2018-07-19 05:28:54,123 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/72c1e1bf-2380-4c30-bdc2-63840739f22a/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-53bb11b3-6e01-4d15-99bb-01cce54209a5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3b1da58f2213613d7002d385eb6b04295980e5" 2018-07-19 05:28:54,341 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:54 GMT Server: Apache x-compute-request-id: req-12d13e08-dcf7-4510-abcb-7c25d01edaf3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-12d13e08-dcf7-4510-abcb-7c25d01edaf3 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-07-19 05:28:54,341 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/72c1e1bf-2380-4c30-bdc2-63840739f22a/encryption used request id req-12d13e08-dcf7-4510-abcb-7c25d01edaf3 2018-07-19 05:28:54,342 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-14cd63ff-a621-4930-96cf-5ecf5f350b3b 2018-07-19 05:28:54,344 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/72c1e1bf-2380-4c30-bdc2-63840739f22a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-53bb11b3-6e01-4d15-99bb-01cce54209a5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3b1da58f2213613d7002d385eb6b04295980e5" 2018-07-19 05:28:54,620 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2b97a642-5d0b-415a-bb80-033bea920ba5 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-07-19 05:28:54,621 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/72c1e1bf-2380-4c30-bdc2-63840739f22a used request id req-2b97a642-5d0b-415a-bb80-033bea920ba5 2018-07-19 05:28:54,621 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-14cd63ff-a621-4930-96cf-5ecf5f350b3b-qos 2018-07-19 05:28:54,624 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/23899928-43d8-4cb3-af8e-870dc87c5ade?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-53bb11b3-6e01-4d15-99bb-01cce54209a5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3b1da58f2213613d7002d385eb6b04295980e5" 2018-07-19 05:28:54,866 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-551361e0-7c35-40ba-ac58-86ea7f2a4e3f 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-07-19 05:28:54,866 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/23899928-43d8-4cb3-af8e-870dc87c5ade?force=False used request id req-551361e0-7c35-40ba-ac58-86ea7f2a4e3f 2018-07-19 05:28:54,869 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:28:55,279 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:28:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["ZfYlDV1IRnamzbwhO8RvDA"], "issued_at": "2018-07-19T05:28:55.000000Z"}} 2018-07-19 05:28:55,282 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9735c746b414762842cfe4a6a59ce371ae6b91" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-79b446f3-3745-45d8-a83c-d1066e4a4050-qos"}}' 2018-07-19 05:28:55,496 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:55 GMT Server: Apache x-compute-request-id: req-f2f46938-faff-4d55-9b15-a4d69a0d5e34 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f2f46938-faff-4d55-9b15-a4d69a0d5e34 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "5deff827-84ae-45e4-84bc-e75ba87fad71", "name": "CinderUtilsVolumeTypeCompleteTests-79b446f3-3745-45d8-a83c-d1066e4a4050-qos"}, "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/5deff827-84ae-45e4-84bc-e75ba87fad71", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/qos-specs/5deff827-84ae-45e4-84bc-e75ba87fad71", "rel": "bookmark"}]} 2018-07-19 05:28:55,497 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs used request id req-f2f46938-faff-4d55-9b15-a4d69a0d5e34 2018-07-19 05:28:55,500 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f2f46938-faff-4d55-9b15-a4d69a0d5e34" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9735c746b414762842cfe4a6a59ce371ae6b91" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-79b446f3-3745-45d8-a83c-d1066e4a4050", "description": null}}' 2018-07-19 05:28:55,772 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:55 GMT Server: Apache x-compute-request-id: req-6920039a-55ee-48b4-8496-53b2171806db OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6920039a-55ee-48b4-8496-53b2171806db Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-79b446f3-3745-45d8-a83c-d1066e4a4050", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "91456967-3962-4ebf-ae31-0fa6664b95bc", "description": null}} 2018-07-19 05:28:55,772 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types used request id req-6920039a-55ee-48b4-8496-53b2171806db 2018-07-19 05:28:55,775 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f2f46938-faff-4d55-9b15-a4d69a0d5e34" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9735c746b414762842cfe4a6a59ce371ae6b91" 2018-07-19 05:28:55,971 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:55 GMT Server: Apache x-compute-request-id: req-dbaa2eec-5230-41f1-86e4-7abb1db3ef0f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dbaa2eec-5230-41f1-86e4-7abb1db3ef0f Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "5deff827-84ae-45e4-84bc-e75ba87fad71", "name": "CinderUtilsVolumeTypeCompleteTests-79b446f3-3745-45d8-a83c-d1066e4a4050-qos"}]} 2018-07-19 05:28:55,972 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs used request id req-dbaa2eec-5230-41f1-86e4-7abb1db3ef0f 2018-07-19 05:28:55,975 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/None/associate?vol_type_id=91456967-3962-4ebf-ae31-0fa6664b95bc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f2f46938-faff-4d55-9b15-a4d69a0d5e34" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9735c746b414762842cfe4a6a59ce371ae6b91" 2018-07-19 05:28:56,178 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 19 Jul 2018 05:28:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-6912bd36-0e78-4bd1-9fa7-eeb97b182f4a x-openstack-request-id: req-6912bd36-0e78-4bd1-9fa7-eeb97b182f4a Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-07-19 05:28:56,178 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/None/associate?vol_type_id=91456967-3962-4ebf-ae31-0fa6664b95bc used request id req-6912bd36-0e78-4bd1-9fa7-eeb97b182f4a 2018-07-19 05:28:56,178 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-6912bd36-0e78-4bd1-9fa7-eeb97b182f4a) 2018-07-19 05:28:56,178 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-79b446f3-3745-45d8-a83c-d1066e4a4050 2018-07-19 05:28:56,181 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/91456967-3962-4ebf-ae31-0fa6664b95bc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f2f46938-faff-4d55-9b15-a4d69a0d5e34" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9735c746b414762842cfe4a6a59ce371ae6b91" 2018-07-19 05:28:56,436 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bba3bdce-e2e9-4a3b-903d-6de53c74d61c 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-07-19 05:28:56,436 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/91456967-3962-4ebf-ae31-0fa6664b95bc used request id req-bba3bdce-e2e9-4a3b-903d-6de53c74d61c 2018-07-19 05:28:56,436 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-79b446f3-3745-45d8-a83c-d1066e4a4050-qos 2018-07-19 05:28:56,439 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/5deff827-84ae-45e4-84bc-e75ba87fad71?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f2f46938-faff-4d55-9b15-a4d69a0d5e34" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9735c746b414762842cfe4a6a59ce371ae6b91" 2018-07-19 05:28:56,695 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5a037e40-f08c-4c5a-b076-740a042e5ebe 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-07-19 05:28:56,695 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/5deff827-84ae-45e4-84bc-e75ba87fad71?force=False used request id req-5a037e40-f08c-4c5a-b076-740a042e5ebe 2018-07-19 05:28:56,698 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:28:57,106 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:28:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["QHOL61eUQ1GjpAQgw0ySUg"], "issued_at": "2018-07-19T05:28:57.000000Z"}} 2018-07-19 05:28:57,109 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e582660889db65163ffc590232ad543709308542" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-12a86622-ce7c-435d-b483-cda02e53c417-qos"}}' 2018-07-19 05:28:57,329 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:57 GMT Server: Apache x-compute-request-id: req-541ecef6-7dd3-43ac-816c-7d5ae48f5f40 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-541ecef6-7dd3-43ac-816c-7d5ae48f5f40 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "06d9b10a-0b8d-4b36-91cb-4ff6af5b20d6", "name": "CinderUtilsVolumeTypeCompleteTests-12a86622-ce7c-435d-b483-cda02e53c417-qos"}, "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/06d9b10a-0b8d-4b36-91cb-4ff6af5b20d6", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/qos-specs/06d9b10a-0b8d-4b36-91cb-4ff6af5b20d6", "rel": "bookmark"}]} 2018-07-19 05:28:57,329 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs used request id req-541ecef6-7dd3-43ac-816c-7d5ae48f5f40 2018-07-19 05:28:57,333 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-541ecef6-7dd3-43ac-816c-7d5ae48f5f40" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e582660889db65163ffc590232ad543709308542" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-12a86622-ce7c-435d-b483-cda02e53c417", "description": null}}' 2018-07-19 05:28:57,570 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:57 GMT Server: Apache x-compute-request-id: req-c57d477d-0d34-46ff-a9a9-67b15664297b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c57d477d-0d34-46ff-a9a9-67b15664297b Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-12a86622-ce7c-435d-b483-cda02e53c417", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9556c3e1-93fa-42fe-bce5-b9f71d0df462", "description": null}} 2018-07-19 05:28:57,571 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types used request id req-c57d477d-0d34-46ff-a9a9-67b15664297b 2018-07-19 05:28:57,573 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-541ecef6-7dd3-43ac-816c-7d5ae48f5f40" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e582660889db65163ffc590232ad543709308542" 2018-07-19 05:28:57,806 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:57 GMT Server: Apache x-compute-request-id: req-cb38deb8-4b51-4c02-99af-e9c824b1767f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cb38deb8-4b51-4c02-99af-e9c824b1767f Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "06d9b10a-0b8d-4b36-91cb-4ff6af5b20d6", "name": "CinderUtilsVolumeTypeCompleteTests-12a86622-ce7c-435d-b483-cda02e53c417-qos"}]} 2018-07-19 05:28:57,807 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs used request id req-cb38deb8-4b51-4c02-99af-e9c824b1767f 2018-07-19 05:28:57,810 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/06d9b10a-0b8d-4b36-91cb-4ff6af5b20d6/associate?vol_type_id=9556c3e1-93fa-42fe-bce5-b9f71d0df462 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-541ecef6-7dd3-43ac-816c-7d5ae48f5f40" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e582660889db65163ffc590232ad543709308542" 2018-07-19 05:28:58,058 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:57 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fb625480-638f-4c22-87f0-2b3e7640c91e 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-07-19 05:28:58,058 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/06d9b10a-0b8d-4b36-91cb-4ff6af5b20d6/associate?vol_type_id=9556c3e1-93fa-42fe-bce5-b9f71d0df462 used request id req-fb625480-638f-4c22-87f0-2b3e7640c91e 2018-07-19 05:28:58,058 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-12a86622-ce7c-435d-b483-cda02e53c417 2018-07-19 05:28:58,061 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/9556c3e1-93fa-42fe-bce5-b9f71d0df462 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-541ecef6-7dd3-43ac-816c-7d5ae48f5f40" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e582660889db65163ffc590232ad543709308542" 2018-07-19 05:28:58,310 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-15481127-5545-4201-aebe-b136e48c8a62 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-07-19 05:28:58,310 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/9556c3e1-93fa-42fe-bce5-b9f71d0df462 used request id req-15481127-5545-4201-aebe-b136e48c8a62 2018-07-19 05:28:58,311 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-12a86622-ce7c-435d-b483-cda02e53c417-qos 2018-07-19 05:28:58,314 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/06d9b10a-0b8d-4b36-91cb-4ff6af5b20d6?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-541ecef6-7dd3-43ac-816c-7d5ae48f5f40" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e582660889db65163ffc590232ad543709308542" 2018-07-19 05:28:58,550 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8ed76738-ca2b-40ce-b09f-86387abf5787 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-07-19 05:28:58,550 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/06d9b10a-0b8d-4b36-91cb-4ff6af5b20d6?force=False used request id req-8ed76738-ca2b-40ce-b09f-86387abf5787 2018-07-19 05:28:58,552 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-19 05:28:58,967 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc9a86fe047a4c4693c8f2b41c772941", "name": "member"}, {"id": "d88f2026ceb946d3b5d1dcd10e8ae1ae", "name": "reader"}, {"id": "bfabbefc0d8b43c5a546413f466e239a", "name": "admin"}], "expires_at": "2018-07-19T06:28:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9003101a9994c308fccde61f611d998", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "36ad9c0bbc4a4209a34838aa8aade738", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1174322f2d624fd5804788a84815fd9d"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14491a5d39134e6abb0b81123bcb6f62"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76e8d10fc3834b4d8217aced4f686632"}], "type": "placement", "id": "3aacce6b28944043a28ec852870baa76", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1175265170fd4e938d08f31795e32508"}, {"url": "http://192.30.9.6:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ed0351e89a14dfdb8e8a13eabf8619f"}, {"url": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7af2285fb7a54154bb4f1e39452d55a1"}], "type": "volumev3", "id": "3fb18dbf12654eb18f2985486fe9025e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1498d52339ae4faf8fec19f51e3ae349"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a640f362f6641458a8a4c90f0f71fd5"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b4d7680632204efb8ad43422e706b42a"}], "type": "compute", "id": "507a820ac9ca47c59e2a88e890fd95ca", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43ee97b011524588880ede0ae5e93d5b"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64c52b99528c473e9651d8d0955acfac"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9033b4e83e264d8686257103c77428de"}], "type": "event", "id": "541b51ddcecd4fde9d77cbf0676d1a12", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08ec1d39610e4530a06983cfd039e358"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "269d34b2f909494c947f5ca84b034c65"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f30e5b8a89445ed9d4bfe48f3984bab"}], "type": "cloudformation", "id": "55057b643ef64deeb812fa2f599e28d1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f98cd606d734b7bb69e94b7ddc3aa86"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a44a39b899ed4bfaa6b7b3d849b930fb"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4fc89bc981f4384a62644e1a255bbe1"}], "type": "image", "id": "5e2e0c6940d04a968ffc7931a8a25fad", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "073e4e6a7395406fa59207bd52fe5529"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "285299cf3b0a4b77900ea0d67c8e79cf"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5190603d52ea4c64a5c93cd1188e190f"}], "type": "network", "id": "67044b65e6674c2d979cf5e5b1401759", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21b6efc1c8a54352882b6f190ab1e29c"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f0da2bb2417492392a281d6b305b1f4"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98686b0c4cd44f069e3590e645dbb1d0"}], "type": "identity", "id": "704eba9f0c854dce88b4fcaa471e07ec", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71fe31a977044132bd3dfb77d6c2daca"}, {"url": "http://172.30.9.28:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90255e2ed5a4075a7050b890ccea48f"}, {"url": "http://192.30.9.6:8004/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6767e941e9846d9923c2bfd0cbcb2fd"}], "type": "orchestration", "id": "9182458922b0401c9007003891a30b33", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "150a59a3fb554388841b7d6033256992"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ccd84e2a618f40148fd8e233d4cf2a74"}, {"url": "http://192.30.9.6:8776/v1/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce07b3f2c88544d980c94faf3386afcf"}], "type": "volume", "id": "a2e2272041ae4e2c83924520db00ba2a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10c2a3ea56b14e4aa5f9031280074e9c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44e6a71cb2ce43dd8013a12de6edaf27"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1e1c545d0f144ac90f1662352190378"}], "type": "alarming", "id": "b145bb6194f04ce5a607e7c06f4fc1ef", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "553d8b4a80564af0b894c05bc66808aa"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83fbe33d515c4da1a463038441039eea"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8ba306c050f482f99bab159a1db10de"}], "type": "metric", "id": "ca05df6071b841efa4ce655823bcb847", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a8192d6d8b448dba36e09683d6ed7ad"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80a0277c945244d8bf5bbdee5269534d"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee24781a3db042728bd699531d465de2"}], "type": "object-store", "id": "d54c7ef12a8f472592f690e4998f281e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13d980eb1e1f49fe97959de7dad2e0de"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c09c03942dcd47d6be090ac96c6aaadf"}, {"url": "http://192.30.9.6:8776/v2/c9003101a9994c308fccde61f611d998", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c3785fc72041bfb78d54597450be7d"}], "type": "volumev2", "id": "ffd92a2c09f14e79aeaa05fac5edd44b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb99eb42722e4e6e958115280f3435be"}, "audit_ids": ["i1MvsiU3RMCRHo2uI-OhTQ"], "issued_at": "2018-07-19T05:28:58.000000Z"}} 2018-07-19 05:28:58,971 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8279ffd1720063446c8907b5309e0be0a79d52b" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-5dd424cf-0aeb-4949-a0b6-d1c6e52c409e-qos"}}' 2018-07-19 05:28:59,207 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:58 GMT Server: Apache x-compute-request-id: req-bba70a42-42f2-4179-9c36-84b56752e2c2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bba70a42-42f2-4179-9c36-84b56752e2c2 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "dfd5d392-edbb-4541-8e8e-d4dd44280fc1", "name": "CinderUtilsVolumeTypeCompleteTests-5dd424cf-0aeb-4949-a0b6-d1c6e52c409e-qos"}, "links": [{"href": "http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/dfd5d392-edbb-4541-8e8e-d4dd44280fc1", "rel": "self"}, {"href": "http://172.30.9.28:8776/c9003101a9994c308fccde61f611d998/qos-specs/dfd5d392-edbb-4541-8e8e-d4dd44280fc1", "rel": "bookmark"}]} 2018-07-19 05:28:59,207 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs used request id req-bba70a42-42f2-4179-9c36-84b56752e2c2 2018-07-19 05:28:59,211 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-bba70a42-42f2-4179-9c36-84b56752e2c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8279ffd1720063446c8907b5309e0be0a79d52b" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-5dd424cf-0aeb-4949-a0b6-d1c6e52c409e", "description": null}}' 2018-07-19 05:28:59,465 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:59 GMT Server: Apache x-compute-request-id: req-8b28b593-ba09-489c-8169-31280baf768b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8b28b593-ba09-489c-8169-31280baf768b Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-5dd424cf-0aeb-4949-a0b6-d1c6e52c409e", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7f3613a6-ee44-4f15-9da9-41da19c3082f", "description": null}} 2018-07-19 05:28:59,465 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types used request id req-8b28b593-ba09-489c-8169-31280baf768b 2018-07-19 05:28:59,468 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/7f3613a6-ee44-4f15-9da9-41da19c3082f/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-bba70a42-42f2-4179-9c36-84b56752e2c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8279ffd1720063446c8907b5309e0be0a79d52b" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-07-19 05:28:59,670 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Thu, 19 Jul 2018 05:28:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-0671d590-4e6e-4650-bf08-3f674961bd4f x-openstack-request-id: req-0671d590-4e6e-4650-bf08-3f674961bd4f 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-07-19 05:28:59,670 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/7f3613a6-ee44-4f15-9da9-41da19c3082f/encryption used request id req-0671d590-4e6e-4650-bf08-3f674961bd4f 2018-07-19 05:28:59,671 - 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-0671d590-4e6e-4650-bf08-3f674961bd4f) 2018-07-19 05:28:59,673 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bba70a42-42f2-4179-9c36-84b56752e2c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8279ffd1720063446c8907b5309e0be0a79d52b" 2018-07-19 05:28:59,866 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:28:59 GMT Server: Apache x-compute-request-id: req-c854f0c3-0ded-42d3-936f-9320744b0307 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c854f0c3-0ded-42d3-936f-9320744b0307 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "dfd5d392-edbb-4541-8e8e-d4dd44280fc1", "name": "CinderUtilsVolumeTypeCompleteTests-5dd424cf-0aeb-4949-a0b6-d1c6e52c409e-qos"}]} 2018-07-19 05:28:59,867 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs used request id req-c854f0c3-0ded-42d3-936f-9320744b0307 2018-07-19 05:28:59,870 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/dfd5d392-edbb-4541-8e8e-d4dd44280fc1/associate?vol_type_id=7f3613a6-ee44-4f15-9da9-41da19c3082f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bba70a42-42f2-4179-9c36-84b56752e2c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8279ffd1720063446c8907b5309e0be0a79d52b" 2018-07-19 05:29:00,125 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:28:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2c0d9a4e-eb2a-40da-94f6-8fcdc33362ae 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-07-19 05:29:00,125 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/dfd5d392-edbb-4541-8e8e-d4dd44280fc1/associate?vol_type_id=7f3613a6-ee44-4f15-9da9-41da19c3082f used request id req-2c0d9a4e-eb2a-40da-94f6-8fcdc33362ae 2018-07-19 05:29:00,128 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/7f3613a6-ee44-4f15-9da9-41da19c3082f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bba70a42-42f2-4179-9c36-84b56752e2c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8279ffd1720063446c8907b5309e0be0a79d52b" 2018-07-19 05:29:00,342 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:29:00 GMT Server: Apache x-compute-request-id: req-9cb57d8e-ccc2-4e4d-b17d-48bba4e714d2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9cb57d8e-ccc2-4e4d-b17d-48bba4e714d2 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-5dd424cf-0aeb-4949-a0b6-d1c6e52c409e", "qos_specs_id": "dfd5d392-edbb-4541-8e8e-d4dd44280fc1", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7f3613a6-ee44-4f15-9da9-41da19c3082f", "description": null}} 2018-07-19 05:29:00,343 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/7f3613a6-ee44-4f15-9da9-41da19c3082f used request id req-9cb57d8e-ccc2-4e4d-b17d-48bba4e714d2 2018-07-19 05:29:00,346 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/7f3613a6-ee44-4f15-9da9-41da19c3082f/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bba70a42-42f2-4179-9c36-84b56752e2c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8279ffd1720063446c8907b5309e0be0a79d52b" 2018-07-19 05:29:00,537 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 05:29:00 GMT Server: Apache x-compute-request-id: req-7caa10f9-652e-4deb-9ec3-8991626192d1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7caa10f9-652e-4deb-9ec3-8991626192d1 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-07-19 05:29:00,537 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/7f3613a6-ee44-4f15-9da9-41da19c3082f/encryption used request id req-7caa10f9-652e-4deb-9ec3-8991626192d1 2018-07-19 05:29:00,538 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-5dd424cf-0aeb-4949-a0b6-d1c6e52c409e 2018-07-19 05:29:00,541 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/7f3613a6-ee44-4f15-9da9-41da19c3082f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bba70a42-42f2-4179-9c36-84b56752e2c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8279ffd1720063446c8907b5309e0be0a79d52b" 2018-07-19 05:29:00,809 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:29:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-55c5d3e7-af81-45aa-9de2-c528fc35768c 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-07-19 05:29:00,809 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/types/7f3613a6-ee44-4f15-9da9-41da19c3082f used request id req-55c5d3e7-af81-45aa-9de2-c528fc35768c 2018-07-19 05:29:00,809 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-5dd424cf-0aeb-4949-a0b6-d1c6e52c409e-qos 2018-07-19 05:29:00,812 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/dfd5d392-edbb-4541-8e8e-d4dd44280fc1?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bba70a42-42f2-4179-9c36-84b56752e2c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8279ffd1720063446c8907b5309e0be0a79d52b" 2018-07-19 05:29:01,069 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 05:29:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-db7f8855-abb5-4dc0-a1af-51c52810a7c2 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-07-19 05:29:01,069 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/c9003101a9994c308fccde61f611d998/qos-specs/dfd5d392-edbb-4541-8e8e-d4dd44280fc1?force=False used request id req-db7f8855-abb5-4dc0-a1af-51c52810a7c2 2018-07-19 05:29:01,070 - 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_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-db8432df-c83a-40ac-bda7-d39ecd086795', u'provider': u'LuksEncryptor'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected) (HTTP 400) (Request-ID: req-74de5a05-f149-47ad-9bb8-db934bc0a47d) ====================================================================== 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-75f56f55-fcf3-462d-af5b-ff0dea828cf9', u'provider': u'foo'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected) (HTTP 400) (Request-ID: req-fa970d67-1f04-4f4a-88aa-97be5c07beec) ====================================================================== 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-8de718fc-9c4c-4877-a020-caa14cf40166', 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-b16d9c1e-879f-4327-b762-a851fad64465) ====================================================================== 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 98 tests in 637.602s FAILED (failures=2, errors=3) 2018-07-19 05:29:01,238 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-19 05:29:01,239 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 10:38 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-07-19 05:29:01,245 - xtesting.ci.run_tests - ERROR - The test case 'api_check' failed. 2018-07-19 05:29:01,246 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | tenantnetwork1 | functest | healthcheck | 00:14 | PASS | | tenantnetwork2 | functest | healthcheck | 00:14 | PASS | | vmready1 | functest | healthcheck | 00:18 | PASS | | vmready2 | functest | healthcheck | 00:17 | PASS | | singlevm1 | functest | healthcheck | 00:43 | PASS | | singlevm2 | functest | healthcheck | 00:40 | PASS | | vping_ssh | functest | healthcheck | 00:50 | PASS | | vping_userdata | functest | healthcheck | 00:52 | PASS | | cinder_test | functest | healthcheck | 01:28 | PASS | | api_check | functest | healthcheck | 10:38 | FAIL | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-07-19 05:29:01,259 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-07-19 05:29:01,345 - paramiko.transport - DEBUG - EOF in transport thread 2018-07-19 05:29:01,445 - paramiko.transport - DEBUG - EOF in transport thread 2018-07-19 05:29:01,545 - paramiko.transport - DEBUG - EOF in transport thread